Changes between Version 1 and Version 2 of AdminDepLibs


Ignore:
Timestamp:
Jun 22, 2015, 11:04:45 PM (9 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdminDepLibs

    v1 v2  
    5454Project URL: [https://www.openssl.org/]
    5555
     56Follow build instructions in INSTALL.W32 for Release/x86 and Debug/x86 configurations.
     57
     58Follow build instructions in INSTALL.W64 for Release/x64 and Debug/x64 configurations.
     59
     60NOTE: You will need to install some form of perl if it is not already installed on your computer.  See: [http://www.activestate.com/activeperl ActivePerl].
     61
     62Be sure to add the 'no-asm' option to the 'Configure' script.  Modify the resulting ntdll.mak file based on
     63the project diffs below.
     64
    5665Project file diffs: [wiki:AdminDepLibsOpenSSL OpenSSL]
    5766
     
    6069Project URL: [http://curl.haxx.se/libcurl/]
    6170
     71Follow build instructions in docs/INSTALL for all configurations.
     72
     73Example (Release/x86):
     74{{{
     75     set ZLIB_PATH=c:\src\sdks\zlib-1.2.8
     76     set OPENSSL_PATH=c:\src\sdks\openssl-1.0.2a
     77     nmake -f Makefile cfg=release-dll-ssl-dll-zlib-dll
     78}}}
     79
    6280Project file diffs: [wiki:AdminDepLibsCurl Curl]
    6381
    64 === SQLite ===
     82=== Sqlite ===
    6583
    6684Project URL: [https://www.sqlite.org/]
    6785
     86Use the project file included in the Sqlite project file diff page.
     87
    6888Project file diffs: [wiki:AdminDepLibsSqlite Sqlite]
     89