2010-04-02 01:29:16 -04:00
|
|
|
@echo off
|
2010-08-10 20:37:13 -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;c:\mozilla-build\build\xchat-dev64\include;c:\mozilla-build\build\openssl-1.0.0a-wdk-x64\include
|
|
|
|
set LIB=c:\WinDDK\7600.16385.1\lib\wnet\amd64;c:\WinDDK\7600.16385.1\lib\Crt\amd64;c:\mozilla-build\build\openssl-1.0.0a-wdk-x64\lib
|
2010-04-02 01:29:16 -04:00
|
|
|
set OPATH=%PATH%
|
2010-05-02 08:22:54 -04:00
|
|
|
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.10-x64\bin
|
2010-04-02 01:29:16 -04:00
|
|
|
cd ..\src
|
|
|
|
nmake -f makefile.mak clean
|
|
|
|
nmake -f makefile.mak
|
2010-08-10 11:10:18 -04:00
|
|
|
cd ..\plugins\ewc
|
2010-04-02 01:29:16 -04:00
|
|
|
nmake -f makefile.mak clean
|
|
|
|
nmake -f makefile.mak
|
2010-08-10 11:10:18 -04:00
|
|
|
::cd ..\dns
|
|
|
|
::nmake -f makefile.mak clean
|
|
|
|
::nmake -f makefile.mak
|
2010-08-11 22:23:51 -04:00
|
|
|
::cd ..\lua
|
|
|
|
::nmake -f makefile.mak clean
|
|
|
|
::nmake -f makefile.mak
|
2010-04-02 01:29:16 -04:00
|
|
|
cd ..\perl
|
|
|
|
nmake -f makefile.mak clean
|
|
|
|
nmake -f makefile.mak
|
2010-08-10 23:49:33 -04:00
|
|
|
cd ..\python
|
|
|
|
nmake -f makefile.mak clean
|
|
|
|
nmake -f makefile.mak
|
2010-07-30 15:55:49 -04:00
|
|
|
cd ..\tcl
|
|
|
|
nmake -f makefile.mak clean
|
|
|
|
nmake -f makefile.mak
|
2010-08-11 16:52:30 -04:00
|
|
|
cd ..\xdcc
|
|
|
|
nmake -f makefile.mak clean
|
|
|
|
nmake -f makefile.mak
|
2010-05-21 21:45:43 -04:00
|
|
|
::cd ..\xtray
|
|
|
|
::nmake -f makefile.mak clean
|
|
|
|
::nmake -f makefile.mak
|
2010-04-02 01:29:16 -04:00
|
|
|
cd ..\..\build
|
|
|
|
set PATH=%PATH%;c:\mozilla-build\build\xchat-dev32\bin
|
|
|
|
call compile-po-files.bat
|
|
|
|
cd ..\build
|
|
|
|
set PATH=%OPATH%
|
|
|
|
call release-x64.bat
|
|
|
|
pause
|