Fossil SCM
Add comment on usage to mingw makefile
Commit
1b6f257c3dd51afdb5a2a68c785d60320955c432
Parent
7842b8ab3177fa7…
1 file changed
+4
+4
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -456,10 +456,14 @@ | ||
| 456 | 456 | # to regenerate this file. |
| 457 | 457 | # |
| 458 | 458 | # This is a makefile for use on Cygwin/Darwin/FreeBSD/Linux/Windows using |
| 459 | 459 | # MinGW or MinGW-w64. |
| 460 | 460 | # |
| 461 | +# Some of the special options which can be passed to make | |
| 462 | +# USE_WINDOWS=1 if building under a windows command prompt | |
| 463 | +# X64=1 if using an unprefixed 64-bit mingw compiler | |
| 464 | +# | |
| 461 | 465 | |
| 462 | 466 | #### Select one of MinGW, MinGW-w64 (32-bit) or MinGW-w64 (64-bit) compilers. |
| 463 | 467 | # By default, this is an empty string (i.e. use the native compiler). |
| 464 | 468 | # |
| 465 | 469 | PREFIX = |
| 466 | 470 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -456,10 +456,14 @@ | |
| 456 | # to regenerate this file. |
| 457 | # |
| 458 | # This is a makefile for use on Cygwin/Darwin/FreeBSD/Linux/Windows using |
| 459 | # MinGW or MinGW-w64. |
| 460 | # |
| 461 | |
| 462 | #### Select one of MinGW, MinGW-w64 (32-bit) or MinGW-w64 (64-bit) compilers. |
| 463 | # By default, this is an empty string (i.e. use the native compiler). |
| 464 | # |
| 465 | PREFIX = |
| 466 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -456,10 +456,14 @@ | |
| 456 | # to regenerate this file. |
| 457 | # |
| 458 | # This is a makefile for use on Cygwin/Darwin/FreeBSD/Linux/Windows using |
| 459 | # MinGW or MinGW-w64. |
| 460 | # |
| 461 | # Some of the special options which can be passed to make |
| 462 | # USE_WINDOWS=1 if building under a windows command prompt |
| 463 | # X64=1 if using an unprefixed 64-bit mingw compiler |
| 464 | # |
| 465 | |
| 466 | #### Select one of MinGW, MinGW-w64 (32-bit) or MinGW-w64 (64-bit) compilers. |
| 467 | # By default, this is an empty string (i.e. use the native compiler). |
| 468 | # |
| 469 | PREFIX = |
| 470 |