Fossil SCM
Fix comment regarding the value of TCLDIR.
Commit
10f13bc5abbc23d94893f5456c0c98ab896b42d8
Parent
53b9445b2c04821…
1 file changed
+2
-1
+2
-1
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -36,11 +36,12 @@ | ||
| 36 | 36 | #### The directory where the OpenSSL library source code is located. |
| 37 | 37 | # |
| 38 | 38 | # |
| 39 | 39 | OPENSSLDIR = $(SRCDIR)/../openssl-1.0.0d |
| 40 | 40 | |
| 41 | -#### The directory where the Tcl library source code is located. | |
| 41 | +#### The directory where the Tcl library is installed. This directory | |
| 42 | +# must have "include" and "lib" sub-directories. | |
| 42 | 43 | # |
| 43 | 44 | # |
| 44 | 45 | TCLDIR = $(SRCDIR)/../tcl-8.6 |
| 45 | 46 | |
| 46 | 47 | #### C Compile and options for use in building executables that |
| 47 | 48 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -36,11 +36,12 @@ | |
| 36 | #### The directory where the OpenSSL library source code is located. |
| 37 | # |
| 38 | # |
| 39 | OPENSSLDIR = $(SRCDIR)/../openssl-1.0.0d |
| 40 | |
| 41 | #### The directory where the Tcl library source code is located. |
| 42 | # |
| 43 | # |
| 44 | TCLDIR = $(SRCDIR)/../tcl-8.6 |
| 45 | |
| 46 | #### C Compile and options for use in building executables that |
| 47 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -36,11 +36,12 @@ | |
| 36 | #### The directory where the OpenSSL library source code is located. |
| 37 | # |
| 38 | # |
| 39 | OPENSSLDIR = $(SRCDIR)/../openssl-1.0.0d |
| 40 | |
| 41 | #### The directory where the Tcl library is installed. This directory |
| 42 | # must have "include" and "lib" sub-directories. |
| 43 | # |
| 44 | # |
| 45 | TCLDIR = $(SRCDIR)/../tcl-8.6 |
| 46 | |
| 47 | #### C Compile and options for use in building executables that |
| 48 |