summaryrefslogtreecommitdiff
path: root/tests/library/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'tests/library/Makefile.W32')
-rw-r--r--tests/library/Makefile.W3211
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/library/Makefile.W32 b/tests/library/Makefile.W32
index 4ebcab9..7c44d8d 100644
--- a/tests/library/Makefile.W32
+++ b/tests/library/Makefile.W32
@@ -13,11 +13,20 @@ INCLUDE_LIBS = \
TEST_BINS = \
test_loader.exe
+TEST_OBJS = \
+ testlib.obj
+
+TEST_LIBRARIES = \
+ testlib.dll
+
!INCLUDE $(TOPDIR)\makefiles\nmake\sub.mk
+testlib.dll: $(TEST_OBJS)
+ $(LINK) /DLL /nologo /out:$@ $(LDFLAGS) $(LIBS) $?
+
test_loader.exe: test_loader.obj $(TOPDIR)\src\wolf.lib
-local_all:
+local_all: $(TEST_LIBRARIES)
local_clean: