summary refs log tree commit diff stats
path: root/build/build-x64.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build/build-x64.bat')
-rw-r--r--build/build-x64.bat29
1 files changed, 7 insertions, 22 deletions
diff --git a/build/build-x64.bat b/build/build-x64.bat
index 44e13af4..d4378121 100644
--- a/build/build-x64.bat
+++ b/build/build-x64.bat
@@ -7,29 +7,14 @@ set LIB=c:\WinDDK\7600.16385.1\lib\wnet\amd64;c:\WinDDK\7600.16385.1\lib\Crt\amd
 set OPATH=%PATH%
 set PATH=c:\WinDDK\7600.16385.1\bin\x86\amd64;c:\WinDDK\7600.16385.1\bin\x86;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64;c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\x64;c:\mozilla-build\build\xchat-dev64\bin;c:\mozilla-build\perl-5.12-x64\bin
 cd common
-nmake -f makefile.mak clean
+nmake /nologo /f makefile.mak clean
 cd ..\fe-gtk
-nmake -f makefile.mak clean
+nmake /nologo /f makefile.mak clean
 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 /f makefile.mak
+cd ..\build
 set PATH=%OPATH%
 call release-x64.bat