Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | fb48371c74d118341e0b1fb474568824ec42fedd |
|---|---|
| Date: | 2012-04-20 01:33:52 |
| User: | mistachkin |
| Comment: | Bump version of OpenSSL in the Windows makefiles. |
Tags And Properties
- branch=trunk inherited from [bf1c21ba16]
- sym-trunk inherited from [bf1c21ba16]
Changes
Changes to src/makemake.tcl
372 ZLIBDIR = $(SRCDIR)/../zlib-1.2.6 372 ZLIBDIR = $(SRCDIR)/../zlib-1.2.6 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.0g/include | 379 OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include 380 OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.0g | 380 OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1a 381 381 382 #### Either the directory where the Tcl library is installed or the Tcl 382 #### Either the directory where the Tcl library is installed or the Tcl 383 # source code directory resides (depending on the value of the macro 383 # source code directory resides (depending on the value of the macro 384 # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, 384 # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, 385 # this directory must have "include" and "lib" sub-directories. If 385 # this directory must have "include" and "lib" sub-directories. If 386 # this points to the Tcl source code directory, this directory must 386 # this points to the Tcl source code directory, this directory must 387 # have "generic" and "win" sub-directories. The recommended usage 387 # have "generic" and "win" sub-directories. The recommended usage
Changes to win/Makefile.mingw
53 ZLIBDIR = $(SRCDIR)/../zlib-1.2.6 53 ZLIBDIR = $(SRCDIR)/../zlib-1.2.6 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.0g/include | 60 OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include 61 OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.0g | 61 OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1a 62 62 63 #### Either the directory where the Tcl library is installed or the Tcl 63 #### Either the directory where the Tcl library is installed or the Tcl 64 # source code directory resides (depending on the value of the macro 64 # source code directory resides (depending on the value of the macro 65 # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, 65 # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, 66 # this directory must have "include" and "lib" sub-directories. If 66 # this directory must have "include" and "lib" sub-directories. If 67 # this points to the Tcl source code directory, this directory must 67 # this points to the Tcl source code directory, this directory must 68 # have "generic" and "win" sub-directories. The recommended usage 68 # have "generic" and "win" sub-directories. The recommended usage
Changes to win/Makefile.mingw.mistachkin
53 ZLIBDIR = $(SRCDIR)/../zlib-1.2.6 53 ZLIBDIR = $(SRCDIR)/../zlib-1.2.6 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.0g/include | 60 OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1a/include 61 OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.0g | 61 OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1a 62 62 63 #### Either the directory where the Tcl library is installed or the Tcl 63 #### Either the directory where the Tcl library is installed or the Tcl 64 # source code directory resides (depending on the value of the macro 64 # source code directory resides (depending on the value of the macro 65 # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, 65 # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory, 66 # this directory must have "include" and "lib" sub-directories. If 66 # this directory must have "include" and "lib" sub-directories. If 67 # this points to the Tcl source code directory, this directory must 67 # this points to the Tcl source code directory, this directory must 68 # have "generic" and "win" sub-directories. The recommended usage 68 # have "generic" and "win" sub-directories. The recommended usage