merge the x86 and x64 building process

This commit is contained in:
berkeviktor@aol.com
2010-08-19 00:37:33 +02:00
parent 8e8f77d870
commit b38ad962c6
4 changed files with 12 additions and 4 deletions

View File

@@ -1,9 +1,12 @@
@echo off
set OPATH=%PATH%
set PATH=c:\mozilla-build\msys\bin
cd ..\src
echo X64 = YES > makeinc.mak
cat makeinc.skel >> makeinc.mak
set INCLUDE=c:\WinDDK\7600.16385.1\inc\api;c:\WinDDK\7600.16385.1\inc\crt;c:\WinDDK\7600.16385.1\inc\api\crt\stl70;c:\mozilla-build\build\xchat-dev64\include
set LIB=c:\WinDDK\7600.16385.1\lib\wnet\amd64;c:\WinDDK\7600.16385.1\lib\Crt\amd64
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 ..\src
nmake -f makefile.mak clean
nmake -f makefile.mak
cd ..\plugins\ewc