Fossil SCM
Restore default configuration of Makefile.mingw.mistachkin to what it was before
Commit
b0fe158c5556a72cd3e6b7619695f8212d5e2130
Parent
7839ff02860a93f…
1 file changed
+4
-4
+4
-4
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -17,15 +17,15 @@ | ||
| 17 | 17 | # |
| 18 | 18 | |
| 19 | 19 | #### Select one of MinGW, MinGW-w64 (32-bit) or MinGW-w64 (64-bit) compilers. |
| 20 | 20 | # By default, this is an empty string (i.e. use the native compiler). |
| 21 | 21 | # |
| 22 | -# PREFIX = | |
| 22 | +PREFIX = | |
| 23 | 23 | # PREFIX = mingw32- |
| 24 | 24 | # PREFIX = i686-pc-mingw32- |
| 25 | 25 | # PREFIX = i686-w64-mingw32- |
| 26 | -PREFIX = x86_64-w64-mingw32- | |
| 26 | +# PREFIX = x86_64-w64-mingw32- | |
| 27 | 27 | |
| 28 | 28 | #### The toplevel directory of the source tree. Fossil can be built |
| 29 | 29 | # in a directory that is separate from the source tree. Just change |
| 30 | 30 | # the following to point from the build directory to the src/ folder. |
| 31 | 31 | # |
| @@ -63,15 +63,15 @@ | ||
| 63 | 63 | FOSSIL_ENABLE_SSL = 1 |
| 64 | 64 | |
| 65 | 65 | #### Automatically build OpenSSL when building Fossil (causes rebuild |
| 66 | 66 | # issues when building incrementally). |
| 67 | 67 | # |
| 68 | -FOSSIL_BUILD_SSL = 1 | |
| 68 | +# FOSSIL_BUILD_SSL = 1 | |
| 69 | 69 | |
| 70 | 70 | #### Enable relative paths in external diff/gdiff |
| 71 | 71 | # |
| 72 | -FOSSIL_ENABLE_EXEC_REL_PATHS = 1 | |
| 72 | +# FOSSIL_ENABLE_EXEC_REL_PATHS = 1 | |
| 73 | 73 | |
| 74 | 74 | #### Enable legacy treatment of mv/rm (skip checkout files) |
| 75 | 75 | # |
| 76 | 76 | FOSSIL_ENABLE_LEGACY_MV_RM = 1 |
| 77 | 77 | |
| 78 | 78 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -17,15 +17,15 @@ | |
| 17 | # |
| 18 | |
| 19 | #### Select one of MinGW, MinGW-w64 (32-bit) or MinGW-w64 (64-bit) compilers. |
| 20 | # By default, this is an empty string (i.e. use the native compiler). |
| 21 | # |
| 22 | # PREFIX = |
| 23 | # PREFIX = mingw32- |
| 24 | # PREFIX = i686-pc-mingw32- |
| 25 | # PREFIX = i686-w64-mingw32- |
| 26 | PREFIX = x86_64-w64-mingw32- |
| 27 | |
| 28 | #### The toplevel directory of the source tree. Fossil can be built |
| 29 | # in a directory that is separate from the source tree. Just change |
| 30 | # the following to point from the build directory to the src/ folder. |
| 31 | # |
| @@ -63,15 +63,15 @@ | |
| 63 | FOSSIL_ENABLE_SSL = 1 |
| 64 | |
| 65 | #### Automatically build OpenSSL when building Fossil (causes rebuild |
| 66 | # issues when building incrementally). |
| 67 | # |
| 68 | FOSSIL_BUILD_SSL = 1 |
| 69 | |
| 70 | #### Enable relative paths in external diff/gdiff |
| 71 | # |
| 72 | FOSSIL_ENABLE_EXEC_REL_PATHS = 1 |
| 73 | |
| 74 | #### Enable legacy treatment of mv/rm (skip checkout files) |
| 75 | # |
| 76 | FOSSIL_ENABLE_LEGACY_MV_RM = 1 |
| 77 | |
| 78 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -17,15 +17,15 @@ | |
| 17 | # |
| 18 | |
| 19 | #### Select one of MinGW, MinGW-w64 (32-bit) or MinGW-w64 (64-bit) compilers. |
| 20 | # By default, this is an empty string (i.e. use the native compiler). |
| 21 | # |
| 22 | PREFIX = |
| 23 | # PREFIX = mingw32- |
| 24 | # PREFIX = i686-pc-mingw32- |
| 25 | # PREFIX = i686-w64-mingw32- |
| 26 | # PREFIX = x86_64-w64-mingw32- |
| 27 | |
| 28 | #### The toplevel directory of the source tree. Fossil can be built |
| 29 | # in a directory that is separate from the source tree. Just change |
| 30 | # the following to point from the build directory to the src/ folder. |
| 31 | # |
| @@ -63,15 +63,15 @@ | |
| 63 | FOSSIL_ENABLE_SSL = 1 |
| 64 | |
| 65 | #### Automatically build OpenSSL when building Fossil (causes rebuild |
| 66 | # issues when building incrementally). |
| 67 | # |
| 68 | # FOSSIL_BUILD_SSL = 1 |
| 69 | |
| 70 | #### Enable relative paths in external diff/gdiff |
| 71 | # |
| 72 | # FOSSIL_ENABLE_EXEC_REL_PATHS = 1 |
| 73 | |
| 74 | #### Enable legacy treatment of mv/rm (skip checkout files) |
| 75 | # |
| 76 | FOSSIL_ENABLE_LEGACY_MV_RM = 1 |
| 77 | |
| 78 |