2010-04-02 07:29:16 +02:00
|
|
|
@echo off
|
2010-08-19 00:37:33 +02:00
|
|
|
cd ..\src
|
2010-08-20 01:52:42 +02:00
|
|
|
type makeinc.skel > makeinc.mak
|
2010-08-16 14:39:35 +02: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 01:52:42 +02:00
|
|
|
set OPATH=%PATH%
|
2010-08-14 01:23:11 +02: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;c:\mozilla-build\mingw32\bin;c:\mozilla-build\perl-5.12-x86\bin
|
2010-04-02 07:29:16 +02:00
|
|
|
nmake -f makefile.mak clean
|
|
|
|
nmake -f makefile.mak
|
2010-08-10 17:10:18 +02:00
|
|
|
cd ..\plugins\ewc
|
2010-04-02 07:29:16 +02:00
|
|
|
nmake -f makefile.mak clean
|
|
|
|
nmake -f makefile.mak
|
2010-08-12 06:28:06 +02:00
|
|
|
cd ..\lua
|
|
|
|
nmake -f makefile.mak clean
|
|
|
|
nmake -f makefile.mak
|
2010-04-02 07:29:16 +02:00
|
|
|
cd ..\perl
|
|
|
|
nmake -f makefile.mak clean
|
|
|
|
nmake -f makefile.mak
|
2010-08-11 05:49:33 +02:00
|
|
|
cd ..\python
|
|
|
|
nmake -f makefile.mak clean
|
|
|
|
nmake -f makefile.mak
|
2010-04-02 07:29:16 +02:00
|
|
|
cd ..\tcl
|
|
|
|
nmake -f makefile.mak clean
|
|
|
|
nmake -f makefile.mak
|
2010-08-11 22:52:30 +02:00
|
|
|
cd ..\xdcc
|
|
|
|
nmake -f makefile.mak clean
|
|
|
|
nmake -f makefile.mak
|
2010-04-02 07:29:16 +02:00
|
|
|
cd ..\..\build
|
|
|
|
call compile-po-files.bat
|
|
|
|
cd ..\build
|
|
|
|
set PATH=%OPATH%
|
|
|
|
call release-x86.bat
|