Преглед на файлове

Add more test modules for nmake makefiles

Nick Mathewson преди 12 години
родител
ревизия
3b2abd8a40
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      src/test/Makefile.nmake

+ 0 - 3
src/test/Makefile.nmake

@@ -18,9 +18,6 @@ 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$@