Fossil SCM
... but revert win/Makefile.mingw (accidently committed)
Commit
8f6cd5f3a3b5e13db24f024b4f682718b3f02cf2
Parent
4fa4972104e07e0…
1 file changed
+5
-5
+5
-5
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -13,14 +13,14 @@ | ||
| 13 | 13 | # |
| 14 | 14 | |
| 15 | 15 | #### Select one of MinGW, MinGW-64 (32-bit) or MinGW-w64 (64-bit) compilers. |
| 16 | 16 | # By default, this is an empty string (i.e. use the native compiler). |
| 17 | 17 | # |
| 18 | -# PREFIX = | |
| 18 | +PREFIX = | |
| 19 | 19 | # PREFIX = mingw32- |
| 20 | 20 | # PREFIX = i686-pc-mingw32- |
| 21 | -PREFIX = i686-w64-mingw32- | |
| 21 | +# PREFIX = i686-w64-mingw32- | |
| 22 | 22 | # PREFIX = x86_64-w64-mingw32- |
| 23 | 23 | |
| 24 | 24 | #### The toplevel directory of the source tree. Fossil can be built |
| 25 | 25 | # in a directory that is separate from the source tree. Just change |
| 26 | 26 | # the following to point from the build directory to the src/ folder. |
| @@ -42,19 +42,19 @@ | ||
| 42 | 42 | # |
| 43 | 43 | # FOSSIL_ENABLE_JSON = 1 |
| 44 | 44 | |
| 45 | 45 | #### Enable HTTPS support via OpenSSL (links to libssl and libcrypto) |
| 46 | 46 | # |
| 47 | -FOSSIL_ENABLE_SSL = 1 | |
| 47 | +# FOSSIL_ENABLE_SSL = 1 | |
| 48 | 48 | |
| 49 | 49 | #### Enable scripting support via Tcl/Tk |
| 50 | 50 | # |
| 51 | -FOSSIL_ENABLE_TCL = 1 | |
| 51 | +# FOSSIL_ENABLE_TCL = 1 | |
| 52 | 52 | |
| 53 | 53 | #### Load Tcl using the stubs mechanism |
| 54 | 54 | # |
| 55 | -FOSSIL_ENABLE_TCL_STUBS = 1 | |
| 55 | +# FOSSIL_ENABLE_TCL_STUBS = 1 | |
| 56 | 56 | |
| 57 | 57 | #### Use the Tcl source directory instead of the install directory? |
| 58 | 58 | # This is useful when Tcl has been compiled statically with MinGW. |
| 59 | 59 | # |
| 60 | 60 | FOSSIL_TCL_SOURCE = 1 |
| 61 | 61 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -13,14 +13,14 @@ | |
| 13 | # |
| 14 | |
| 15 | #### Select one of MinGW, MinGW-64 (32-bit) or MinGW-w64 (64-bit) compilers. |
| 16 | # By default, this is an empty string (i.e. use the native compiler). |
| 17 | # |
| 18 | # PREFIX = |
| 19 | # PREFIX = mingw32- |
| 20 | # PREFIX = i686-pc-mingw32- |
| 21 | PREFIX = i686-w64-mingw32- |
| 22 | # PREFIX = x86_64-w64-mingw32- |
| 23 | |
| 24 | #### The toplevel directory of the source tree. Fossil can be built |
| 25 | # in a directory that is separate from the source tree. Just change |
| 26 | # the following to point from the build directory to the src/ folder. |
| @@ -42,19 +42,19 @@ | |
| 42 | # |
| 43 | # FOSSIL_ENABLE_JSON = 1 |
| 44 | |
| 45 | #### Enable HTTPS support via OpenSSL (links to libssl and libcrypto) |
| 46 | # |
| 47 | FOSSIL_ENABLE_SSL = 1 |
| 48 | |
| 49 | #### Enable scripting support via Tcl/Tk |
| 50 | # |
| 51 | FOSSIL_ENABLE_TCL = 1 |
| 52 | |
| 53 | #### Load Tcl using the stubs mechanism |
| 54 | # |
| 55 | FOSSIL_ENABLE_TCL_STUBS = 1 |
| 56 | |
| 57 | #### Use the Tcl source directory instead of the install directory? |
| 58 | # This is useful when Tcl has been compiled statically with MinGW. |
| 59 | # |
| 60 | FOSSIL_TCL_SOURCE = 1 |
| 61 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -13,14 +13,14 @@ | |
| 13 | # |
| 14 | |
| 15 | #### Select one of MinGW, MinGW-64 (32-bit) or MinGW-w64 (64-bit) compilers. |
| 16 | # By default, this is an empty string (i.e. use the native compiler). |
| 17 | # |
| 18 | PREFIX = |
| 19 | # PREFIX = mingw32- |
| 20 | # PREFIX = i686-pc-mingw32- |
| 21 | # PREFIX = i686-w64-mingw32- |
| 22 | # PREFIX = x86_64-w64-mingw32- |
| 23 | |
| 24 | #### The toplevel directory of the source tree. Fossil can be built |
| 25 | # in a directory that is separate from the source tree. Just change |
| 26 | # the following to point from the build directory to the src/ folder. |
| @@ -42,19 +42,19 @@ | |
| 42 | # |
| 43 | # FOSSIL_ENABLE_JSON = 1 |
| 44 | |
| 45 | #### Enable HTTPS support via OpenSSL (links to libssl and libcrypto) |
| 46 | # |
| 47 | # FOSSIL_ENABLE_SSL = 1 |
| 48 | |
| 49 | #### Enable scripting support via Tcl/Tk |
| 50 | # |
| 51 | # FOSSIL_ENABLE_TCL = 1 |
| 52 | |
| 53 | #### Load Tcl using the stubs mechanism |
| 54 | # |
| 55 | # FOSSIL_ENABLE_TCL_STUBS = 1 |
| 56 | |
| 57 | #### Use the Tcl source directory instead of the install directory? |
| 58 | # This is useful when Tcl has been compiled statically with MinGW. |
| 59 | # |
| 60 | FOSSIL_TCL_SOURCE = 1 |
| 61 |