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

Side by Side Diff: openssl/ms/README

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/makevms.com ('k') | openssl/ms/bcb4.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 Run these makefiles from the top level as in 1 Run these makefiles from the top level as in
2 nmake -f ms\makefilename 2 nmake -f ms\makefilename
3 to build with visual C++ 4.[01]. 3 to build with visual C++ 4.[01].
4 4
5 The results will be in the out directory. 5 The results will be in the out directory.
6 6
7 These makefiles and def files were generated my typing 7 These makefiles and def files were generated by typing
8 8
9 perl util\mk1mf.pl VC-NT >ms/nt.mak 9 perl util\mk1mf.pl VC-NT >ms/nt.mak
10 perl util\mk1mf.pl VC-NT dll >ms/ntdll.mak 10 perl util\mk1mf.pl VC-NT dll >ms/ntdll.mak
11 11
12 perl util\mkdef.pl 32 crypto > ms/crypto32.def 12 perl util\mkdef.pl 32 crypto > ms/crypto32.def
13 perl util\mkdef.pl 32 ssl > ms/ssl32.def 13 perl util\mkdef.pl 32 ssl > ms/ssl32.def
OLDNEW
« no previous file with comments | « openssl/makevms.com ('k') | openssl/ms/bcb4.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698