summaryrefslogtreecommitdiff
path: root/tests/modules/testmod2/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/testmod2/Makefile.W32')
-rwxr-xr-xtests/modules/testmod2/Makefile.W328
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/modules/testmod2/Makefile.W32 b/tests/modules/testmod2/Makefile.W32
index f1ae5e1..cc78d43 100755
--- a/tests/modules/testmod2/Makefile.W32
+++ b/tests/modules/testmod2/Makefile.W32
@@ -10,13 +10,15 @@ INCLUDE_CXXFLAGS = \
INCLUDE_DIRS = \
/I. \
/I$(TOPDIR)\src \
- /I..
+ /I.. \
+ /I..\libcommon \
+ /I$(TOPDIR)\include\module \
+ /I$(TOPDIR)\include\util
INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
- $(TOPDIR)\src\crawler.lib \
- ..\test2.lib
+ ..\libcommon\common.lib
DYNAMIC_MODULE = \
mod_test2.dll