minor fixes

This commit is contained in:
Josh Coalson 2002-11-22 06:23:01 +00:00
parent 121a3561be
commit ed6e2cefe4
2 changed files with 2 additions and 1 deletions

View File

@ -18,5 +18,6 @@
SUBDIRS = gain_analysis getopt grabbag utf8
EXTRA_DIST = \
Makefile.lite \
Makefile.vc \
README

View File

@ -41,7 +41,7 @@ OBJS= $(C_FILES:.c=.obj)
all: test_libFLAC.exe
test_libFLAC.exe: $(OBJS)
link.exe /libpath:"..\..\obj\lib" -out:../../obj/bin/$*.exe $(OBJS) file_utils.lib libFLAC.lib
link.exe /libpath:"..\..\obj\lib" -out:../../obj/bin/$*.exe $(OBJS) grabbag.lib libFLAC.lib
clean:
-del *.obj *.pch