Explorar o código

Try to build tinytest.obj from the right sources

Nick Mathewson %!s(int64=12) %!d(string=hai) anos
pai
achega
aa8f30a487
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/test/Makefile.nmake

+ 3 - 0
src/test/Makefile.nmake

@@ -18,6 +18,9 @@ TEST_OBJECTS = test.obj test_addr.obj test_containers.obj \
 tinytest.obj: ..\ext\tinytest.c
 	$(CC) $(CFLAGS) /D snprintf=_snprintf /c ..\ext\tinytest.c
 
+tinytest.obj: ..\ext\tinytest.c
+	$(CC) $(CFLAGS) /c ..\exe\tinytest.c
+
 test.exe: $(TEST_OBJECTS)
 	$(CC) $(CFLAGS) $(LIBS) ..\common\*.lib $(TEST_OBJECTS) /Fe$@