summaryrefslogtreecommitdiff
path: root/tests/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.W32')
-rw-r--r--tests/Makefile.W325
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.W32 b/tests/Makefile.W32
index d2f8ec7..bffd817 100644
--- a/tests/Makefile.W32
+++ b/tests/Makefile.W32
@@ -28,6 +28,9 @@ TEST_CPP_BINS = \
TEST_BINS = \
testc.exe
+OBJS = \
+ threads.obj
+
!INCLUDE $(TOPDIR)\makefiles\nmake\sub.mk
# temporary
@@ -40,7 +43,7 @@ test5.exe: test5.obj
test6.exe: test6.obj
test7.exe: test7.obj
test8.exe: test8.obj
-test9.exe: test9.obj
+test9.exe: test9.obj threads.obj
local_all: