Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: openssl/shlib/win32.bat

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « openssl/openssl.spec ('k') | openssl/shlib/win32dll.bat » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 rem win32 dll build 1 rem win32 dll build
2 2
3 set OPTIONS1=-DDES_ASM -DBN_ASM -DBF_ASM -DFLAT_INC -Iout -Itmp -DL_ENDIAN 3 set OPTIONS1=-DDES_ASM -DBN_ASM -DBF_ASM -DFLAT_INC -Iout -Itmp -DL_ENDIAN
4 set OPTIONS2=/W3 /WX /Ox /Gs0 /GF /Gy /nologo 4 set OPTIONS2=/W3 /WX /Ox /Gs0 /GF /Gy /nologo
5 5
6 set OPTIONS=%OPTIONS1% %OPTIONS2% 6 set OPTIONS=%OPTIONS1% %OPTIONS2%
7 7
8 rem ml /coff /c crypto\bf\asm\b-win32.asm 8 rem ml /coff /c crypto\bf\asm\b-win32.asm
9 rem ml /coff /c crypto\des\asm\c-win32.asm 9 rem ml /coff /c crypto\des\asm\c-win32.asm
10 rem ml /coff /c crypto\des\asm\d-win32.asm 10 rem ml /coff /c crypto\des\asm\d-win32.asm
11 rem ml /coff /c crypto\bn\asm\x86nt32.asm 11 rem ml /coff /c crypto\bn\asm\x86nt32.asm
12 12
13 cl /Focrypto.obj -DWIN32 %OPTIONS% -c crypto\crypto.c 13 cl /Focrypto.obj -DWIN32 %OPTIONS% -c crypto\crypto.c
14 cl /Fossl.obj -DWIN32 %OPTIONS% -c ssl\ssl.c 14 cl /Fossl.obj -DWIN32 %OPTIONS% -c ssl\ssl.c
15 cl /Foeay.obj -DWIN32 %OPTIONS% -c apps\eay.c 15 cl /Foeay.obj -DWIN32 %OPTIONS% -c apps\eay.c
16 16
17 cl /Fessleay.exe %OPTIONS% eay.obj ssl.obj crypto.obj crypto\bf\asm\b-win32.obj crypto\des\asm\c-win32.obj crypto\des\asm\d-win32.obj crypto\bn\asm\x86nt32.obj user32.lib gdi32.lib wsock32.lib 17 cl /Fessleay.exe %OPTIONS% eay.obj ssl.obj crypto.obj crypto\bf\asm\b-win32.obj crypto\des\asm\c-win32.obj crypto\des\asm\d-win32.obj crypto\bn\asm\x86nt32.obj user32.lib gdi32.lib ws2_32.lib
18 18
OLDNEW
« no previous file with comments | « openssl/openssl.spec ('k') | openssl/shlib/win32dll.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698