summaryrefslogtreecommitdiff
path: root/makefiles/nmake
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-10-14 10:58:50 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-10-14 10:58:50 +0200
commit0b3f1a0e088575988beaaea11b3e32a0bd26f63a (patch)
tree6d19a10e4280d127e06409be785faa9e5450ec9a /makefiles/nmake
parentc53b92a2da701e0ae8c0263ab92344dd418558c2 (diff)
downloadcrawler-0b3f1a0e088575988beaaea11b3e32a0bd26f63a.tar.gz
crawler-0b3f1a0e088575988beaaea11b3e32a0bd26f63a.tar.bz2
tolua test runs on Windows
Diffstat (limited to 'makefiles/nmake')
-rwxr-xr-xmakefiles/nmake/config.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/makefiles/nmake/config.mk b/makefiles/nmake/config.mk
index 5593036..cb15837 100755
--- a/makefiles/nmake/config.mk
+++ b/makefiles/nmake/config.mk
@@ -68,3 +68,15 @@ DOXYGEN = C:\Program Files\Doxygen\bin\doxygen.exe
##########################################################################
HHC_LOCATION = C:\Program Files\HTML Help Workshop\hhc.exe
+
+# tolua and Lua
+###############
+
+TOLUA_DIR = $(TOPDIR)\tolua
+LUA_DIR = $(TOPDIR)\lua
+TOLUA = $(TOLUA_DIR)\bin\tolua
+TOLUA_CFLAGS = /DSHARED /DLUA_LIB
+TOLUA_INCLUDES = /I$(TOLUA_DIR)\include /I$(LUA_DIR)\src
+TOLUA_LDFLAGS =
+TOLUA_LIBS = $(TOLUA_DIR)\lib\tolua.lib $(LUA_DIR)\src\lua52.lib
+