Fossil SCM
Remove a stray NIL character from the makemake.tcl file and add a "+" that was omitted from the previous edit.
Commit
a668e2ad73887858ae91e2aafede7e55281e32fc
Parent
3c657e8e0ca5210…
3 files changed
+1
-1
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| cannot compute difference between binary files | ||
| 1 | 1 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| 0 | annot compute difference between binary files |
| 1 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| 0 | annot compute difference between binary files |
| 1 |
+1
-1
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -51,11 +51,11 @@ | ||
| 51 | 51 | #LIB = -lz -lws2_32 |
| 52 | 52 | # OpenSSL: |
| 53 | 53 | ifdef FOSSIL_ENABLE_SSL |
| 54 | 54 | LIB += -lssl -lcrypto -lgdi32 |
| 55 | 55 | endif |
| 56 | -LIB = -lmingwex -lz -lws2_32 | |
| 56 | +LIB += -lmingwex -lz -lws2_32 | |
| 57 | 57 | |
| 58 | 58 | #### Tcl shell for use in running the fossil testsuite. This is only |
| 59 | 59 | # used for testing. If you do not run |
| 60 | 60 | # |
| 61 | 61 | TCLSH = tclsh |
| 62 | 62 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -51,11 +51,11 @@ | |
| 51 | #LIB = -lz -lws2_32 |
| 52 | # OpenSSL: |
| 53 | ifdef FOSSIL_ENABLE_SSL |
| 54 | LIB += -lssl -lcrypto -lgdi32 |
| 55 | endif |
| 56 | LIB = -lmingwex -lz -lws2_32 |
| 57 | |
| 58 | #### Tcl shell for use in running the fossil testsuite. This is only |
| 59 | # used for testing. If you do not run |
| 60 | # |
| 61 | TCLSH = tclsh |
| 62 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -51,11 +51,11 @@ | |
| 51 | #LIB = -lz -lws2_32 |
| 52 | # OpenSSL: |
| 53 | ifdef FOSSIL_ENABLE_SSL |
| 54 | LIB += -lssl -lcrypto -lgdi32 |
| 55 | endif |
| 56 | LIB += -lmingwex -lz -lws2_32 |
| 57 | |
| 58 | #### Tcl shell for use in running the fossil testsuite. This is only |
| 59 | # used for testing. If you do not run |
| 60 | # |
| 61 | TCLSH = tclsh |
| 62 |
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| cannot compute difference between binary files | ||
| 1 | 1 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| 0 | annot compute difference between binary files |
| 1 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| 0 | annot compute difference between binary files |
| 1 |