diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-24 20:03:18 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-24 20:03:18 +0200 |
commit | cbcf58aba6497db777fe41d0b9651d0b905c9605 (patch) | |
tree | 785a4061a6c7deca097b8568a7546a529740a65f /build/build-x86.bat | |
parent | e0e70fccd444000c74ee505d790fbfb64e1ed1c2 (diff) |
huge cleanup on build system
Diffstat (limited to 'build/build-x86.bat')
-rw-r--r-- | build/build-x86.bat | 29 |
1 files changed, 7 insertions, 22 deletions
diff --git a/build/build-x86.bat b/build/build-x86.bat index 6eddb451..72814e0a 100644 --- a/build/build-x86.bat +++ b/build/build-x86.bat @@ -5,30 +5,15 @@ set INCLUDE=c:\WinDDK\7600.16385.1\inc\api;c:\WinDDK\7600.16385.1\inc\crt;c:\Win set LIB=c:\WinDDK\7600.16385.1\lib\wxp\i386;c:\WinDDK\7600.16385.1\lib\Crt\i386 set OPATH=%PATH% set PATH=c:\WinDDK\7600.16385.1\bin\x86\x86;c:\WinDDK\7600.16385.1\bin\x86;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin;c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE;c:\mozilla-build\build\xchat-dev32\bin;c:\mozilla-build\mingw32\bin;c:\mozilla-build\perl-5.12-x86\bin -nmake -f makefile.mak clean +nmake /nologo /f makefile.mak clean cd pixmaps -nmake -f makefile.mak +nmake /nologo /f makefile.mak cd .. -nmake -f makefile.mak -cd ..\plugins\ewc -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 -cd ..\python -nmake -f makefile.mak clean -nmake -f makefile.mak -cd ..\tcl -nmake -f makefile.mak clean -nmake -f makefile.mak -cd ..\xdcc -nmake -f makefile.mak clean -nmake -f makefile.mak -cd ..\..\build +nmake /nologo /f makefile.mak +cd ..\plugins +nmake /nologo /f makefile.mak clean +nmake /nologo /f makefile.mak +cd ..\build call compile-po-files.bat cd ..\build set PATH=%OPATH% |