Fossil SCM
Fix typo: SSL and JSON should not be enabled by default in the MSVC makefile.
Commit
9f931a7569268c455d7231b68f9fd5d2c741d872
Parent
c46e5f933d96658…
1 file changed
+2
-2
+2
-2
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -13,14 +13,14 @@ | ||
| 13 | 13 | OX = . |
| 14 | 14 | O = .obj |
| 15 | 15 | E = .exe |
| 16 | 16 | |
| 17 | 17 | # Uncomment to enable JSON API |
| 18 | -FOSSIL_ENABLE_JSON = 1 | |
| 18 | +# FOSSIL_ENABLE_JSON = 1 | |
| 19 | 19 | |
| 20 | 20 | # Uncomment to enable SSL support |
| 21 | -FOSSIL_ENABLE_SSL = 1 | |
| 21 | +# FOSSIL_ENABLE_SSL = 1 | |
| 22 | 22 | |
| 23 | 23 | !ifdef FOSSIL_ENABLE_SSL |
| 24 | 24 | SSLINCDIR = $(B)\compat\openssl-1.0.1e\include |
| 25 | 25 | SSLLIBDIR = $(B)\compat\openssl-1.0.1e\out32 |
| 26 | 26 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 27 | 27 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -13,14 +13,14 @@ | |
| 13 | OX = . |
| 14 | O = .obj |
| 15 | E = .exe |
| 16 | |
| 17 | # Uncomment to enable JSON API |
| 18 | FOSSIL_ENABLE_JSON = 1 |
| 19 | |
| 20 | # Uncomment to enable SSL support |
| 21 | FOSSIL_ENABLE_SSL = 1 |
| 22 | |
| 23 | !ifdef FOSSIL_ENABLE_SSL |
| 24 | SSLINCDIR = $(B)\compat\openssl-1.0.1e\include |
| 25 | SSLLIBDIR = $(B)\compat\openssl-1.0.1e\out32 |
| 26 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 27 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -13,14 +13,14 @@ | |
| 13 | OX = . |
| 14 | O = .obj |
| 15 | E = .exe |
| 16 | |
| 17 | # Uncomment to enable JSON API |
| 18 | # FOSSIL_ENABLE_JSON = 1 |
| 19 | |
| 20 | # Uncomment to enable SSL support |
| 21 | # FOSSIL_ENABLE_SSL = 1 |
| 22 | |
| 23 | !ifdef FOSSIL_ENABLE_SSL |
| 24 | SSLINCDIR = $(B)\compat\openssl-1.0.1e\include |
| 25 | SSLLIBDIR = $(B)\compat\openssl-1.0.1e\out32 |
| 26 | SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib |
| 27 |