summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-10-14 09:49:43 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-10-14 09:49:43 +0200
commitb30d86ed803cf626e2cf167e83ca331388bbee68 (patch)
tree77216a08af8bbd3728f6e0cc24a3266a7a6375e7 /contrib
parent49f7abb97a4225d25cf484c876a51bbe215727a2 (diff)
downloadcrawler-b30d86ed803cf626e2cf167e83ca331388bbee68.tar.gz
crawler-b30d86ed803cf626e2cf167e83ca331388bbee68.tar.bz2
add NMAKE build system to tolua on Windows
Diffstat (limited to 'contrib')
-rw-r--r--contrib/buildWin.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/buildWin.bat b/contrib/buildWin.bat
new file mode 100644
index 0000000..9cc21a6
--- /dev/null
+++ b/contrib/buildWin.bat
@@ -0,0 +1,5 @@
+@echo off
+
+nmake /nologo /f Makefile.W32 WITH_SSL=1 WITH_SQLITE3=1 WITH_PGSQL=1 ^
+ WITH_LOCAL_LIBFETCH=1 WITH_LIBXML2=1 WITH_LOCAL_GOOGLEURL=1 ^
+ WITH_ICU=1 WITH_LUA=1 DEBUG=1 %*