Fossil SCM
Build the included zlib library by default when using the Makefile.msc makefile.
Commit
0f62aac02774d89e8650e9cf71567a81c9a16070
Parent
8fb4269a3180e37…
1 file changed
+1
-1
+1
-1
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -39,11 +39,11 @@ | ||
| 39 | 39 | FOSSIL_BUILD_SSL = 0 |
| 40 | 40 | !endif |
| 41 | 41 | |
| 42 | 42 | # Build the included zlib library? |
| 43 | 43 | !ifndef FOSSIL_BUILD_ZLIB |
| 44 | -FOSSIL_BUILD_ZLIB = 0 | |
| 44 | +FOSSIL_BUILD_ZLIB = 1 | |
| 45 | 45 | !endif |
| 46 | 46 | |
| 47 | 47 | # Link everything except SQLite dynamically? |
| 48 | 48 | !ifndef FOSSIL_DYNAMIC_BUILD |
| 49 | 49 | FOSSIL_DYNAMIC_BUILD = 0 |
| 50 | 50 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -39,11 +39,11 @@ | |
| 39 | FOSSIL_BUILD_SSL = 0 |
| 40 | !endif |
| 41 | |
| 42 | # Build the included zlib library? |
| 43 | !ifndef FOSSIL_BUILD_ZLIB |
| 44 | FOSSIL_BUILD_ZLIB = 0 |
| 45 | !endif |
| 46 | |
| 47 | # Link everything except SQLite dynamically? |
| 48 | !ifndef FOSSIL_DYNAMIC_BUILD |
| 49 | FOSSIL_DYNAMIC_BUILD = 0 |
| 50 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -39,11 +39,11 @@ | |
| 39 | FOSSIL_BUILD_SSL = 0 |
| 40 | !endif |
| 41 | |
| 42 | # Build the included zlib library? |
| 43 | !ifndef FOSSIL_BUILD_ZLIB |
| 44 | FOSSIL_BUILD_ZLIB = 1 |
| 45 | !endif |
| 46 | |
| 47 | # Link everything except SQLite dynamically? |
| 48 | !ifndef FOSSIL_DYNAMIC_BUILD |
| 49 | FOSSIL_DYNAMIC_BUILD = 0 |
| 50 |