Fossil SCM
Fix an problem with the MSC makefile.
Commit
75fd7afcde960600fcff9e286f75cd10ffce0251ce13edd82777dc6c0827ed4a
Parent
5c30108909326a4…
2 files changed
+1
-1
+1
-1
+1
-1
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -1921,11 +1921,11 @@ | ||
| 1921 | 1921 | |
| 1922 | 1922 | $(OX)\cson_amalgamation$O : $(SRCDIR)\cson_amalgamation.c |
| 1923 | 1923 | $(TCC) /Fo$@ /c $** |
| 1924 | 1924 | |
| 1925 | 1925 | default_css.h: mkcss$E $(SRCDIR)\default_css.txt |
| 1926 | - $** $(SRCDIR)\default_css.txt $@ | |
| 1926 | + $** $@ | |
| 1927 | 1927 | |
| 1928 | 1928 | page_index.h: mkindex$E $(SRC) |
| 1929 | 1929 | $** > $@ |
| 1930 | 1930 | |
| 1931 | 1931 | builtin_data.h: mkbuiltin$E $(EXTRA_FILES) |
| 1932 | 1932 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -1921,11 +1921,11 @@ | |
| 1921 | |
| 1922 | $(OX)\cson_amalgamation$O : $(SRCDIR)\cson_amalgamation.c |
| 1923 | $(TCC) /Fo$@ /c $** |
| 1924 | |
| 1925 | default_css.h: mkcss$E $(SRCDIR)\default_css.txt |
| 1926 | $** $(SRCDIR)\default_css.txt $@ |
| 1927 | |
| 1928 | page_index.h: mkindex$E $(SRC) |
| 1929 | $** > $@ |
| 1930 | |
| 1931 | builtin_data.h: mkbuiltin$E $(EXTRA_FILES) |
| 1932 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -1921,11 +1921,11 @@ | |
| 1921 | |
| 1922 | $(OX)\cson_amalgamation$O : $(SRCDIR)\cson_amalgamation.c |
| 1923 | $(TCC) /Fo$@ /c $** |
| 1924 | |
| 1925 | default_css.h: mkcss$E $(SRCDIR)\default_css.txt |
| 1926 | $** $@ |
| 1927 | |
| 1928 | page_index.h: mkindex$E $(SRC) |
| 1929 | $** > $@ |
| 1930 | |
| 1931 | builtin_data.h: mkbuiltin$E $(EXTRA_FILES) |
| 1932 |
+1
-1
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -917,11 +917,11 @@ | ||
| 917 | 917 | |
| 918 | 918 | $(OX)\cson_amalgamation$O : $(SRCDIR)\cson_amalgamation.c |
| 919 | 919 | $(TCC) /Fo$@ /c $** |
| 920 | 920 | |
| 921 | 921 | default_css.h: mkcss$E $(SRCDIR)\default_css.txt |
| 922 | - $** $(SRCDIR)\default_css.txt $@ | |
| 922 | + $** $@ | |
| 923 | 923 | |
| 924 | 924 | page_index.h: mkindex$E $(SRC) |
| 925 | 925 | $** > $@ |
| 926 | 926 | |
| 927 | 927 | builtin_data.h: mkbuiltin$E $(EXTRA_FILES) |
| 928 | 928 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -917,11 +917,11 @@ | |
| 917 | |
| 918 | $(OX)\cson_amalgamation$O : $(SRCDIR)\cson_amalgamation.c |
| 919 | $(TCC) /Fo$@ /c $** |
| 920 | |
| 921 | default_css.h: mkcss$E $(SRCDIR)\default_css.txt |
| 922 | $** $(SRCDIR)\default_css.txt $@ |
| 923 | |
| 924 | page_index.h: mkindex$E $(SRC) |
| 925 | $** > $@ |
| 926 | |
| 927 | builtin_data.h: mkbuiltin$E $(EXTRA_FILES) |
| 928 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -917,11 +917,11 @@ | |
| 917 | |
| 918 | $(OX)\cson_amalgamation$O : $(SRCDIR)\cson_amalgamation.c |
| 919 | $(TCC) /Fo$@ /c $** |
| 920 | |
| 921 | default_css.h: mkcss$E $(SRCDIR)\default_css.txt |
| 922 | $** $@ |
| 923 | |
| 924 | page_index.h: mkindex$E $(SRC) |
| 925 | $** > $@ |
| 926 | |
| 927 | builtin_data.h: mkbuiltin$E $(EXTRA_FILES) |
| 928 |