summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--.gitignore1475log stats plain blame
-rw-r--r--.travis.yml575log stats plain blame
d---------.tx70log stats plain
-rw-r--r--COPYING17985log stats plain blame
-rw-r--r--Doxyfile83112log stats plain blame
-rw-r--r--Makefile.am145log stats plain blame
-rwxr-xr-xautogen.sh414log stats plain blame
-rw-r--r--configure.ac27372log stats plain blame
d---------data217log stats plain
d---------m487log stats plain
d---------osx236log stats plain
d---------plugins446log stats plain
d---------po1928log stats plain
-rw-r--r--readme.md1326log stats plain blame
d---------src244log stats plain
d---------win32400log stats plain
title='Blame the previous revision' href='/git-repos/torxchat.git/blame/build/build-x86.bat?h=fix-ub&id=82be51593735727056605b8e947281c9c19592ee'>^
00af66e9 ^

6d0fa458 ^
00af66e9 ^

ae4d7193 ^
c7ec88c8 ^
c7ec88c8 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
         

                                           




                                                                            
                                                    

                       
                                 
                                    

                                                                              
                
                                                                                                                                                                                               
                                   
          
                             
     



                                   

                 
                                

                                          
                                

                                          
              
                         

                    
@echo off
set PERL_510=c:\mozilla-build\perl-5.10-x86
set PERL_512=c:\mozilla-build\perl-5.12-x86
echo [Setup] > xchat-wdk.iss
echo WizardImageFile=%cd%\bitmaps\wizardimage.bmp >> xchat-wdk.iss
echo WizardSmallImageFile=%cd%\bitmaps\wizardsmallimage.bmp >> xchat-wdk.iss
cd ..
echo SetupIconFile=%cd%\xchat.ico >> build\xchat-wdk.iss
type build\xchat-wdk.skel.iss >> build\xchat-wdk.iss
set DEV_32=%cd%\dep-x86
cd src
echo DEV = %DEV_32% > makeinc.mak
type makeinc.skel.mak >> makeinc.mak
set INCLUDE=%WDK_ROOT%\inc\api;%WDK_ROOT%\inc\crt;%WDK_ROOT%\inc\api\crt\stl70
set LIB=%WDK_ROOT%\lib\wxp\i386;%WDK_ROOT%\lib\Crt\i386
set OPATH=%PATH%
set PATH=%PROGRAMFILES(X86)%\Microsoft Visual Studio 10.0\VC\bin;%PROGRAMFILES(X86)%\Microsoft Visual Studio 10.0\Common7\IDE;%PROGRAMFILES(X86)%\Microsoft SDKs\Windows\v7.0A\Bin;%DEV_32%\bin
nmake /nologo /f makefile.mak clean
cd pixmaps
nmake /nologo /f makefile.mak
cd ..
nmake /nologo /f makefile.mak
cd ..\plugins
nmake /nologo /f makefile.mak clean
nmake /nologo /f makefile.mak
cd perl
set OOPATH=%PATH%
set PATH=%OOPATH%;%PERL_510%\bin
nmake /nologo /s /f makefile-510.mak clean
nmake /nologo /s /f makefile-510.mak
set PATH=%OOPATH%;%PERL_512%\bin
nmake /nologo /s /f makefile-512.mak clean
nmake /nologo /s /f makefile-512.mak
cd ..\..\build
call compile-po-files.bat
set PATH=%OPATH%
call release-x86.bat