Fossil SCM

Fix typo: SSL and JSON should not be enabled by default in the MSVC makefile.

mistachkin 2013-04-01 20:56 trunk
Commit 9f931a7569268c455d7231b68f9fd5d2c741d872
1 file changed +2 -2
--- win/Makefile.msc
+++ win/Makefile.msc
@@ -13,14 +13,14 @@
1313
OX = .
1414
O = .obj
1515
E = .exe
1616
1717
# Uncomment to enable JSON API
18
-FOSSIL_ENABLE_JSON = 1
18
+# FOSSIL_ENABLE_JSON = 1
1919
2020
# Uncomment to enable SSL support
21
-FOSSIL_ENABLE_SSL = 1
21
+# FOSSIL_ENABLE_SSL = 1
2222
2323
!ifdef FOSSIL_ENABLE_SSL
2424
SSLINCDIR = $(B)\compat\openssl-1.0.1e\include
2525
SSLLIBDIR = $(B)\compat\openssl-1.0.1e\out32
2626
SSLLIB = ssleay32.lib libeay32.lib user32.lib gdi32.lib
2727
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button