remove dependency on libFLAC

This commit is contained in:
Josh Coalson 2001-03-16 00:46:41 +00:00
parent 5d71419307
commit c5db6a04c0
1 changed files with 1 additions and 1 deletions

View File

@ -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