diff options
Diffstat (limited to 'build/build-x86.bat')
-rw-r--r-- | build/build-x86.bat | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/build/build-x86.bat b/build/build-x86.bat index c1c767c0..9e919d3b 100644 --- a/build/build-x86.bat +++ b/build/build-x86.bat @@ -10,9 +10,6 @@ nmake -f makefile.mak cd ..\plugins\ewc nmake -f makefile.mak clean 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 @@ -28,15 +25,8 @@ nmake -f makefile.mak cd ..\xdcc nmake -f makefile.mak clean nmake -f makefile.mak -::cd ..\xtray -::nmake -f makefile.mak clean -::nmake -f makefile.mak cd ..\..\build call compile-po-files.bat cd ..\build set PATH=%OPATH% call release-x86.bat -set PATH=c:\Program Files (x86)\Inno Setup 5 -compil32 /cc xchat-wdk-x86.iss -set PATH=%OPATH% -pause |