Changes between Version 1 and Version 2 of AdminDepLibs
- Timestamp:
- Jun 22, 2015, 11:04:45 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdminDepLibs
v1 v2 54 54 Project URL: [https://www.openssl.org/] 55 55 56 Follow build instructions in INSTALL.W32 for Release/x86 and Debug/x86 configurations. 57 58 Follow build instructions in INSTALL.W64 for Release/x64 and Debug/x64 configurations. 59 60 NOTE: 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 62 Be sure to add the 'no-asm' option to the 'Configure' script. Modify the resulting ntdll.mak file based on 63 the project diffs below. 64 56 65 Project file diffs: [wiki:AdminDepLibsOpenSSL OpenSSL] 57 66 … … 60 69 Project URL: [http://curl.haxx.se/libcurl/] 61 70 71 Follow build instructions in docs/INSTALL for all configurations. 72 73 Example (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 62 80 Project file diffs: [wiki:AdminDepLibsCurl Curl] 63 81 64 === S QLite ===82 === Sqlite === 65 83 66 84 Project URL: [https://www.sqlite.org/] 67 85 86 Use the project file included in the Sqlite project file diff page. 87 68 88 Project file diffs: [wiki:AdminDepLibsSqlite Sqlite] 89