Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | a30da54fee8294366ffe59bb906249a9ed419177 |
|---|---|
| Date: | 2012-05-04 21:31:08 |
| User: | mistachkin |
| Comment: | Bump version of zlib in the Windows makefiles. |
Tags And Properties
- branch=trunk inherited from [bf1c21ba16]
- sym-trunk inherited from [bf1c21ba16]
Changes
Changes to src/makemake.tcl
364 FOSSIL_TCL_SOURCE = 1 364 FOSSIL_TCL_SOURCE = 1 365 365 366 #### The directories where the zlib include and library files are located. 366 #### The directories where the zlib include and library files are located. 367 # The recommended usage here is to use the Sysinternals junction tool 367 # The recommended usage here is to use the Sysinternals junction tool 368 # to create a hard link between an "zlib-1.x.y" sub-directory of the 368 # to create a hard link between an "zlib-1.x.y" sub-directory of the 369 # Fossil source code directory and the target zlib source directory. 369 # Fossil source code directory and the target zlib source directory. 370 # 370 # 371 ZINCDIR = $(SRCDIR)/../zlib-1.2.6 | 371 ZINCDIR = $(SRCDIR)/../zlib-1.2.7 372 ZLIBDIR = $(SRCDIR)/../zlib-1.2.6 | 372 ZLIBDIR = $(SRCDIR)/../zlib-1.2.7 373 373 374 #### The directories where the OpenSSL include and library files are located. 374 #### The directories where the OpenSSL include and library files are located. 375 # The recommended usage here is to use the Sysinternals junction tool 375 # The recommended usage here is to use the Sysinternals junction tool 376 # to create a hard link between an "openssl-1.x" sub-directory of the 376 # to create a hard link between an "openssl-1.x" sub-directory of the 377 # Fossil source code directory and the target OpenSSL source directory. 377 # Fossil source code directory and the target OpenSSL source directory. 378 # 378 # 379 OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include 379 OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include
Changes to win/Makefile.mingw
45 FOSSIL_TCL_SOURCE = 1 45 FOSSIL_TCL_SOURCE = 1 46 46 47 #### The directories where the zlib include and library files are located. 47 #### The directories where the zlib include and library files are located. 48 # The recommended usage here is to use the Sysinternals junction tool 48 # The recommended usage here is to use the Sysinternals junction tool 49 # to create a hard link between an "zlib-1.x.y" sub-directory of the 49 # to create a hard link between an "zlib-1.x.y" sub-directory of the 50 # Fossil source code directory and the target zlib source directory. 50 # Fossil source code directory and the target zlib source directory. 51 # 51 # 52 ZINCDIR = $(SRCDIR)/../zlib-1.2.6 | 52 ZINCDIR = $(SRCDIR)/../zlib-1.2.7 53 ZLIBDIR = $(SRCDIR)/../zlib-1.2.6 | 53 ZLIBDIR = $(SRCDIR)/../zlib-1.2.7 54 54 55 #### The directories where the OpenSSL include and library files are located. 55 #### The directories where the OpenSSL include and library files are located. 56 # The recommended usage here is to use the Sysinternals junction tool 56 # The recommended usage here is to use the Sysinternals junction tool 57 # to create a hard link between an "openssl-1.x" sub-directory of the 57 # to create a hard link between an "openssl-1.x" sub-directory of the 58 # Fossil source code directory and the target OpenSSL source directory. 58 # Fossil source code directory and the target OpenSSL source directory. 59 # 59 # 60 OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include 60 OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include
Changes to win/Makefile.mingw.mistachkin
45 FOSSIL_TCL_SOURCE = 1 45 FOSSIL_TCL_SOURCE = 1 46 46 47 #### The directories where the zlib include and library files are located. 47 #### The directories where the zlib include and library files are located. 48 # The recommended usage here is to use the Sysinternals junction tool 48 # The recommended usage here is to use the Sysinternals junction tool 49 # to create a hard link between an "zlib-1.x.y" sub-directory of the 49 # to create a hard link between an "zlib-1.x.y" sub-directory of the 50 # Fossil source code directory and the target zlib source directory. 50 # Fossil source code directory and the target zlib source directory. 51 # 51 # 52 ZINCDIR = $(SRCDIR)/../zlib-1.2.6 | 52 ZINCDIR = $(SRCDIR)/../zlib-1.2.7 53 ZLIBDIR = $(SRCDIR)/../zlib-1.2.6 | 53 ZLIBDIR = $(SRCDIR)/../zlib-1.2.7 54 54 55 #### The directories where the OpenSSL include and library files are located. 55 #### The directories where the OpenSSL include and library files are located. 56 # The recommended usage here is to use the Sysinternals junction tool 56 # The recommended usage here is to use the Sysinternals junction tool 57 # to create a hard link between an "openssl-1.x" sub-directory of the 57 # to create a hard link between an "openssl-1.x" sub-directory of the 58 # Fossil source code directory and the target OpenSSL source directory. 58 # Fossil source code directory and the target OpenSSL source directory. 59 # 59 # 60 OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include 60 OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include