mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
remove dependency on libFLAC
This commit is contained in:
@@ -16,7 +16,7 @@ OBJS= $(C_FILES:.c=.obj)
|
||||
all: metaflac.exe
|
||||
|
||||
metaflac.exe: $(OBJS)
|
||||
link.exe /libpath:"..\..\obj\lib" -out:../../obj/bin/$*.exe $(OBJS) libFLAC.lib
|
||||
link.exe /libpath:"..\..\obj\lib" -out:../../obj/bin/$*.exe $(OBJS)
|
||||
|
||||
clean:
|
||||
-del *.obj *.pch
|
||||
|
||||
Reference in New Issue
Block a user