diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-12 02:56:10 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-12 02:56:10 +0200 |
commit | 25603820c1fd7c12bbcaec98a36ad6dd8162b497 (patch) | |
tree | dc4776db991379dc0c6f3369cfffdffa3e49063c /build/build-x86.bat | |
parent | 9bff6d9d861736a4a6b4747454556ebb80d479bf (diff) |
add support for xchat-lua, but don't build by default
Diffstat (limited to 'build/build-x86.bat')
-rw-r--r-- | build/build-x86.bat | 3 |
1 files changed, 3 insertions, 0 deletions
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 |