work related to moving some file utils into the new file_utils convenience lib
[platform/upstream/flac.git] / src / test_libOggFLAC / Makefile.vc
index 9708438..9c14cc4 100644 (file)
@@ -37,7 +37,7 @@ OBJS= $(C_FILES:.c=.obj)
 all: test_libOggFLAC.exe\r
 \r
 test_libOggFLAC.exe: $(OBJS)\r
-       link.exe /libpath:"..\..\obj\lib" -out:../../obj/bin/$*.exe $(OBJS) libOggFLAC.lib libFLAC.lib ogg_static.lib\r
+       link.exe /libpath:"..\..\obj\lib" -out:../../obj/bin/$*.exe $(OBJS) libOggFLAC.lib libFLAC.lib ogg_static.lib file_utils.lib\r
 \r
 clean:\r
        -del *.obj *.pch\r