summaryrefslogtreecommitdiff
path: root/tests/modules/testmod3/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/testmod3/Makefile.W32')
-rwxr-xr-xtests/modules/testmod3/Makefile.W3210
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/modules/testmod3/Makefile.W32 b/tests/modules/testmod3/Makefile.W32
index 0f1aac0..d4ead3c 100755
--- a/tests/modules/testmod3/Makefile.W32
+++ b/tests/modules/testmod3/Makefile.W32
@@ -10,13 +10,17 @@ INCLUDE_CXXFLAGS = \
INCLUDE_DIRS = \
/I. \
/I$(TOPDIR)\src \
- /I..
+ /I$(TOPDIR)\include\module \
+ /I$(TOPDIR)\include\util \
+ /I$(TOPDIR)\include\crawler \
+ /I.. \
+ /I..\libcommon
INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
- $(TOPDIR)\src\crawler.lib \
- ..\test2.lib
+ $(TOPDIR)\src\libcrawler\crawler.lib \
+ ..\libcommon\common.lib
DYNAMIC_MODULE = \
mod_test3.dll