summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-12 06:28:06 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-12 06:28:06 +0200
commit390fed749e1fb306af20d2235dcbc4177b3cb99a (patch)
tree9f6bbcb1e260591ac198dc2a2380b700d82f674b
parentcce6d2ec5a149c412a87af20405581b9793e6609 (diff)
enable lua
-rw-r--r--build/build-x64.bat6
-rw-r--r--build/build-x86.bat6
-rw-r--r--build/release-x64.bat2
-rw-r--r--build/release-x86.bat2
4 files changed, 8 insertions, 8 deletions
diff --git a/build/build-x64.bat b/build/build-x64.bat
index 13f72a84..8199cee2 100644
--- a/build/build-x64.bat
+++ b/build/build-x64.bat
@@ -12,9 +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 ..\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/build-x86.bat b/build/build-x86.bat
index 0d6d00fd..f6ab0e70 100644
--- a/build/build-x86.bat
+++ b/build/build-x86.bat
@@ -12,9 +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 ..\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 e3ebb391..ef8d53e2 100644
--- a/build/release-x64.bat
+++ b/build/release-x64.bat
@@ -35,7 +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\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\
diff --git a/build/release-x86.bat b/build/release-x86.bat
index 15c423ad..6d4383eb 100644
--- a/build/release-x86.bat
+++ b/build/release-x86.bat
@@ -35,7 +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\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\