summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-12 04:23:51 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-12 04:23:51 +0200
commit355c3b0a4ff1addb7912ad3ed40c72e64de0b0b3 (patch)
treeef2223d0f9cfd47a81f2c92db16f624155148057 /build
parent25603820c1fd7c12bbcaec98a36ad6dd8162b497 (diff)
lua support for x64 as well, and use own lua build
Diffstat (limited to 'build')
-rw-r--r--build/build-x64.bat3
-rw-r--r--build/release-x64.bat1
2 files changed, 4 insertions, 0 deletions
diff --git a/build/build-x64.bat b/build/build-x64.bat
index 5f064bba..13f72a84 100644
--- a/build/build-x64.bat
+++ b/build/build-x64.bat
@@ -12,6 +12,9 @@ nmake -f makefile.mak
 ::cd ..\dns
 ::nmake -f makefile.mak clean
 ::nmake -f makefile.mak
+::cd ..\lua
+::nmake -f makefile.mak clean
+::nmake -f makefile.mak
 cd ..\perl
 nmake -f makefile.mak clean
 nmake -f makefile.mak
diff --git a/build/release-x64.bat b/build/release-x64.bat
index 1106bb58..e3ebb391 100644
--- a/build/release-x64.bat
+++ b/build/release-x64.bat
@@ -35,6 +35,7 @@ xcopy %SSL_BIN%\libeay32.dll %XCHAT_DEST%
 xcopy %SSL_BIN%\ssleay32.dll %XCHAT_DEST%
 ::xcopy /S /I ..\plugins\dns\xcdns.dll %XCHAT_DEST%\plugins\
 xcopy /S /I ..\plugins\ewc\xcewc.dll %XCHAT_DEST%\plugins\
+::xcopy /S /I ..\plugins\lua\xclua.dll %XCHAT_DEST%\plugins\
 xcopy /S /I ..\plugins\perl\xcperl.dll %XCHAT_DEST%\plugins\
 xcopy /S /I ..\plugins\python\xcpython.dll %XCHAT_DEST%\plugins\
 xcopy /S /I ..\plugins\tcl\xctcl.dll %XCHAT_DEST%\plugins\