Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Build the included zlib library by default when using the Makefile.msc makefile. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0f62aac02774d89e8650e9cf71567a81 |
User & Date: | drh 2015-07-08 16:48:31.705 |
Context
2015-07-08
| ||
17:16 | Port the fix from the previous check-in to the makemake Tcl script as well. ... (check-in: b9447b0e user: mistachkin tags: trunk) | |
16:48 | Build the included zlib library by default when using the Makefile.msc makefile. ... (check-in: 0f62aac0 user: drh tags: trunk) | |
16:25 | Update the built-in SQLite to the 3.8.11 alpha that includes the pcache1 preallocation enhancement. ... (check-in: 8fb4269a user: drh tags: trunk) | |
Changes
Changes to win/Makefile.msc.
︙ | ︙ | |||
37 38 39 40 41 42 43 | # Build the OpenSSL libraries? !ifndef FOSSIL_BUILD_SSL FOSSIL_BUILD_SSL = 0 !endif # Build the included zlib library? !ifndef FOSSIL_BUILD_ZLIB | | | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | # Build the OpenSSL libraries? !ifndef FOSSIL_BUILD_SSL FOSSIL_BUILD_SSL = 0 !endif # Build the included zlib library? !ifndef FOSSIL_BUILD_ZLIB FOSSIL_BUILD_ZLIB = 1 !endif # Link everything except SQLite dynamically? !ifndef FOSSIL_DYNAMIC_BUILD FOSSIL_DYNAMIC_BUILD = 0 !endif |
︙ | ︙ |