| | @@ -1,9 +1,9 @@ |
| 1 | 1 | #!/usr/bin/make |
| 2 | 2 | # |
| 3 | 3 | ############################################################################## |
| 4 | | -# WARNING: DO NOT EDIT, AUTOMATICALLY GENERATED FILE (SEE src/makemake.tcl) |
| 4 | +# WARNING: DO NOT EDIT, AUTOMATICALLY GENERATED FILE (SEE "src/makemake.tcl") |
| 5 | 5 | ############################################################################## |
| 6 | 6 | # |
| 7 | 7 | # This file is automatically generated. Instead of editing this |
| 8 | 8 | # file, edit "makemake.tcl" then run "tclsh makemake.tcl" |
| 9 | 9 | # to regenerate this file. |
| | @@ -144,17 +144,17 @@ |
| 144 | 144 | else |
| 145 | 145 | LIB += -lws2_32 |
| 146 | 146 | endif |
| 147 | 147 | |
| 148 | 148 | #### Tcl shell for use in running the fossil test suite. This is only |
| 149 | | -# used for testing. If you do not run |
| 149 | +# used for testing. |
| 150 | 150 | # |
| 151 | 151 | TCLSH = tclsh |
| 152 | 152 | |
| 153 | | -#### Nullsoft installer makensis location |
| 153 | +#### Nullsoft installer MakeNSIS location |
| 154 | 154 | # |
| 155 | | -MAKENSIS = "$(ProgramFiles)\NSIS\makensis.exe" |
| 155 | +MAKENSIS = "$(ProgramFiles)\NSIS\MakeNSIS.exe" |
| 156 | 156 | |
| 157 | 157 | #### Include a configuration file that can override any one of these settings. |
| 158 | 158 | # |
| 159 | 159 | -include config.w32 |
| 160 | 160 | |
| | @@ -501,11 +501,11 @@ |
| 501 | 501 | # an executable named "manifest" out of the file named "manifest.c" |
| 502 | 502 | # |
| 503 | 503 | $(SRCDIR)/../manifest: |
| 504 | 504 | # noop |
| 505 | 505 | |
| 506 | | -# Requires msys to be installed in addition to the MinGW, for the "rm" |
| 506 | +# Requires MSYS to be installed in addition to the MinGW, for the "rm" |
| 507 | 507 | # command. "del" will not work here because it is not a separate command |
| 508 | 508 | # but a MSDOS-shell builtin. |
| 509 | 509 | # |
| 510 | 510 | clean: |
| 511 | 511 | rm -rf $(OBJDIR) $(APPNAME) |
| 512 | 512 | |