From 25603820c1fd7c12bbcaec98a36ad6dd8162b497 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Thu, 12 Aug 2010 02:56:10 +0200 Subject: add support for xchat-lua, but don't build by default --- build/build-x86.bat | 3 +++ build/release-x86.bat | 1 + 2 files changed, 4 insertions(+) (limited to 'build') diff --git a/build/build-x86.bat b/build/build-x86.bat index b630a6ef..0d6d00fd 100644 --- a/build/build-x86.bat +++ b/build/build-x86.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-x86.bat b/build/release-x86.bat index 1221f62c..15c423ad 100644 --- a/build/release-x86.bat +++ b/build/release-x86.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\ -- cgit 1.4.1