summary refs log tree commit diff stats
path: root/po/fi.po
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-24 20:41:13 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-24 20:41:13 +0200
commitbbf2ad1793840c4796e85cbb75605059809e039e (patch)
tree13fa169122819463f7675e005ad7f2c2b059bed3 /po/fi.po
parentd26aa1bf82792434056c88cf58771e6f4f764589 (diff)
Fix fe-text compilation - it still segfaults though
Diffstat (limited to 'po/fi.po')
0 files changed, 0 insertions, 0 deletions
:59:32 +0100 add wdk changes to named branch' href='/git-repos/torxchat.git/commit/ext/openssl-wdk/build-x64.bat?h=feature/flexible-cert&id=d03d6e606b40157d910ddf99ab018156abeb8ef0'>d03d6e60 ^
b29c1811 ^
d03d6e60 ^


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

                                    
                                                      
                                    
                                           




















                                                                                                                                                                                              
                                               


                                 
@echo off
set WDK_ROOT=c:\WinDDK\7600.16385.1
set PERL_PATH=c:\mozilla-build\perl-5.12-x64\perl\bin
set NASM_PATH=c:\mozilla-build\nasm
set OPENSSL_DEST=..\openssl-wdk-1.0.1c-x64
set INCLUDE=%WDK_ROOT%\inc\api;%WDK_ROOT%\inc\crt;%WDK_ROOT%\inc\ddk;ms;zlib-x64\include
set LIB=%WDK_ROOT%\lib\wnet\amd64;%WDK_ROOT%\lib\Crt\amd64;zlib-x64\lib
set PATH=%PROGRAMFILES(X86)%\Microsoft Visual Studio 10.0\VC\bin\amd64;%PROGRAMFILES(X86)%\Microsoft SDKs\Windows\v7.0A\Bin\x64;%PERL_PATH%;%NASM_PATH%;%SystemRoot%\System32;..\zlib-x64\bin
perl Configure VC-WIN64A enable-camellia zlib-dynamic --openssldir=./
call ms\do_win64a
nmake -f ms\ntdll.mak vclean
nmake -f ms\ntdll.mak
nmake -f ms\ntdll.mak test
perl mk-ca-bundle.pl -n
echo.Press return when ready to install!
pause
move include include-orig
nmake -f ms\ntdll.mak install
rmdir /q /s %OPENSSL_DEST%
mkdir %OPENSSL_DEST%
move bin %OPENSSL_DEST%
move include %OPENSSL_DEST%
move lib %OPENSSL_DEST%
mkdir %OPENSSL_DEST%\share
move openssl.cnf %OPENSSL_DEST%\share\openssl.cnf.example
move include-orig include
copy zlib-x64\bin\zlib1.dll %OPENSSL_DEST%\bin
move cert.pem %OPENSSL_DEST%\bin
echo.Finished!
pause