Fossil SCM

Make the MinGW makefile consistent with the MSVC one in where it attempts to locate the OpenSSL directory.

mistachkin 2013-04-03 12:13 trunk
Commit 94485846c3a9c7d837a3b3b81db974088a4dbf42
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -416,12 +416,12 @@
416416
#### The directories where the OpenSSL include and library files are located.
417417
# The recommended usage here is to use the Sysinternals junction tool
418418
# to create a hard link between an "openssl-1.x" sub-directory of the
419419
# Fossil source code directory and the target OpenSSL source directory.
420420
#
421
-OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1e/include
422
-OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1e
421
+OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1e/include
422
+OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1e
423423
424424
#### Either the directory where the Tcl library is installed or the Tcl
425425
# source code directory resides (depending on the value of the macro
426426
# FOSSIL_TCL_SOURCE). If this points to the Tcl install directory,
427427
# this directory must have "include" and "lib" sub-directories. If
428428
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -416,12 +416,12 @@
416 #### The directories where the OpenSSL include and library files are located.
417 # The recommended usage here is to use the Sysinternals junction tool
418 # to create a hard link between an "openssl-1.x" sub-directory of the
419 # Fossil source code directory and the target OpenSSL source directory.
420 #
421 OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1e/include
422 OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1e
423
424 #### Either the directory where the Tcl library is installed or the Tcl
425 # source code directory resides (depending on the value of the macro
426 # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory,
427 # this directory must have "include" and "lib" sub-directories. If
428
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -416,12 +416,12 @@
416 #### The directories where the OpenSSL include and library files are located.
417 # The recommended usage here is to use the Sysinternals junction tool
418 # to create a hard link between an "openssl-1.x" sub-directory of the
419 # Fossil source code directory and the target OpenSSL source directory.
420 #
421 OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1e/include
422 OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1e
423
424 #### Either the directory where the Tcl library is installed or the Tcl
425 # source code directory resides (depending on the value of the macro
426 # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory,
427 # this directory must have "include" and "lib" sub-directories. If
428
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -80,12 +80,12 @@
8080
#### The directories where the OpenSSL include and library files are located.
8181
# The recommended usage here is to use the Sysinternals junction tool
8282
# to create a hard link between an "openssl-1.x" sub-directory of the
8383
# Fossil source code directory and the target OpenSSL source directory.
8484
#
85
-OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1e/include
86
-OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1e
85
+OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1e/include
86
+OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1e
8787
8888
#### Either the directory where the Tcl library is installed or the Tcl
8989
# source code directory resides (depending on the value of the macro
9090
# FOSSIL_TCL_SOURCE). If this points to the Tcl install directory,
9191
# this directory must have "include" and "lib" sub-directories. If
9292
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -80,12 +80,12 @@
80 #### The directories where the OpenSSL include and library files are located.
81 # The recommended usage here is to use the Sysinternals junction tool
82 # to create a hard link between an "openssl-1.x" sub-directory of the
83 # Fossil source code directory and the target OpenSSL source directory.
84 #
85 OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1e/include
86 OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1e
87
88 #### Either the directory where the Tcl library is installed or the Tcl
89 # source code directory resides (depending on the value of the macro
90 # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory,
91 # this directory must have "include" and "lib" sub-directories. If
92
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -80,12 +80,12 @@
80 #### The directories where the OpenSSL include and library files are located.
81 # The recommended usage here is to use the Sysinternals junction tool
82 # to create a hard link between an "openssl-1.x" sub-directory of the
83 # Fossil source code directory and the target OpenSSL source directory.
84 #
85 OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1e/include
86 OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1e
87
88 #### Either the directory where the Tcl library is installed or the Tcl
89 # source code directory resides (depending on the value of the macro
90 # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory,
91 # this directory must have "include" and "lib" sub-directories. If
92
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -80,12 +80,12 @@
8080
#### The directories where the OpenSSL include and library files are located.
8181
# The recommended usage here is to use the Sysinternals junction tool
8282
# to create a hard link between an "openssl-1.x" sub-directory of the
8383
# Fossil source code directory and the target OpenSSL source directory.
8484
#
85
-OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1e/include
86
-OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1e
85
+OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1e/include
86
+OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1e
8787
8888
#### Either the directory where the Tcl library is installed or the Tcl
8989
# source code directory resides (depending on the value of the macro
9090
# FOSSIL_TCL_SOURCE). If this points to the Tcl install directory,
9191
# this directory must have "include" and "lib" sub-directories. If
9292
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -80,12 +80,12 @@
80 #### The directories where the OpenSSL include and library files are located.
81 # The recommended usage here is to use the Sysinternals junction tool
82 # to create a hard link between an "openssl-1.x" sub-directory of the
83 # Fossil source code directory and the target OpenSSL source directory.
84 #
85 OPENSSLINCDIR = $(SRCDIR)/../openssl-1.0.1e/include
86 OPENSSLLIBDIR = $(SRCDIR)/../openssl-1.0.1e
87
88 #### Either the directory where the Tcl library is installed or the Tcl
89 # source code directory resides (depending on the value of the macro
90 # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory,
91 # this directory must have "include" and "lib" sub-directories. If
92
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -80,12 +80,12 @@
80 #### The directories where the OpenSSL include and library files are located.
81 # The recommended usage here is to use the Sysinternals junction tool
82 # to create a hard link between an "openssl-1.x" sub-directory of the
83 # Fossil source code directory and the target OpenSSL source directory.
84 #
85 OPENSSLINCDIR = $(SRCDIR)/../compat/openssl-1.0.1e/include
86 OPENSSLLIBDIR = $(SRCDIR)/../compat/openssl-1.0.1e
87
88 #### Either the directory where the Tcl library is installed or the Tcl
89 # source code directory resides (depending on the value of the macro
90 # FOSSIL_TCL_SOURCE). If this points to the Tcl install directory,
91 # this directory must have "include" and "lib" sub-directories. If
92

Keyboard Shortcuts

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