2010-04-02 09:29:16 +04:00
|
|
|
@echo off
|
2010-08-19 02:37:33 +04:00
|
|
|
cd ..\src
|
2010-08-20 03:52:42 +04:00
|
|
|
type makeinc.skel > makeinc.mak
|
2010-08-16 16:39:35 +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-dev32\include
|
|
|
|
set LIB=c:\WinDDK\7600.16385.1\lib\wxp\i386;c:\WinDDK\7600.16385.1\lib\Crt\i386
|
2010-08-20 03:52:42 +04:00
|
|
|
set OPATH=%PATH%
|
2010-09-20 16:57:43 +04:00
|
|
|
set PATH=c:\WinDDK\7600.16385.1\bin\x86\x86;c:\WinDDK\7600.16385.1\bin\x86;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin;c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE;c:\mozilla-build\build\xchat-dev32\bin
|
2010-08-24 22:03:18 +04:00
|
|
|
nmake /nologo /f makefile.mak clean
|
2010-08-24 20:15:16 +04:00
|
|
|
cd pixmaps
|
2010-08-24 22:03:18 +04:00
|
|
|
nmake /nologo /f makefile.mak
|
2010-08-24 20:15:16 +04:00
|
|
|
cd ..
|
2010-08-24 22:03:18 +04:00
|
|
|
nmake /nologo /f makefile.mak
|
|
|
|
cd ..\plugins
|
|
|
|
nmake /nologo /f makefile.mak clean
|
|
|
|
nmake /nologo /f makefile.mak
|
2010-08-29 06:55:58 +04:00
|
|
|
cd perl
|
|
|
|
set OOPATH=%PATH%
|
|
|
|
set PATH=%OOPATH%;c:\mozilla-build\perl-5.8-x86\bin
|
2010-08-30 02:51:23 +04:00
|
|
|
nmake /nologo /s /f makefile-58.mak clean
|
|
|
|
nmake /nologo /s /f makefile-58.mak
|
2010-08-29 06:55:58 +04:00
|
|
|
set PATH=%OOPATH%;c:\mozilla-build\perl-5.10-x86\bin
|
2010-08-30 02:51:23 +04:00
|
|
|
nmake /nologo /s /f makefile-510.mak clean
|
|
|
|
nmake /nologo /s /f makefile-510.mak
|
2010-08-29 06:55:58 +04:00
|
|
|
set PATH=%OOPATH%;c:\mozilla-build\perl-5.12-x86\bin
|
2010-08-30 02:51:23 +04:00
|
|
|
nmake /nologo /s /f makefile-512.mak clean
|
|
|
|
nmake /nologo /s /f makefile-512.mak
|
2010-08-29 06:55:58 +04:00
|
|
|
cd ..\..\build
|
2010-04-02 09:29:16 +04:00
|
|
|
call compile-po-files.bat
|
|
|
|
cd ..\build
|
|
|
|
set PATH=%OPATH%
|
|
|
|
call release-x86.bat
|