hexchat/build/build-x64.bat

34 lines
1.2 KiB
Batchfile
Raw Normal View History

@echo off
2010-08-18 18:37:33 -04:00
cd ..\src
echo X64 = YES > makeinc.mak
2010-08-19 19:52:42 -04:00
type makeinc.skel >> makeinc.mak
2010-09-28 23:11:01 -04:00
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
set LIB=c:\WinDDK\7600.16385.1\lib\wnet\amd64;c:\WinDDK\7600.16385.1\lib\Crt\amd64
2010-08-19 19:52:42 -04:00
set OPATH=%PATH%
2010-10-07 20:47:13 -04:00
set PATH=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
2010-08-24 12:15:16 -04:00
cd common
2010-08-24 14:03:18 -04:00
nmake /nologo /f makefile.mak clean
2010-08-24 12:15:16 -04:00
cd ..\fe-gtk
2010-08-24 14:03:18 -04:00
nmake /nologo /f makefile.mak clean
2010-08-26 10:49:38 -04:00
cd ..\fe-text
nmake /nologo /f makefile.mak clean
2010-08-24 12:15:16 -04:00
cd ..
2010-08-24 14:03:18 -04:00
nmake /nologo /f makefile.mak
cd ..\plugins
nmake /nologo /f makefile.mak clean
2010-08-24 14:46:59 -04:00
nmake /nologo /f makefile.mak
2010-08-28 22:55:58 -04:00
cd perl
set OOPATH=%PATH%
set PATH=%OOPATH%;c:\mozilla-build\perl-5.8-x64\bin
nmake /nologo /s /f makefile-58.mak clean
nmake /nologo /s /f makefile-58.mak
2010-08-28 22:55:58 -04:00
set PATH=%OOPATH%;c:\mozilla-build\perl-5.10-x64\bin
nmake /nologo /s /f makefile-510.mak clean
nmake /nologo /s /f makefile-510.mak
2010-08-28 22:55:58 -04:00
set PATH=%OOPATH%;c:\mozilla-build\perl-5.12-x64\bin
nmake /nologo /s /f makefile-512.mak clean
nmake /nologo /s /f makefile-512.mak
2010-08-28 22:55:58 -04:00
cd ..\..\build
set PATH=%OPATH%
call release-x64.bat