Fossil SCM

corrected dmc makefile generate and added define strcasecmp=stricmp for dmc

wolfgang 2011-01-04 23:15 trunk merge
Commit f22ed9bfb1ab8f9c323ad0d4b07b9d1cce5481f8
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -491,11 +491,11 @@
491491
#SSL = -DFOSSIL_ENABLE_SSL=1
492492
SSL =
493493
494494
I18N = -DFOSSIL_I18N=0
495495
496
-CFLAGS = -o
496
+CFLAGS = -o -Dstrcasecmp=stricmp
497497
BCC = $(DMDIR)\bin\dmc $(CFLAGS)
498498
TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(I18N) $(SSL) $(INCL)
499499
LIBS = $(DMDIR)\extra\lib\ zlib wsock32
500500
}
501501
writeln -nonewline "SRC = "
@@ -519,14 +519,14 @@
519519
520520
$(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link
521521
cd $(OBJDIR)
522522
$(DMDIR)\bin\link @link
523523
524
-fossil.res: $B\win\fossil.rc
524
+$(OBJDIR)\fossil.res: $B\win\fossil.rc
525525
$(RC) $(RCFLAGS) -o$@ $**
526526
527
-$(OBJDIR)\link: $B\win\Makefile.dmc}
527
+$(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res}
528528
writeln -nonewline "\t+echo "
529529
foreach s [lsort $src] {
530530
writeln -nonewline "$s "
531531
}
532532
writeln "shell sqlcmd sqlite3 th th_lang > \$@"
533533
--- 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
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -491,11 +491,11 @@
491491
#SSL = -DFOSSIL_ENABLE_SSL=1
492492
SSL =
493493
494494
I18N = -DFOSSIL_I18N=0
495495
496
-CFLAGS = -o
496
+CFLAGS = -o -Dstrcasecmp=stricmp
497497
BCC = $(DMDIR)\bin\dmc $(CFLAGS)
498498
TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(I18N) $(SSL) $(INCL)
499499
LIBS = $(DMDIR)\extra\lib\ zlib wsock32
500500
}
501501
writeln -nonewline "SRC = "
@@ -519,14 +519,14 @@
519519
520520
$(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link
521521
cd $(OBJDIR)
522522
$(DMDIR)\bin\link @link
523523
524
-fossil.res: $B\win\fossil.rc
524
+$(OBJDIR)\fossil.res: $B\win\fossil.rc
525525
$(RC) $(RCFLAGS) -o$@ $**
526526
527
-$(OBJDIR)\link: $B\win\Makefile.dmc}
527
+$(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res}
528528
writeln -nonewline "\t+echo "
529529
foreach s [lsort $src] {
530530
writeln -nonewline "$s "
531531
}
532532
writeln "shell sqlcmd sqlite3 th th_lang > \$@"
533533
--- 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
--- win/Makefile.dmc
+++ win/Makefile.dmc
@@ -17,11 +17,11 @@
1717
#SSL = -DFOSSIL_ENABLE_SSL=1
1818
SSL =
1919
2020
I18N = -DFOSSIL_I18N=0
2121
22
-CFLAGS = -o
22
+CFLAGS = -o -Dstrcasecmp=stricmp
2323
BCC = $(DMDIR)\bin\dmc $(CFLAGS)
2424
TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(I18N) $(SSL) $(INCL)
2525
LIBS = $(DMDIR)\extra\lib\ zlib wsock32
2626
2727
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 @@
3838
3939
$(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link
4040
cd $(OBJDIR)
4141
$(DMDIR)\bin\link @link
4242
43
-fossil.res: $B\win\fossil.rc
43
+$(OBJDIR)\fossil.res: $B\win\fossil.rc
4444
$(RC) $(RCFLAGS) -o$@ $**
4545
46
-$(OBJDIR)\link: $B\win\Makefile.dmc
46
+$(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res
4747
+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 > $@
4848
+echo fossil >> $@
4949
+echo fossil >> $@
5050
+echo $(LIBS) >> $@
5151
+echo. >> $@
5252
--- 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
--- win/Makefile.dmc
+++ win/Makefile.dmc
@@ -17,11 +17,11 @@
1717
#SSL = -DFOSSIL_ENABLE_SSL=1
1818
SSL =
1919
2020
I18N = -DFOSSIL_I18N=0
2121
22
-CFLAGS = -o
22
+CFLAGS = -o -Dstrcasecmp=stricmp
2323
BCC = $(DMDIR)\bin\dmc $(CFLAGS)
2424
TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(I18N) $(SSL) $(INCL)
2525
LIBS = $(DMDIR)\extra\lib\ zlib wsock32
2626
2727
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 @@
3838
3939
$(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link
4040
cd $(OBJDIR)
4141
$(DMDIR)\bin\link @link
4242
43
-fossil.res: $B\win\fossil.rc
43
+$(OBJDIR)\fossil.res: $B\win\fossil.rc
4444
$(RC) $(RCFLAGS) -o$@ $**
4545
46
-$(OBJDIR)\link: $B\win\Makefile.dmc
46
+$(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res
4747
+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 > $@
4848
+echo fossil >> $@
4949
+echo fossil >> $@
5050
+echo $(LIBS) >> $@
5151
+echo. >> $@
5252
--- 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

Keyboard Shortcuts

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