Fossil SCM
Replaced a ..\ with $B\.
Commit
461a4d11d180dfd2d5c640cda63df0841f2f0858
Parent
bb63588e1bd65f1…
2 files changed
+1
-1
+1
-1
+1
-1
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -1109,11 +1109,11 @@ | ||
| 1109 | 1109 | writeln "\t\$(TCC) /Fo\$@ -c ${s}_.c\n" |
| 1110 | 1110 | writeln "${s}_.c : \$(SRCDIR)\\$s.c" |
| 1111 | 1111 | writeln "\ttranslate\$E \$** > \$@\n" |
| 1112 | 1112 | } |
| 1113 | 1113 | |
| 1114 | -writeln "fossil.res : ..\\win\\fossil.rc" | |
| 1114 | +writeln "fossil.res : \$B\\win\\fossil.rc" | |
| 1115 | 1115 | writeln "\t\$(RCC) -fo \$@ \$**" |
| 1116 | 1116 | |
| 1117 | 1117 | writeln "headers: makeheaders\$E page_index.h VERSION.h" |
| 1118 | 1118 | writeln -nonewline "\tmakeheaders\$E " |
| 1119 | 1119 | set i 0 |
| 1120 | 1120 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -1109,11 +1109,11 @@ | |
| 1109 | writeln "\t\$(TCC) /Fo\$@ -c ${s}_.c\n" |
| 1110 | writeln "${s}_.c : \$(SRCDIR)\\$s.c" |
| 1111 | writeln "\ttranslate\$E \$** > \$@\n" |
| 1112 | } |
| 1113 | |
| 1114 | writeln "fossil.res : ..\\win\\fossil.rc" |
| 1115 | writeln "\t\$(RCC) -fo \$@ \$**" |
| 1116 | |
| 1117 | writeln "headers: makeheaders\$E page_index.h VERSION.h" |
| 1118 | writeln -nonewline "\tmakeheaders\$E " |
| 1119 | set i 0 |
| 1120 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -1109,11 +1109,11 @@ | |
| 1109 | writeln "\t\$(TCC) /Fo\$@ -c ${s}_.c\n" |
| 1110 | writeln "${s}_.c : \$(SRCDIR)\\$s.c" |
| 1111 | writeln "\ttranslate\$E \$** > \$@\n" |
| 1112 | } |
| 1113 | |
| 1114 | writeln "fossil.res : \$B\\win\\fossil.rc" |
| 1115 | writeln "\t\$(RCC) -fo \$@ \$**" |
| 1116 | |
| 1117 | writeln "headers: makeheaders\$E page_index.h VERSION.h" |
| 1118 | writeln -nonewline "\tmakeheaders\$E " |
| 1119 | set i 0 |
| 1120 |
+1
-1
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -1091,11 +1091,11 @@ | ||
| 1091 | 1091 | $(TCC) /Fo$@ -c zip_.c |
| 1092 | 1092 | |
| 1093 | 1093 | zip_.c : $(SRCDIR)\zip.c |
| 1094 | 1094 | translate$E $** > $@ |
| 1095 | 1095 | |
| 1096 | -fossil.res : ..\win\fossil.rc | |
| 1096 | +fossil.res : $B\win\fossil.rc | |
| 1097 | 1097 | $(RCC) -fo $@ $** |
| 1098 | 1098 | headers: makeheaders$E page_index.h VERSION.h |
| 1099 | 1099 | makeheaders$E add_.c:add.h \ |
| 1100 | 1100 | allrepo_.c:allrepo.h \ |
| 1101 | 1101 | attach_.c:attach.h \ |
| 1102 | 1102 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -1091,11 +1091,11 @@ | |
| 1091 | $(TCC) /Fo$@ -c zip_.c |
| 1092 | |
| 1093 | zip_.c : $(SRCDIR)\zip.c |
| 1094 | translate$E $** > $@ |
| 1095 | |
| 1096 | fossil.res : ..\win\fossil.rc |
| 1097 | $(RCC) -fo $@ $** |
| 1098 | headers: makeheaders$E page_index.h VERSION.h |
| 1099 | makeheaders$E add_.c:add.h \ |
| 1100 | allrepo_.c:allrepo.h \ |
| 1101 | attach_.c:attach.h \ |
| 1102 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -1091,11 +1091,11 @@ | |
| 1091 | $(TCC) /Fo$@ -c zip_.c |
| 1092 | |
| 1093 | zip_.c : $(SRCDIR)\zip.c |
| 1094 | translate$E $** > $@ |
| 1095 | |
| 1096 | fossil.res : $B\win\fossil.rc |
| 1097 | $(RCC) -fo $@ $** |
| 1098 | headers: makeheaders$E page_index.h VERSION.h |
| 1099 | makeheaders$E add_.c:add.h \ |
| 1100 | allrepo_.c:allrepo.h \ |
| 1101 | attach_.c:attach.h \ |
| 1102 |