Fossil SCM
corrected dmc makefile generate and added define strcasecmp=stricmp for dmc
Commit
f22ed9bfb1ab8f9c323ad0d4b07b9d1cce5481f8
Parent
9039a6abed2e8d7…
4 files changed
+3
-3
+3
-3
+3
-3
+3
-3
+3
-3
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -491,11 +491,11 @@ | ||
| 491 | 491 | #SSL = -DFOSSIL_ENABLE_SSL=1 |
| 492 | 492 | SSL = |
| 493 | 493 | |
| 494 | 494 | I18N = -DFOSSIL_I18N=0 |
| 495 | 495 | |
| 496 | -CFLAGS = -o | |
| 496 | +CFLAGS = -o -Dstrcasecmp=stricmp | |
| 497 | 497 | BCC = $(DMDIR)\bin\dmc $(CFLAGS) |
| 498 | 498 | TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(I18N) $(SSL) $(INCL) |
| 499 | 499 | LIBS = $(DMDIR)\extra\lib\ zlib wsock32 |
| 500 | 500 | } |
| 501 | 501 | writeln -nonewline "SRC = " |
| @@ -519,14 +519,14 @@ | ||
| 519 | 519 | |
| 520 | 520 | $(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link |
| 521 | 521 | cd $(OBJDIR) |
| 522 | 522 | $(DMDIR)\bin\link @link |
| 523 | 523 | |
| 524 | -fossil.res: $B\win\fossil.rc | |
| 524 | +$(OBJDIR)\fossil.res: $B\win\fossil.rc | |
| 525 | 525 | $(RC) $(RCFLAGS) -o$@ $** |
| 526 | 526 | |
| 527 | -$(OBJDIR)\link: $B\win\Makefile.dmc} | |
| 527 | +$(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res} | |
| 528 | 528 | writeln -nonewline "\t+echo " |
| 529 | 529 | foreach s [lsort $src] { |
| 530 | 530 | writeln -nonewline "$s " |
| 531 | 531 | } |
| 532 | 532 | writeln "shell sqlcmd sqlite3 th th_lang > \$@" |
| 533 | 533 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -491,11 +491,11 @@ | |
| 491 | #SSL = -DFOSSIL_ENABLE_SSL=1 |
| 492 | SSL = |
| 493 | |
| 494 | I18N = -DFOSSIL_I18N=0 |
| 495 | |
| 496 | CFLAGS = -o |
| 497 | BCC = $(DMDIR)\bin\dmc $(CFLAGS) |
| 498 | TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(I18N) $(SSL) $(INCL) |
| 499 | LIBS = $(DMDIR)\extra\lib\ zlib wsock32 |
| 500 | } |
| 501 | writeln -nonewline "SRC = " |
| @@ -519,14 +519,14 @@ | |
| 519 | |
| 520 | $(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link |
| 521 | cd $(OBJDIR) |
| 522 | $(DMDIR)\bin\link @link |
| 523 | |
| 524 | fossil.res: $B\win\fossil.rc |
| 525 | $(RC) $(RCFLAGS) -o$@ $** |
| 526 | |
| 527 | $(OBJDIR)\link: $B\win\Makefile.dmc} |
| 528 | writeln -nonewline "\t+echo " |
| 529 | foreach s [lsort $src] { |
| 530 | writeln -nonewline "$s " |
| 531 | } |
| 532 | writeln "shell sqlcmd sqlite3 th th_lang > \$@" |
| 533 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -491,11 +491,11 @@ | |
| 491 | #SSL = -DFOSSIL_ENABLE_SSL=1 |
| 492 | SSL = |
| 493 | |
| 494 | I18N = -DFOSSIL_I18N=0 |
| 495 | |
| 496 | CFLAGS = -o -Dstrcasecmp=stricmp |
| 497 | BCC = $(DMDIR)\bin\dmc $(CFLAGS) |
| 498 | TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(I18N) $(SSL) $(INCL) |
| 499 | LIBS = $(DMDIR)\extra\lib\ zlib wsock32 |
| 500 | } |
| 501 | writeln -nonewline "SRC = " |
| @@ -519,14 +519,14 @@ | |
| 519 | |
| 520 | $(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link |
| 521 | cd $(OBJDIR) |
| 522 | $(DMDIR)\bin\link @link |
| 523 | |
| 524 | $(OBJDIR)\fossil.res: $B\win\fossil.rc |
| 525 | $(RC) $(RCFLAGS) -o$@ $** |
| 526 | |
| 527 | $(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res} |
| 528 | writeln -nonewline "\t+echo " |
| 529 | foreach s [lsort $src] { |
| 530 | writeln -nonewline "$s " |
| 531 | } |
| 532 | writeln "shell sqlcmd sqlite3 th th_lang > \$@" |
| 533 |
+3
-3
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -491,11 +491,11 @@ | ||
| 491 | 491 | #SSL = -DFOSSIL_ENABLE_SSL=1 |
| 492 | 492 | SSL = |
| 493 | 493 | |
| 494 | 494 | I18N = -DFOSSIL_I18N=0 |
| 495 | 495 | |
| 496 | -CFLAGS = -o | |
| 496 | +CFLAGS = -o -Dstrcasecmp=stricmp | |
| 497 | 497 | BCC = $(DMDIR)\bin\dmc $(CFLAGS) |
| 498 | 498 | TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(I18N) $(SSL) $(INCL) |
| 499 | 499 | LIBS = $(DMDIR)\extra\lib\ zlib wsock32 |
| 500 | 500 | } |
| 501 | 501 | writeln -nonewline "SRC = " |
| @@ -519,14 +519,14 @@ | ||
| 519 | 519 | |
| 520 | 520 | $(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link |
| 521 | 521 | cd $(OBJDIR) |
| 522 | 522 | $(DMDIR)\bin\link @link |
| 523 | 523 | |
| 524 | -fossil.res: $B\win\fossil.rc | |
| 524 | +$(OBJDIR)\fossil.res: $B\win\fossil.rc | |
| 525 | 525 | $(RC) $(RCFLAGS) -o$@ $** |
| 526 | 526 | |
| 527 | -$(OBJDIR)\link: $B\win\Makefile.dmc} | |
| 527 | +$(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res} | |
| 528 | 528 | writeln -nonewline "\t+echo " |
| 529 | 529 | foreach s [lsort $src] { |
| 530 | 530 | writeln -nonewline "$s " |
| 531 | 531 | } |
| 532 | 532 | writeln "shell sqlcmd sqlite3 th th_lang > \$@" |
| 533 | 533 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -491,11 +491,11 @@ | |
| 491 | #SSL = -DFOSSIL_ENABLE_SSL=1 |
| 492 | SSL = |
| 493 | |
| 494 | I18N = -DFOSSIL_I18N=0 |
| 495 | |
| 496 | CFLAGS = -o |
| 497 | BCC = $(DMDIR)\bin\dmc $(CFLAGS) |
| 498 | TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(I18N) $(SSL) $(INCL) |
| 499 | LIBS = $(DMDIR)\extra\lib\ zlib wsock32 |
| 500 | } |
| 501 | writeln -nonewline "SRC = " |
| @@ -519,14 +519,14 @@ | |
| 519 | |
| 520 | $(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link |
| 521 | cd $(OBJDIR) |
| 522 | $(DMDIR)\bin\link @link |
| 523 | |
| 524 | fossil.res: $B\win\fossil.rc |
| 525 | $(RC) $(RCFLAGS) -o$@ $** |
| 526 | |
| 527 | $(OBJDIR)\link: $B\win\Makefile.dmc} |
| 528 | writeln -nonewline "\t+echo " |
| 529 | foreach s [lsort $src] { |
| 530 | writeln -nonewline "$s " |
| 531 | } |
| 532 | writeln "shell sqlcmd sqlite3 th th_lang > \$@" |
| 533 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -491,11 +491,11 @@ | |
| 491 | #SSL = -DFOSSIL_ENABLE_SSL=1 |
| 492 | SSL = |
| 493 | |
| 494 | I18N = -DFOSSIL_I18N=0 |
| 495 | |
| 496 | CFLAGS = -o -Dstrcasecmp=stricmp |
| 497 | BCC = $(DMDIR)\bin\dmc $(CFLAGS) |
| 498 | TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(I18N) $(SSL) $(INCL) |
| 499 | LIBS = $(DMDIR)\extra\lib\ zlib wsock32 |
| 500 | } |
| 501 | writeln -nonewline "SRC = " |
| @@ -519,14 +519,14 @@ | |
| 519 | |
| 520 | $(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link |
| 521 | cd $(OBJDIR) |
| 522 | $(DMDIR)\bin\link @link |
| 523 | |
| 524 | $(OBJDIR)\fossil.res: $B\win\fossil.rc |
| 525 | $(RC) $(RCFLAGS) -o$@ $** |
| 526 | |
| 527 | $(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res} |
| 528 | writeln -nonewline "\t+echo " |
| 529 | foreach s [lsort $src] { |
| 530 | writeln -nonewline "$s " |
| 531 | } |
| 532 | writeln "shell sqlcmd sqlite3 th th_lang > \$@" |
| 533 |
+3
-3
| --- win/Makefile.dmc | ||
| +++ win/Makefile.dmc | ||
| @@ -17,11 +17,11 @@ | ||
| 17 | 17 | #SSL = -DFOSSIL_ENABLE_SSL=1 |
| 18 | 18 | SSL = |
| 19 | 19 | |
| 20 | 20 | I18N = -DFOSSIL_I18N=0 |
| 21 | 21 | |
| 22 | -CFLAGS = -o | |
| 22 | +CFLAGS = -o -Dstrcasecmp=stricmp | |
| 23 | 23 | BCC = $(DMDIR)\bin\dmc $(CFLAGS) |
| 24 | 24 | TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(I18N) $(SSL) $(INCL) |
| 25 | 25 | LIBS = $(DMDIR)\extra\lib\ zlib wsock32 |
| 26 | 26 | |
| 27 | 27 | SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c captcha_.c cgi_.c checkin_.c checkout_.c clearsign_.c clone_.c comformat_.c configure_.c content_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c doc_.c encode_.c event_.c export_.c file_.c finfo_.c graph_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c login_.c main_.c manifest_.c md5_.c merge_.c merge3_.c name_.c pivot_.c popen_.c pqueue_.c printf_.c rebuild_.c report_.c rss_.c schema_.c search_.c setup_.c sha1_.c shun_.c skins_.c sqlcmd_.c stash_.c stat_.c style_.c sync_.c tag_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c update_.c url_.c user_.c verify_.c vfile_.c wiki_.c wikiformat_.c winhttp_.c xfer_.c zip_.c |
| @@ -38,14 +38,14 @@ | ||
| 38 | 38 | |
| 39 | 39 | $(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link |
| 40 | 40 | cd $(OBJDIR) |
| 41 | 41 | $(DMDIR)\bin\link @link |
| 42 | 42 | |
| 43 | -fossil.res: $B\win\fossil.rc | |
| 43 | +$(OBJDIR)\fossil.res: $B\win\fossil.rc | |
| 44 | 44 | $(RC) $(RCFLAGS) -o$@ $** |
| 45 | 45 | |
| 46 | -$(OBJDIR)\link: $B\win\Makefile.dmc | |
| 46 | +$(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res | |
| 47 | 47 | +echo add allrepo attach bag bisect blob branch browse captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event export file finfo graph http http_socket http_ssl http_transport import info login main manifest md5 merge merge3 name pivot popen pqueue printf rebuild report rss schema search setup sha1 shun skins sqlcmd stash stat style sync tag th_main timeline tkt tktsetup undo update url user verify vfile wiki wikiformat winhttp xfer zip shell sqlcmd sqlite3 th th_lang > $@ |
| 48 | 48 | +echo fossil >> $@ |
| 49 | 49 | +echo fossil >> $@ |
| 50 | 50 | +echo $(LIBS) >> $@ |
| 51 | 51 | +echo. >> $@ |
| 52 | 52 |
| --- win/Makefile.dmc | |
| +++ win/Makefile.dmc | |
| @@ -17,11 +17,11 @@ | |
| 17 | #SSL = -DFOSSIL_ENABLE_SSL=1 |
| 18 | SSL = |
| 19 | |
| 20 | I18N = -DFOSSIL_I18N=0 |
| 21 | |
| 22 | CFLAGS = -o |
| 23 | BCC = $(DMDIR)\bin\dmc $(CFLAGS) |
| 24 | TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(I18N) $(SSL) $(INCL) |
| 25 | LIBS = $(DMDIR)\extra\lib\ zlib wsock32 |
| 26 | |
| 27 | SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c captcha_.c cgi_.c checkin_.c checkout_.c clearsign_.c clone_.c comformat_.c configure_.c content_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c doc_.c encode_.c event_.c export_.c file_.c finfo_.c graph_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c login_.c main_.c manifest_.c md5_.c merge_.c merge3_.c name_.c pivot_.c popen_.c pqueue_.c printf_.c rebuild_.c report_.c rss_.c schema_.c search_.c setup_.c sha1_.c shun_.c skins_.c sqlcmd_.c stash_.c stat_.c style_.c sync_.c tag_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c update_.c url_.c user_.c verify_.c vfile_.c wiki_.c wikiformat_.c winhttp_.c xfer_.c zip_.c |
| @@ -38,14 +38,14 @@ | |
| 38 | |
| 39 | $(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link |
| 40 | cd $(OBJDIR) |
| 41 | $(DMDIR)\bin\link @link |
| 42 | |
| 43 | fossil.res: $B\win\fossil.rc |
| 44 | $(RC) $(RCFLAGS) -o$@ $** |
| 45 | |
| 46 | $(OBJDIR)\link: $B\win\Makefile.dmc |
| 47 | +echo add allrepo attach bag bisect blob branch browse captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event export file finfo graph http http_socket http_ssl http_transport import info login main manifest md5 merge merge3 name pivot popen pqueue printf rebuild report rss schema search setup sha1 shun skins sqlcmd stash stat style sync tag th_main timeline tkt tktsetup undo update url user verify vfile wiki wikiformat winhttp xfer zip shell sqlcmd sqlite3 th th_lang > $@ |
| 48 | +echo fossil >> $@ |
| 49 | +echo fossil >> $@ |
| 50 | +echo $(LIBS) >> $@ |
| 51 | +echo. >> $@ |
| 52 |
| --- win/Makefile.dmc | |
| +++ win/Makefile.dmc | |
| @@ -17,11 +17,11 @@ | |
| 17 | #SSL = -DFOSSIL_ENABLE_SSL=1 |
| 18 | SSL = |
| 19 | |
| 20 | I18N = -DFOSSIL_I18N=0 |
| 21 | |
| 22 | CFLAGS = -o -Dstrcasecmp=stricmp |
| 23 | BCC = $(DMDIR)\bin\dmc $(CFLAGS) |
| 24 | TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(I18N) $(SSL) $(INCL) |
| 25 | LIBS = $(DMDIR)\extra\lib\ zlib wsock32 |
| 26 | |
| 27 | SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c captcha_.c cgi_.c checkin_.c checkout_.c clearsign_.c clone_.c comformat_.c configure_.c content_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c doc_.c encode_.c event_.c export_.c file_.c finfo_.c graph_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c login_.c main_.c manifest_.c md5_.c merge_.c merge3_.c name_.c pivot_.c popen_.c pqueue_.c printf_.c rebuild_.c report_.c rss_.c schema_.c search_.c setup_.c sha1_.c shun_.c skins_.c sqlcmd_.c stash_.c stat_.c style_.c sync_.c tag_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c update_.c url_.c user_.c verify_.c vfile_.c wiki_.c wikiformat_.c winhttp_.c xfer_.c zip_.c |
| @@ -38,14 +38,14 @@ | |
| 38 | |
| 39 | $(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link |
| 40 | cd $(OBJDIR) |
| 41 | $(DMDIR)\bin\link @link |
| 42 | |
| 43 | $(OBJDIR)\fossil.res: $B\win\fossil.rc |
| 44 | $(RC) $(RCFLAGS) -o$@ $** |
| 45 | |
| 46 | $(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res |
| 47 | +echo add allrepo attach bag bisect blob branch browse captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event export file finfo graph http http_socket http_ssl http_transport import info login main manifest md5 merge merge3 name pivot popen pqueue printf rebuild report rss schema search setup sha1 shun skins sqlcmd stash stat style sync tag th_main timeline tkt tktsetup undo update url user verify vfile wiki wikiformat winhttp xfer zip shell sqlcmd sqlite3 th th_lang > $@ |
| 48 | +echo fossil >> $@ |
| 49 | +echo fossil >> $@ |
| 50 | +echo $(LIBS) >> $@ |
| 51 | +echo. >> $@ |
| 52 |
+3
-3
| --- win/Makefile.dmc | ||
| +++ win/Makefile.dmc | ||
| @@ -17,11 +17,11 @@ | ||
| 17 | 17 | #SSL = -DFOSSIL_ENABLE_SSL=1 |
| 18 | 18 | SSL = |
| 19 | 19 | |
| 20 | 20 | I18N = -DFOSSIL_I18N=0 |
| 21 | 21 | |
| 22 | -CFLAGS = -o | |
| 22 | +CFLAGS = -o -Dstrcasecmp=stricmp | |
| 23 | 23 | BCC = $(DMDIR)\bin\dmc $(CFLAGS) |
| 24 | 24 | TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(I18N) $(SSL) $(INCL) |
| 25 | 25 | LIBS = $(DMDIR)\extra\lib\ zlib wsock32 |
| 26 | 26 | |
| 27 | 27 | SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c captcha_.c cgi_.c checkin_.c checkout_.c clearsign_.c clone_.c comformat_.c configure_.c content_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c doc_.c encode_.c event_.c export_.c file_.c finfo_.c graph_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c login_.c main_.c manifest_.c md5_.c merge_.c merge3_.c name_.c pivot_.c popen_.c pqueue_.c printf_.c rebuild_.c report_.c rss_.c schema_.c search_.c setup_.c sha1_.c shun_.c skins_.c sqlcmd_.c stash_.c stat_.c style_.c sync_.c tag_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c update_.c url_.c user_.c verify_.c vfile_.c wiki_.c wikiformat_.c winhttp_.c xfer_.c zip_.c |
| @@ -38,14 +38,14 @@ | ||
| 38 | 38 | |
| 39 | 39 | $(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link |
| 40 | 40 | cd $(OBJDIR) |
| 41 | 41 | $(DMDIR)\bin\link @link |
| 42 | 42 | |
| 43 | -fossil.res: $B\win\fossil.rc | |
| 43 | +$(OBJDIR)\fossil.res: $B\win\fossil.rc | |
| 44 | 44 | $(RC) $(RCFLAGS) -o$@ $** |
| 45 | 45 | |
| 46 | -$(OBJDIR)\link: $B\win\Makefile.dmc | |
| 46 | +$(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res | |
| 47 | 47 | +echo add allrepo attach bag bisect blob branch browse captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event export file finfo graph http http_socket http_ssl http_transport import info login main manifest md5 merge merge3 name pivot popen pqueue printf rebuild report rss schema search setup sha1 shun skins sqlcmd stash stat style sync tag th_main timeline tkt tktsetup undo update url user verify vfile wiki wikiformat winhttp xfer zip shell sqlcmd sqlite3 th th_lang > $@ |
| 48 | 48 | +echo fossil >> $@ |
| 49 | 49 | +echo fossil >> $@ |
| 50 | 50 | +echo $(LIBS) >> $@ |
| 51 | 51 | +echo. >> $@ |
| 52 | 52 |
| --- win/Makefile.dmc | |
| +++ win/Makefile.dmc | |
| @@ -17,11 +17,11 @@ | |
| 17 | #SSL = -DFOSSIL_ENABLE_SSL=1 |
| 18 | SSL = |
| 19 | |
| 20 | I18N = -DFOSSIL_I18N=0 |
| 21 | |
| 22 | CFLAGS = -o |
| 23 | BCC = $(DMDIR)\bin\dmc $(CFLAGS) |
| 24 | TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(I18N) $(SSL) $(INCL) |
| 25 | LIBS = $(DMDIR)\extra\lib\ zlib wsock32 |
| 26 | |
| 27 | SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c captcha_.c cgi_.c checkin_.c checkout_.c clearsign_.c clone_.c comformat_.c configure_.c content_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c doc_.c encode_.c event_.c export_.c file_.c finfo_.c graph_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c login_.c main_.c manifest_.c md5_.c merge_.c merge3_.c name_.c pivot_.c popen_.c pqueue_.c printf_.c rebuild_.c report_.c rss_.c schema_.c search_.c setup_.c sha1_.c shun_.c skins_.c sqlcmd_.c stash_.c stat_.c style_.c sync_.c tag_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c update_.c url_.c user_.c verify_.c vfile_.c wiki_.c wikiformat_.c winhttp_.c xfer_.c zip_.c |
| @@ -38,14 +38,14 @@ | |
| 38 | |
| 39 | $(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link |
| 40 | cd $(OBJDIR) |
| 41 | $(DMDIR)\bin\link @link |
| 42 | |
| 43 | fossil.res: $B\win\fossil.rc |
| 44 | $(RC) $(RCFLAGS) -o$@ $** |
| 45 | |
| 46 | $(OBJDIR)\link: $B\win\Makefile.dmc |
| 47 | +echo add allrepo attach bag bisect blob branch browse captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event export file finfo graph http http_socket http_ssl http_transport import info login main manifest md5 merge merge3 name pivot popen pqueue printf rebuild report rss schema search setup sha1 shun skins sqlcmd stash stat style sync tag th_main timeline tkt tktsetup undo update url user verify vfile wiki wikiformat winhttp xfer zip shell sqlcmd sqlite3 th th_lang > $@ |
| 48 | +echo fossil >> $@ |
| 49 | +echo fossil >> $@ |
| 50 | +echo $(LIBS) >> $@ |
| 51 | +echo. >> $@ |
| 52 |
| --- win/Makefile.dmc | |
| +++ win/Makefile.dmc | |
| @@ -17,11 +17,11 @@ | |
| 17 | #SSL = -DFOSSIL_ENABLE_SSL=1 |
| 18 | SSL = |
| 19 | |
| 20 | I18N = -DFOSSIL_I18N=0 |
| 21 | |
| 22 | CFLAGS = -o -Dstrcasecmp=stricmp |
| 23 | BCC = $(DMDIR)\bin\dmc $(CFLAGS) |
| 24 | TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(I18N) $(SSL) $(INCL) |
| 25 | LIBS = $(DMDIR)\extra\lib\ zlib wsock32 |
| 26 | |
| 27 | SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c captcha_.c cgi_.c checkin_.c checkout_.c clearsign_.c clone_.c comformat_.c configure_.c content_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c doc_.c encode_.c event_.c export_.c file_.c finfo_.c graph_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c login_.c main_.c manifest_.c md5_.c merge_.c merge3_.c name_.c pivot_.c popen_.c pqueue_.c printf_.c rebuild_.c report_.c rss_.c schema_.c search_.c setup_.c sha1_.c shun_.c skins_.c sqlcmd_.c stash_.c stat_.c style_.c sync_.c tag_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c update_.c url_.c user_.c verify_.c vfile_.c wiki_.c wikiformat_.c winhttp_.c xfer_.c zip_.c |
| @@ -38,14 +38,14 @@ | |
| 38 | |
| 39 | $(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link |
| 40 | cd $(OBJDIR) |
| 41 | $(DMDIR)\bin\link @link |
| 42 | |
| 43 | $(OBJDIR)\fossil.res: $B\win\fossil.rc |
| 44 | $(RC) $(RCFLAGS) -o$@ $** |
| 45 | |
| 46 | $(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res |
| 47 | +echo add allrepo attach bag bisect blob branch browse captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event export file finfo graph http http_socket http_ssl http_transport import info login main manifest md5 merge merge3 name pivot popen pqueue printf rebuild report rss schema search setup sha1 shun skins sqlcmd stash stat style sync tag th_main timeline tkt tktsetup undo update url user verify vfile wiki wikiformat winhttp xfer zip shell sqlcmd sqlite3 th th_lang > $@ |
| 48 | +echo fossil >> $@ |
| 49 | +echo fossil >> $@ |
| 50 | +echo $(LIBS) >> $@ |
| 51 | +echo. >> $@ |
| 52 |