Fossil SCM

MSC makefile fix for missing cson_amalgamation.

stephan 2012-06-22 12:58 UTC trunk
Commit 0918d1f04af7b9887a3f31e7f7171bbf77e95f48
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -924,10 +924,13 @@
924924
$(OBJDIR)\json_report$O : $(SRCDIR)\json_detail.h
925925
$(OBJDIR)\json_tag$O : $(SRCDIR)\json_detail.h
926926
$(OBJDIR)\json_timeline$O : $(SRCDIR)\json_detail.h
927927
$(OBJDIR)\json_user$O : $(SRCDIR)\json_detail.h
928928
$(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
929932
930933
}
931934
foreach s [lsort $src] {
932935
writeln "\$(OX)\\$s\$O : ${s}_.c ${s}.h"
933936
writeln "\t\$(TCC) /Fo\$@ -c ${s}_.c\n"
934937
--- 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
--- win/Makefile.msc
+++ win/Makefile.msc
@@ -217,10 +217,13 @@
217217
$(OBJDIR)\json_report$O : $(SRCDIR)\json_detail.h
218218
$(OBJDIR)\json_tag$O : $(SRCDIR)\json_detail.h
219219
$(OBJDIR)\json_timeline$O : $(SRCDIR)\json_detail.h
220220
$(OBJDIR)\json_user$O : $(SRCDIR)\json_detail.h
221221
$(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
222225
223226
224227
$(OX)\add$O : add_.c add.h
225228
$(TCC) /Fo$@ -c add_.c
226229
227230
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button