Fossil SCM
Build zlib by default with MSVC.
Commit
c8816425d825cdfe1df85e116adacc827ec49070
Parent
b2c03de312803c7…
1 file changed
+1
-1
+1
-1
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -46,11 +46,11 @@ | ||
| 46 | 46 | |
| 47 | 47 | # Uncomment to enable SSL support |
| 48 | 48 | # FOSSIL_ENABLE_SSL = 1 |
| 49 | 49 | |
| 50 | 50 | # Uncomment to build zlib library |
| 51 | -# FOSSIL_BUILD_ZLIB = 1 | |
| 51 | +FOSSIL_BUILD_ZLIB = 1 | |
| 52 | 52 | |
| 53 | 53 | # Uncomment to build SSL libraries |
| 54 | 54 | # FOSSIL_BUILD_SSL = 1 |
| 55 | 55 | |
| 56 | 56 | # Uncomment to enable legacy treatment of mv/rm |
| 57 | 57 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -46,11 +46,11 @@ | |
| 46 | |
| 47 | # Uncomment to enable SSL support |
| 48 | # FOSSIL_ENABLE_SSL = 1 |
| 49 | |
| 50 | # Uncomment to build zlib library |
| 51 | # FOSSIL_BUILD_ZLIB = 1 |
| 52 | |
| 53 | # Uncomment to build SSL libraries |
| 54 | # FOSSIL_BUILD_SSL = 1 |
| 55 | |
| 56 | # Uncomment to enable legacy treatment of mv/rm |
| 57 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -46,11 +46,11 @@ | |
| 46 | |
| 47 | # Uncomment to enable SSL support |
| 48 | # FOSSIL_ENABLE_SSL = 1 |
| 49 | |
| 50 | # Uncomment to build zlib library |
| 51 | FOSSIL_BUILD_ZLIB = 1 |
| 52 | |
| 53 | # Uncomment to build SSL libraries |
| 54 | # FOSSIL_BUILD_SSL = 1 |
| 55 | |
| 56 | # Uncomment to enable legacy treatment of mv/rm |
| 57 |