2010-10-06 02:15:17 +04:00
|
|
|
@echo off
|
2010-10-06 01:12:36 +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-10-06 02:14:08 +04:00
|
|
|
set OPATH=%PATH%
|
2010-10-06 01:12:36 +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
|
|
|
|
nmake -f makefile.mak clean
|
|
|
|
nmake -f makefile.mak X64=1 DLL=1 MFLAGS=-MD GLIBDIR=c:\mozilla-build\build\xchat-dev64\include\glib-2.0
|
2010-10-06 02:14:08 +04:00
|
|
|
echo.Press return when ready to install!
|
|
|
|
pause
|
|
|
|
set PATH=%OPATH%
|
|
|
|
call release-x64.bat
|
2010-10-06 01:12:36 +04:00
|
|
|
pause
|