[tor-commits] [tor/master] Try to build tinytest.obj from the right sources
nickm at torproject.org
nickm at torproject.org
Thu Jan 17 03:32:41 UTC 2013
commit aa8f30a4874852f232826de0a60a3e74e16c21e6
Author: Nick Mathewson <nickm at torproject.org>
Date: Tue Dec 18 13:58:11 2012 -0500
Try to build tinytest.obj from the right sources
---
src/test/Makefile.nmake | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/test/Makefile.nmake b/src/test/Makefile.nmake
index 6d6af96..7ba8f7ee 100644
--- a/src/test/Makefile.nmake
+++ b/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$@
More information about the tor-commits
mailing list