Fossil SCM
MSC makefile fix for missing cson_amalgamation.
Commit
0918d1f04af7b9887a3f31e7f7171bbf77e95f48
Parent
2955cece33a51e5…
2 files changed
+3
+3
+3
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -924,10 +924,13 @@ | ||
| 924 | 924 | $(OBJDIR)\json_report$O : $(SRCDIR)\json_detail.h |
| 925 | 925 | $(OBJDIR)\json_tag$O : $(SRCDIR)\json_detail.h |
| 926 | 926 | $(OBJDIR)\json_timeline$O : $(SRCDIR)\json_detail.h |
| 927 | 927 | $(OBJDIR)\json_user$O : $(SRCDIR)\json_detail.h |
| 928 | 928 | $(OBJDIR)\json_wiki$O : $(SRCDIR)\json_detail.h |
| 929 | +$(OBJDIR)\cson_amalgamation$O : $(SRCDIR)\cson_amalgamation.h | |
| 930 | +$(OBJDIR)\cson_amalgamation$(O): $(SRCDIR)\cson_amalgamation.c | |
| 931 | + $(TCC) -c $(SRCDIR)\cson_amalgamation.c -o $(OBJDIR)\cson_amalgamation$(O) -DCSON_FOSSIL_MODE | |
| 929 | 932 | |
| 930 | 933 | } |
| 931 | 934 | foreach s [lsort $src] { |
| 932 | 935 | writeln "\$(OX)\\$s\$O : ${s}_.c ${s}.h" |
| 933 | 936 | writeln "\t\$(TCC) /Fo\$@ -c ${s}_.c\n" |
| 934 | 937 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -924,10 +924,13 @@ | |
| 924 | $(OBJDIR)\json_report$O : $(SRCDIR)\json_detail.h |
| 925 | $(OBJDIR)\json_tag$O : $(SRCDIR)\json_detail.h |
| 926 | $(OBJDIR)\json_timeline$O : $(SRCDIR)\json_detail.h |
| 927 | $(OBJDIR)\json_user$O : $(SRCDIR)\json_detail.h |
| 928 | $(OBJDIR)\json_wiki$O : $(SRCDIR)\json_detail.h |
| 929 | |
| 930 | } |
| 931 | foreach s [lsort $src] { |
| 932 | writeln "\$(OX)\\$s\$O : ${s}_.c ${s}.h" |
| 933 | writeln "\t\$(TCC) /Fo\$@ -c ${s}_.c\n" |
| 934 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -924,10 +924,13 @@ | |
| 924 | $(OBJDIR)\json_report$O : $(SRCDIR)\json_detail.h |
| 925 | $(OBJDIR)\json_tag$O : $(SRCDIR)\json_detail.h |
| 926 | $(OBJDIR)\json_timeline$O : $(SRCDIR)\json_detail.h |
| 927 | $(OBJDIR)\json_user$O : $(SRCDIR)\json_detail.h |
| 928 | $(OBJDIR)\json_wiki$O : $(SRCDIR)\json_detail.h |
| 929 | $(OBJDIR)\cson_amalgamation$O : $(SRCDIR)\cson_amalgamation.h |
| 930 | $(OBJDIR)\cson_amalgamation$(O): $(SRCDIR)\cson_amalgamation.c |
| 931 | $(TCC) -c $(SRCDIR)\cson_amalgamation.c -o $(OBJDIR)\cson_amalgamation$(O) -DCSON_FOSSIL_MODE |
| 932 | |
| 933 | } |
| 934 | foreach s [lsort $src] { |
| 935 | writeln "\$(OX)\\$s\$O : ${s}_.c ${s}.h" |
| 936 | writeln "\t\$(TCC) /Fo\$@ -c ${s}_.c\n" |
| 937 |
+3
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -217,10 +217,13 @@ | ||
| 217 | 217 | $(OBJDIR)\json_report$O : $(SRCDIR)\json_detail.h |
| 218 | 218 | $(OBJDIR)\json_tag$O : $(SRCDIR)\json_detail.h |
| 219 | 219 | $(OBJDIR)\json_timeline$O : $(SRCDIR)\json_detail.h |
| 220 | 220 | $(OBJDIR)\json_user$O : $(SRCDIR)\json_detail.h |
| 221 | 221 | $(OBJDIR)\json_wiki$O : $(SRCDIR)\json_detail.h |
| 222 | +$(OBJDIR)\cson_amalgamation$O : $(SRCDIR)\cson_amalgamation.h | |
| 223 | +$(OBJDIR)\cson_amalgamation$(O): $(SRCDIR)\cson_amalgamation.c | |
| 224 | + $(TCC) -c $(SRCDIR)\cson_amalgamation.c -o $(OBJDIR)\cson_amalgamation$(O) -DCSON_FOSSIL_MODE | |
| 222 | 225 | |
| 223 | 226 | |
| 224 | 227 | $(OX)\add$O : add_.c add.h |
| 225 | 228 | $(TCC) /Fo$@ -c add_.c |
| 226 | 229 | |
| 227 | 230 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -217,10 +217,13 @@ | |
| 217 | $(OBJDIR)\json_report$O : $(SRCDIR)\json_detail.h |
| 218 | $(OBJDIR)\json_tag$O : $(SRCDIR)\json_detail.h |
| 219 | $(OBJDIR)\json_timeline$O : $(SRCDIR)\json_detail.h |
| 220 | $(OBJDIR)\json_user$O : $(SRCDIR)\json_detail.h |
| 221 | $(OBJDIR)\json_wiki$O : $(SRCDIR)\json_detail.h |
| 222 | |
| 223 | |
| 224 | $(OX)\add$O : add_.c add.h |
| 225 | $(TCC) /Fo$@ -c add_.c |
| 226 | |
| 227 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -217,10 +217,13 @@ | |
| 217 | $(OBJDIR)\json_report$O : $(SRCDIR)\json_detail.h |
| 218 | $(OBJDIR)\json_tag$O : $(SRCDIR)\json_detail.h |
| 219 | $(OBJDIR)\json_timeline$O : $(SRCDIR)\json_detail.h |
| 220 | $(OBJDIR)\json_user$O : $(SRCDIR)\json_detail.h |
| 221 | $(OBJDIR)\json_wiki$O : $(SRCDIR)\json_detail.h |
| 222 | $(OBJDIR)\cson_amalgamation$O : $(SRCDIR)\cson_amalgamation.h |
| 223 | $(OBJDIR)\cson_amalgamation$(O): $(SRCDIR)\cson_amalgamation.c |
| 224 | $(TCC) -c $(SRCDIR)\cson_amalgamation.c -o $(OBJDIR)\cson_amalgamation$(O) -DCSON_FOSSIL_MODE |
| 225 | |
| 226 | |
| 227 | $(OX)\add$O : add_.c add.h |
| 228 | $(TCC) /Fo$@ -c add_.c |
| 229 | |
| 230 |