Fossil

Check-in [c8816425d8]
Login

Check-in [c8816425d8]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Build zlib by default with MSVC.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | dynamicMsvc
Files: files | file ages | folders
SHA1: c8816425d825cdfe1df85e116adacc827ec49070
User & Date: mistachkin 2015-06-17 16:46:13.716
Context
2015-06-17
16:46
Update makemake as well. ... (check-in: 5d48958e57 user: mistachkin tags: dynamicMsvc)
16:46
Build zlib by default with MSVC. ... (check-in: c8816425d8 user: mistachkin tags: dynamicMsvc)
10:10
On non-MSVC-platforms (including MinGW), dynamic builds are already the default, so let "fossil version -v" reflect that. ... (check-in: b2c03de312 user: jan.nijtmans tags: dynamicMsvc)
Changes
Unified Diff Ignore Whitespace Patch
Changes to win/Makefile.msc.
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Uncomment to enable miniz usage
# FOSSIL_ENABLE_MINIZ = 1

# Uncomment to enable SSL support
# FOSSIL_ENABLE_SSL = 1

# Uncomment to build zlib library
# FOSSIL_BUILD_ZLIB = 1

# Uncomment to build SSL libraries
# FOSSIL_BUILD_SSL = 1

# Uncomment to enable legacy treatment of mv/rm
# FOSSIL_ENABLE_LEGACY_MV_RM = 1








|







44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Uncomment to enable miniz usage
# FOSSIL_ENABLE_MINIZ = 1

# Uncomment to enable SSL support
# FOSSIL_ENABLE_SSL = 1

# Uncomment to build zlib library
FOSSIL_BUILD_ZLIB = 1

# Uncomment to build SSL libraries
# FOSSIL_BUILD_SSL = 1

# Uncomment to enable legacy treatment of mv/rm
# FOSSIL_ENABLE_LEGACY_MV_RM = 1