mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-24 06:20:19 +00:00
move additions to own repo, so that patch contains only modifications
This commit is contained in:
32
build/build-x86.bat
Normal file
32
build/build-x86.bat
Normal file
@@ -0,0 +1,32 @@
|
||||
@echo off
|
||||
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;c:\mozilla-build\build\openssl-0.9.8j-wdk-x86\include
|
||||
set LIB=c:\WinDDK\7600.16385.1\lib\wxp\i386;c:\WinDDK\7600.16385.1\lib\Crt\i386;c:\mozilla-build\build\openssl-0.9.8j-wdk-x86\lib
|
||||
set OPATH=%PATH%
|
||||
set PATH=c:\WinDDK\7600.16385.1\bin\x86\x86;c:\WinDDK\7600.16385.1\bin\x86;c:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin;c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin;c:\mozilla-build\build\xchat-dev32\bin;c:\mozilla-build\mingw\bin;c:\mozilla-build\perl-5.10-x86\bin
|
||||
cd ..\src
|
||||
nmake -f makefile.mak clean
|
||||
nmake -f makefile.mak
|
||||
cd ..\plugins\dns
|
||||
nmake -f makefile.mak clean
|
||||
nmake -f makefile.mak
|
||||
cd ..\ewc
|
||||
nmake -f makefile.mak clean
|
||||
nmake -f makefile.mak
|
||||
cd ..\perl
|
||||
nmake -f makefile.mak clean
|
||||
nmake -f makefile.mak
|
||||
::cd ..\python
|
||||
::nmake -f makefile.mak clean
|
||||
::nmake -f makefile.mak
|
||||
cd ..\tcl
|
||||
nmake -f makefile.mak clean
|
||||
nmake -f makefile.mak
|
||||
cd ..\xtray
|
||||
nmake -f makefile.mak clean
|
||||
nmake -f makefile.mak
|
||||
cd ..\..\build
|
||||
call compile-po-files.bat
|
||||
cd ..\build
|
||||
set PATH=%OPATH%
|
||||
call release-x86.bat
|
||||
pause
|
||||
Reference in New Issue
Block a user