Fossil SCM
Update the custom MinGW makefile.
Commit
448c9cfae5f5a8d83f16a24425d144a1430aad14
Parent
96fdf09fd8a21ac…
1 file changed
+18
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -484,10 +484,28 @@ | ||
| 484 | 484 | $(SRCDIR)/xfer.c \ |
| 485 | 485 | $(SRCDIR)/xfersetup.c \ |
| 486 | 486 | $(SRCDIR)/zip.c |
| 487 | 487 | |
| 488 | 488 | EXTRA_FILES = \ |
| 489 | + $(SRCDIR)/../skins/black_and_white/css.txt \ | |
| 490 | + $(SRCDIR)/../skins/black_and_white/footer.txt \ | |
| 491 | + $(SRCDIR)/../skins/black_and_white/header.txt \ | |
| 492 | + $(SRCDIR)/../skins/default/css.txt \ | |
| 493 | + $(SRCDIR)/../skins/default/footer.txt \ | |
| 494 | + $(SRCDIR)/../skins/default/header.txt \ | |
| 495 | + $(SRCDIR)/../skins/enhanced1/css.txt \ | |
| 496 | + $(SRCDIR)/../skins/enhanced1/footer.txt \ | |
| 497 | + $(SRCDIR)/../skins/enhanced1/header.txt \ | |
| 498 | + $(SRCDIR)/../skins/khaki/css.txt \ | |
| 499 | + $(SRCDIR)/../skins/khaki/footer.txt \ | |
| 500 | + $(SRCDIR)/../skins/khaki/header.txt \ | |
| 501 | + $(SRCDIR)/../skins/plain_gray/css.txt \ | |
| 502 | + $(SRCDIR)/../skins/plain_gray/footer.txt \ | |
| 503 | + $(SRCDIR)/../skins/plain_gray/header.txt \ | |
| 504 | + $(SRCDIR)/../skins/rounded1/css.txt \ | |
| 505 | + $(SRCDIR)/../skins/rounded1/footer.txt \ | |
| 506 | + $(SRCDIR)/../skins/rounded1/header.txt \ | |
| 489 | 507 | $(SRCDIR)/diff.tcl |
| 490 | 508 | |
| 491 | 509 | TRANS_SRC = \ |
| 492 | 510 | $(OBJDIR)/add_.c \ |
| 493 | 511 | $(OBJDIR)/allrepo_.c \ |
| 494 | 512 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -484,10 +484,28 @@ | |
| 484 | $(SRCDIR)/xfer.c \ |
| 485 | $(SRCDIR)/xfersetup.c \ |
| 486 | $(SRCDIR)/zip.c |
| 487 | |
| 488 | EXTRA_FILES = \ |
| 489 | $(SRCDIR)/diff.tcl |
| 490 | |
| 491 | TRANS_SRC = \ |
| 492 | $(OBJDIR)/add_.c \ |
| 493 | $(OBJDIR)/allrepo_.c \ |
| 494 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -484,10 +484,28 @@ | |
| 484 | $(SRCDIR)/xfer.c \ |
| 485 | $(SRCDIR)/xfersetup.c \ |
| 486 | $(SRCDIR)/zip.c |
| 487 | |
| 488 | EXTRA_FILES = \ |
| 489 | $(SRCDIR)/../skins/black_and_white/css.txt \ |
| 490 | $(SRCDIR)/../skins/black_and_white/footer.txt \ |
| 491 | $(SRCDIR)/../skins/black_and_white/header.txt \ |
| 492 | $(SRCDIR)/../skins/default/css.txt \ |
| 493 | $(SRCDIR)/../skins/default/footer.txt \ |
| 494 | $(SRCDIR)/../skins/default/header.txt \ |
| 495 | $(SRCDIR)/../skins/enhanced1/css.txt \ |
| 496 | $(SRCDIR)/../skins/enhanced1/footer.txt \ |
| 497 | $(SRCDIR)/../skins/enhanced1/header.txt \ |
| 498 | $(SRCDIR)/../skins/khaki/css.txt \ |
| 499 | $(SRCDIR)/../skins/khaki/footer.txt \ |
| 500 | $(SRCDIR)/../skins/khaki/header.txt \ |
| 501 | $(SRCDIR)/../skins/plain_gray/css.txt \ |
| 502 | $(SRCDIR)/../skins/plain_gray/footer.txt \ |
| 503 | $(SRCDIR)/../skins/plain_gray/header.txt \ |
| 504 | $(SRCDIR)/../skins/rounded1/css.txt \ |
| 505 | $(SRCDIR)/../skins/rounded1/footer.txt \ |
| 506 | $(SRCDIR)/../skins/rounded1/header.txt \ |
| 507 | $(SRCDIR)/diff.tcl |
| 508 | |
| 509 | TRANS_SRC = \ |
| 510 | $(OBJDIR)/add_.c \ |
| 511 | $(OBJDIR)/allrepo_.c \ |
| 512 |