Fossil SCM
First cut at a "sitemap" page.
Commit
843244311af30f008c3d68e3a63124f0e39097bf
Parent
1aa8067704fb152…
6 files changed
+12
+1
+42
+10
-4
+12
+10
+12
| --- src/main.mk | ||
| +++ src/main.mk | ||
| @@ -99,10 +99,11 @@ | ||
| 99 | 99 | $(SRCDIR)/schema.c \ |
| 100 | 100 | $(SRCDIR)/search.c \ |
| 101 | 101 | $(SRCDIR)/setup.c \ |
| 102 | 102 | $(SRCDIR)/sha1.c \ |
| 103 | 103 | $(SRCDIR)/shun.c \ |
| 104 | + $(SRCDIR)/sitemap.c \ | |
| 104 | 105 | $(SRCDIR)/skins.c \ |
| 105 | 106 | $(SRCDIR)/sqlcmd.c \ |
| 106 | 107 | $(SRCDIR)/stash.c \ |
| 107 | 108 | $(SRCDIR)/stat.c \ |
| 108 | 109 | $(SRCDIR)/style.c \ |
| @@ -220,10 +221,11 @@ | ||
| 220 | 221 | $(OBJDIR)/schema_.c \ |
| 221 | 222 | $(OBJDIR)/search_.c \ |
| 222 | 223 | $(OBJDIR)/setup_.c \ |
| 223 | 224 | $(OBJDIR)/sha1_.c \ |
| 224 | 225 | $(OBJDIR)/shun_.c \ |
| 226 | + $(OBJDIR)/sitemap_.c \ | |
| 225 | 227 | $(OBJDIR)/skins_.c \ |
| 226 | 228 | $(OBJDIR)/sqlcmd_.c \ |
| 227 | 229 | $(OBJDIR)/stash_.c \ |
| 228 | 230 | $(OBJDIR)/stat_.c \ |
| 229 | 231 | $(OBJDIR)/style_.c \ |
| @@ -338,10 +340,11 @@ | ||
| 338 | 340 | $(OBJDIR)/schema.o \ |
| 339 | 341 | $(OBJDIR)/search.o \ |
| 340 | 342 | $(OBJDIR)/setup.o \ |
| 341 | 343 | $(OBJDIR)/sha1.o \ |
| 342 | 344 | $(OBJDIR)/shun.o \ |
| 345 | + $(OBJDIR)/sitemap.o \ | |
| 343 | 346 | $(OBJDIR)/skins.o \ |
| 344 | 347 | $(OBJDIR)/sqlcmd.o \ |
| 345 | 348 | $(OBJDIR)/stash.o \ |
| 346 | 349 | $(OBJDIR)/stat.o \ |
| 347 | 350 | $(OBJDIR)/style.o \ |
| @@ -565,10 +568,11 @@ | ||
| 565 | 568 | $(OBJDIR)/schema_.c:$(OBJDIR)/schema.h \ |
| 566 | 569 | $(OBJDIR)/search_.c:$(OBJDIR)/search.h \ |
| 567 | 570 | $(OBJDIR)/setup_.c:$(OBJDIR)/setup.h \ |
| 568 | 571 | $(OBJDIR)/sha1_.c:$(OBJDIR)/sha1.h \ |
| 569 | 572 | $(OBJDIR)/shun_.c:$(OBJDIR)/shun.h \ |
| 573 | + $(OBJDIR)/sitemap_.c:$(OBJDIR)/sitemap.h \ | |
| 570 | 574 | $(OBJDIR)/skins_.c:$(OBJDIR)/skins.h \ |
| 571 | 575 | $(OBJDIR)/sqlcmd_.c:$(OBJDIR)/sqlcmd.h \ |
| 572 | 576 | $(OBJDIR)/stash_.c:$(OBJDIR)/stash.h \ |
| 573 | 577 | $(OBJDIR)/stat_.c:$(OBJDIR)/stat.h \ |
| 574 | 578 | $(OBJDIR)/style_.c:$(OBJDIR)/style.h \ |
| @@ -1296,10 +1300,18 @@ | ||
| 1296 | 1300 | |
| 1297 | 1301 | $(OBJDIR)/shun.o: $(OBJDIR)/shun_.c $(OBJDIR)/shun.h $(SRCDIR)/config.h |
| 1298 | 1302 | $(XTCC) -o $(OBJDIR)/shun.o -c $(OBJDIR)/shun_.c |
| 1299 | 1303 | |
| 1300 | 1304 | $(OBJDIR)/shun.h: $(OBJDIR)/headers |
| 1305 | + | |
| 1306 | +$(OBJDIR)/sitemap_.c: $(SRCDIR)/sitemap.c $(OBJDIR)/translate | |
| 1307 | + $(OBJDIR)/translate $(SRCDIR)/sitemap.c >$@ | |
| 1308 | + | |
| 1309 | +$(OBJDIR)/sitemap.o: $(OBJDIR)/sitemap_.c $(OBJDIR)/sitemap.h $(SRCDIR)/config.h | |
| 1310 | + $(XTCC) -o $(OBJDIR)/sitemap.o -c $(OBJDIR)/sitemap_.c | |
| 1311 | + | |
| 1312 | +$(OBJDIR)/sitemap.h: $(OBJDIR)/headers | |
| 1301 | 1313 | |
| 1302 | 1314 | $(OBJDIR)/skins_.c: $(SRCDIR)/skins.c $(OBJDIR)/translate |
| 1303 | 1315 | $(OBJDIR)/translate $(SRCDIR)/skins.c >$@ |
| 1304 | 1316 | |
| 1305 | 1317 | $(OBJDIR)/skins.o: $(OBJDIR)/skins_.c $(OBJDIR)/skins.h $(SRCDIR)/config.h |
| 1306 | 1318 |
| --- src/main.mk | |
| +++ src/main.mk | |
| @@ -99,10 +99,11 @@ | |
| 99 | $(SRCDIR)/schema.c \ |
| 100 | $(SRCDIR)/search.c \ |
| 101 | $(SRCDIR)/setup.c \ |
| 102 | $(SRCDIR)/sha1.c \ |
| 103 | $(SRCDIR)/shun.c \ |
| 104 | $(SRCDIR)/skins.c \ |
| 105 | $(SRCDIR)/sqlcmd.c \ |
| 106 | $(SRCDIR)/stash.c \ |
| 107 | $(SRCDIR)/stat.c \ |
| 108 | $(SRCDIR)/style.c \ |
| @@ -220,10 +221,11 @@ | |
| 220 | $(OBJDIR)/schema_.c \ |
| 221 | $(OBJDIR)/search_.c \ |
| 222 | $(OBJDIR)/setup_.c \ |
| 223 | $(OBJDIR)/sha1_.c \ |
| 224 | $(OBJDIR)/shun_.c \ |
| 225 | $(OBJDIR)/skins_.c \ |
| 226 | $(OBJDIR)/sqlcmd_.c \ |
| 227 | $(OBJDIR)/stash_.c \ |
| 228 | $(OBJDIR)/stat_.c \ |
| 229 | $(OBJDIR)/style_.c \ |
| @@ -338,10 +340,11 @@ | |
| 338 | $(OBJDIR)/schema.o \ |
| 339 | $(OBJDIR)/search.o \ |
| 340 | $(OBJDIR)/setup.o \ |
| 341 | $(OBJDIR)/sha1.o \ |
| 342 | $(OBJDIR)/shun.o \ |
| 343 | $(OBJDIR)/skins.o \ |
| 344 | $(OBJDIR)/sqlcmd.o \ |
| 345 | $(OBJDIR)/stash.o \ |
| 346 | $(OBJDIR)/stat.o \ |
| 347 | $(OBJDIR)/style.o \ |
| @@ -565,10 +568,11 @@ | |
| 565 | $(OBJDIR)/schema_.c:$(OBJDIR)/schema.h \ |
| 566 | $(OBJDIR)/search_.c:$(OBJDIR)/search.h \ |
| 567 | $(OBJDIR)/setup_.c:$(OBJDIR)/setup.h \ |
| 568 | $(OBJDIR)/sha1_.c:$(OBJDIR)/sha1.h \ |
| 569 | $(OBJDIR)/shun_.c:$(OBJDIR)/shun.h \ |
| 570 | $(OBJDIR)/skins_.c:$(OBJDIR)/skins.h \ |
| 571 | $(OBJDIR)/sqlcmd_.c:$(OBJDIR)/sqlcmd.h \ |
| 572 | $(OBJDIR)/stash_.c:$(OBJDIR)/stash.h \ |
| 573 | $(OBJDIR)/stat_.c:$(OBJDIR)/stat.h \ |
| 574 | $(OBJDIR)/style_.c:$(OBJDIR)/style.h \ |
| @@ -1296,10 +1300,18 @@ | |
| 1296 | |
| 1297 | $(OBJDIR)/shun.o: $(OBJDIR)/shun_.c $(OBJDIR)/shun.h $(SRCDIR)/config.h |
| 1298 | $(XTCC) -o $(OBJDIR)/shun.o -c $(OBJDIR)/shun_.c |
| 1299 | |
| 1300 | $(OBJDIR)/shun.h: $(OBJDIR)/headers |
| 1301 | |
| 1302 | $(OBJDIR)/skins_.c: $(SRCDIR)/skins.c $(OBJDIR)/translate |
| 1303 | $(OBJDIR)/translate $(SRCDIR)/skins.c >$@ |
| 1304 | |
| 1305 | $(OBJDIR)/skins.o: $(OBJDIR)/skins_.c $(OBJDIR)/skins.h $(SRCDIR)/config.h |
| 1306 |
| --- src/main.mk | |
| +++ src/main.mk | |
| @@ -99,10 +99,11 @@ | |
| 99 | $(SRCDIR)/schema.c \ |
| 100 | $(SRCDIR)/search.c \ |
| 101 | $(SRCDIR)/setup.c \ |
| 102 | $(SRCDIR)/sha1.c \ |
| 103 | $(SRCDIR)/shun.c \ |
| 104 | $(SRCDIR)/sitemap.c \ |
| 105 | $(SRCDIR)/skins.c \ |
| 106 | $(SRCDIR)/sqlcmd.c \ |
| 107 | $(SRCDIR)/stash.c \ |
| 108 | $(SRCDIR)/stat.c \ |
| 109 | $(SRCDIR)/style.c \ |
| @@ -220,10 +221,11 @@ | |
| 221 | $(OBJDIR)/schema_.c \ |
| 222 | $(OBJDIR)/search_.c \ |
| 223 | $(OBJDIR)/setup_.c \ |
| 224 | $(OBJDIR)/sha1_.c \ |
| 225 | $(OBJDIR)/shun_.c \ |
| 226 | $(OBJDIR)/sitemap_.c \ |
| 227 | $(OBJDIR)/skins_.c \ |
| 228 | $(OBJDIR)/sqlcmd_.c \ |
| 229 | $(OBJDIR)/stash_.c \ |
| 230 | $(OBJDIR)/stat_.c \ |
| 231 | $(OBJDIR)/style_.c \ |
| @@ -338,10 +340,11 @@ | |
| 340 | $(OBJDIR)/schema.o \ |
| 341 | $(OBJDIR)/search.o \ |
| 342 | $(OBJDIR)/setup.o \ |
| 343 | $(OBJDIR)/sha1.o \ |
| 344 | $(OBJDIR)/shun.o \ |
| 345 | $(OBJDIR)/sitemap.o \ |
| 346 | $(OBJDIR)/skins.o \ |
| 347 | $(OBJDIR)/sqlcmd.o \ |
| 348 | $(OBJDIR)/stash.o \ |
| 349 | $(OBJDIR)/stat.o \ |
| 350 | $(OBJDIR)/style.o \ |
| @@ -565,10 +568,11 @@ | |
| 568 | $(OBJDIR)/schema_.c:$(OBJDIR)/schema.h \ |
| 569 | $(OBJDIR)/search_.c:$(OBJDIR)/search.h \ |
| 570 | $(OBJDIR)/setup_.c:$(OBJDIR)/setup.h \ |
| 571 | $(OBJDIR)/sha1_.c:$(OBJDIR)/sha1.h \ |
| 572 | $(OBJDIR)/shun_.c:$(OBJDIR)/shun.h \ |
| 573 | $(OBJDIR)/sitemap_.c:$(OBJDIR)/sitemap.h \ |
| 574 | $(OBJDIR)/skins_.c:$(OBJDIR)/skins.h \ |
| 575 | $(OBJDIR)/sqlcmd_.c:$(OBJDIR)/sqlcmd.h \ |
| 576 | $(OBJDIR)/stash_.c:$(OBJDIR)/stash.h \ |
| 577 | $(OBJDIR)/stat_.c:$(OBJDIR)/stat.h \ |
| 578 | $(OBJDIR)/style_.c:$(OBJDIR)/style.h \ |
| @@ -1296,10 +1300,18 @@ | |
| 1300 | |
| 1301 | $(OBJDIR)/shun.o: $(OBJDIR)/shun_.c $(OBJDIR)/shun.h $(SRCDIR)/config.h |
| 1302 | $(XTCC) -o $(OBJDIR)/shun.o -c $(OBJDIR)/shun_.c |
| 1303 | |
| 1304 | $(OBJDIR)/shun.h: $(OBJDIR)/headers |
| 1305 | |
| 1306 | $(OBJDIR)/sitemap_.c: $(SRCDIR)/sitemap.c $(OBJDIR)/translate |
| 1307 | $(OBJDIR)/translate $(SRCDIR)/sitemap.c >$@ |
| 1308 | |
| 1309 | $(OBJDIR)/sitemap.o: $(OBJDIR)/sitemap_.c $(OBJDIR)/sitemap.h $(SRCDIR)/config.h |
| 1310 | $(XTCC) -o $(OBJDIR)/sitemap.o -c $(OBJDIR)/sitemap_.c |
| 1311 | |
| 1312 | $(OBJDIR)/sitemap.h: $(OBJDIR)/headers |
| 1313 | |
| 1314 | $(OBJDIR)/skins_.c: $(SRCDIR)/skins.c $(OBJDIR)/translate |
| 1315 | $(OBJDIR)/translate $(SRCDIR)/skins.c >$@ |
| 1316 | |
| 1317 | $(OBJDIR)/skins.o: $(OBJDIR)/skins_.c $(OBJDIR)/skins.h $(SRCDIR)/config.h |
| 1318 |
+1
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -105,10 +105,11 @@ | ||
| 105 | 105 | schema |
| 106 | 106 | search |
| 107 | 107 | setup |
| 108 | 108 | sha1 |
| 109 | 109 | shun |
| 110 | + sitemap | |
| 110 | 111 | skins |
| 111 | 112 | sqlcmd |
| 112 | 113 | stash |
| 113 | 114 | stat |
| 114 | 115 | style |
| 115 | 116 | |
| 116 | 117 | ADDED src/sitemap.c |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -105,10 +105,11 @@ | |
| 105 | schema |
| 106 | search |
| 107 | setup |
| 108 | sha1 |
| 109 | shun |
| 110 | skins |
| 111 | sqlcmd |
| 112 | stash |
| 113 | stat |
| 114 | style |
| 115 | |
| 116 | DDED src/sitemap.c |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -105,10 +105,11 @@ | |
| 105 | schema |
| 106 | search |
| 107 | setup |
| 108 | sha1 |
| 109 | shun |
| 110 | sitemap |
| 111 | skins |
| 112 | sqlcmd |
| 113 | stash |
| 114 | stat |
| 115 | style |
| 116 | |
| 117 | DDED src/sitemap.c |
+42
| --- a/src/sitemap.c | ||
| +++ b/src/sitemap.c | ||
| @@ -0,0 +1,42 @@ | ||
| 1 | +avtimeline?n=all&imeline?n=all& @ warps"))List of "Timewarp" Check-inTest Pages </ul></li>body_and_footer("sitemap"); | |
| 2 | + } | |
| 3 | +} | |
| 4 | +footer(); | |
| 5 | + } | |
| 6 | +} | |
| 7 | +?name=Sandbox"))SandboxHelphelp"))List of All Commands and Web@mimetype map1style_header("Site Map"); | |
| 8 | +style_footer(); | |
| 9 | +} | |
| 10 | +divul id="sitemap"> | |
| 11 | +</div> | |
| 12 | + style_footer(); | |
| 13 | +} | |
| 14 | +</librlist"))Branchesaglist"))TagsdTktli> | |
| 15 | + style_footer(); | |
| 16 | +} | |
| 17 | +?n=200} | |
| 18 | +line?n=all& @ warps"))List of "Timewarp" Check-inTest Pages </ul></li>body_and_footer("sitemap"); | |
| 19 | + } | |
| 20 | +} | |
| 21 | +footer(); | |
| 22 | + } | |
| 23 | +} | |
| 24 | +?name=Sandboxavtimeline?n=all&imeline?n=all& @ warps"))List of "Timewarp" Check-inTest Pages </ul></li>body_and_footer("sitemap"); | |
| 25 | + } | |
| 26 | +} | |
| 27 | +footer(); | |
| 28 | + @ </p> | |
| 29 | + @ | |
| 30 | +#endifq@N6,W@Rh,X@1B~,b:docsrch"))Search Project DocumeShow an incomplete list of@Uy,q@gW,7O@aw,c@linkest_li> | |
| 31 | + @ <ul>docsrc@ </@@ @ warps"))List of "Timewaavtimeline?n=all&imeline?n=aln=all&namechng"))All check-in@ </@@ </ul> | |
| 32 | + @ </liwi</a> | |
| 33 | + @ <ul> | |
| 34 | +q@N6,W@Rh,X@1B~,b:docsrch"))Se@ omplete list o@ @ warps"))List of "avtimelinew@ @ @ @ @ </ul> | |
| 35 | + @ </li@ </ul> | |
| 36 | + @ </la> | |
| 37 | + @ <uls"))List of "> | |
| 38 | + @ <uls"))List of "avtimelinew@ @ @ @ @ </ul> | |
| 39 | + @ </li@ </ul> | |
| 40 | + @6,W@Rh,X@1B~,b:docsrch"))Se@ )List of "avtimel @ @ @ @ </ul> | |
| 41 | + @ </li@ </ul> | |
| 42 | + @ < |
| --- a/src/sitemap.c | |
| +++ b/src/sitemap.c | |
| @@ -0,0 +1,42 @@ | |
| --- a/src/sitemap.c | |
| +++ b/src/sitemap.c | |
| @@ -0,0 +1,42 @@ | |
| 1 | avtimeline?n=all&imeline?n=all& @ warps"))List of "Timewarp" Check-inTest Pages </ul></li>body_and_footer("sitemap"); |
| 2 | } |
| 3 | } |
| 4 | footer(); |
| 5 | } |
| 6 | } |
| 7 | ?name=Sandbox"))SandboxHelphelp"))List of All Commands and Web@mimetype map1style_header("Site Map"); |
| 8 | style_footer(); |
| 9 | } |
| 10 | divul id="sitemap"> |
| 11 | </div> |
| 12 | style_footer(); |
| 13 | } |
| 14 | </librlist"))Branchesaglist"))TagsdTktli> |
| 15 | style_footer(); |
| 16 | } |
| 17 | ?n=200} |
| 18 | line?n=all& @ warps"))List of "Timewarp" Check-inTest Pages </ul></li>body_and_footer("sitemap"); |
| 19 | } |
| 20 | } |
| 21 | footer(); |
| 22 | } |
| 23 | } |
| 24 | ?name=Sandboxavtimeline?n=all&imeline?n=all& @ warps"))List of "Timewarp" Check-inTest Pages </ul></li>body_and_footer("sitemap"); |
| 25 | } |
| 26 | } |
| 27 | footer(); |
| 28 | @ </p> |
| 29 | @ |
| 30 | #endifq@N6,W@Rh,X@1B~,b:docsrch"))Search Project DocumeShow an incomplete list of@Uy,q@gW,7O@aw,c@linkest_li> |
| 31 | @ <ul>docsrc@ </@@ @ warps"))List of "Timewaavtimeline?n=all&imeline?n=aln=all&namechng"))All check-in@ </@@ </ul> |
| 32 | @ </liwi</a> |
| 33 | @ <ul> |
| 34 | q@N6,W@Rh,X@1B~,b:docsrch"))Se@ omplete list o@ @ warps"))List of "avtimelinew@ @ @ @ @ </ul> |
| 35 | @ </li@ </ul> |
| 36 | @ </la> |
| 37 | @ <uls"))List of "> |
| 38 | @ <uls"))List of "avtimelinew@ @ @ @ @ </ul> |
| 39 | @ </li@ </ul> |
| 40 | @6,W@Rh,X@1B~,b:docsrch"))Se@ )List of "avtimel @ @ @ @ </ul> |
| 41 | @ </li@ </ul> |
| 42 | @ < |
+10
-4
| --- win/Makefile.dmc | ||
| +++ win/Makefile.dmc | ||
| @@ -28,13 +28,13 @@ | ||
| 28 | 28 | |
| 29 | 29 | SQLITE_OPTIONS = -DNDEBUG=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_OMIT_DEPRECATED -DSQLITE_ENABLE_EXPLAIN_COMMENTS |
| 30 | 30 | |
| 31 | 31 | SHELL_OPTIONS = -Dmain=sqlite3_shell -DSQLITE_OMIT_LOAD_EXTENSION=1 -DUSE_SYSTEM_SQLITE=$(USE_SYSTEM_SQLITE) -DSQLITE_SHELL_DBNAME_PROC=fossil_open -Daccess=file_access -Dsystem=fossil_system -Dgetenv=fossil_getenv -Dfopen=fossil_fopen |
| 32 | 32 | |
| 33 | -SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c builtin_.c bundle_.c cache_.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 foci_.c fusefs_.c glob_.c graph_.c gzip_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c json_.c json_artifact_.c json_branch_.c json_config_.c json_diff_.c json_dir_.c json_finfo_.c json_login_.c json_query_.c json_report_.c json_status_.c json_tag_.c json_timeline_.c json_user_.c json_wiki_.c leaf_.c loadctrl_.c login_.c lookslike_.c main_.c manifest_.c markdown_.c markdown_html_.c md5_.c merge_.c merge3_.c moderate_.c name_.c path_.c pivot_.c popen_.c pqueue_.c printf_.c publish_.c purge_.c rebuild_.c regexp_.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 tar_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c unicode_.c update_.c url_.c user_.c utf8_.c util_.c verify_.c vfile_.c wiki_.c wikiformat_.c winfile_.c winhttp_.c wysiwyg_.c xfer_.c xfersetup_.c zip_.c | |
| 33 | +SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c builtin_.c bundle_.c cache_.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 foci_.c fusefs_.c glob_.c graph_.c gzip_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c json_.c json_artifact_.c json_branch_.c json_config_.c json_diff_.c json_dir_.c json_finfo_.c json_login_.c json_query_.c json_report_.c json_status_.c json_tag_.c json_timeline_.c json_user_.c json_wiki_.c leaf_.c loadctrl_.c login_.c lookslike_.c main_.c manifest_.c markdown_.c markdown_html_.c md5_.c merge_.c merge3_.c moderate_.c name_.c path_.c pivot_.c popen_.c pqueue_.c printf_.c publish_.c purge_.c rebuild_.c regexp_.c report_.c rss_.c schema_.c search_.c setup_.c sha1_.c shun_.c sitemap_.c skins_.c sqlcmd_.c stash_.c stat_.c style_.c sync_.c tag_.c tar_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c unicode_.c update_.c url_.c user_.c utf8_.c util_.c verify_.c vfile_.c wiki_.c wikiformat_.c winfile_.c winhttp_.c wysiwyg_.c xfer_.c xfersetup_.c zip_.c | |
| 34 | 34 | |
| 35 | -OBJ = $(OBJDIR)\add$O $(OBJDIR)\allrepo$O $(OBJDIR)\attach$O $(OBJDIR)\bag$O $(OBJDIR)\bisect$O $(OBJDIR)\blob$O $(OBJDIR)\branch$O $(OBJDIR)\browse$O $(OBJDIR)\builtin$O $(OBJDIR)\bundle$O $(OBJDIR)\cache$O $(OBJDIR)\captcha$O $(OBJDIR)\cgi$O $(OBJDIR)\checkin$O $(OBJDIR)\checkout$O $(OBJDIR)\clearsign$O $(OBJDIR)\clone$O $(OBJDIR)\comformat$O $(OBJDIR)\configure$O $(OBJDIR)\content$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\doc$O $(OBJDIR)\encode$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\file$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\fusefs$O $(OBJDIR)\glob$O $(OBJDIR)\graph$O $(OBJDIR)\gzip$O $(OBJDIR)\http$O $(OBJDIR)\http_socket$O $(OBJDIR)\http_ssl$O $(OBJDIR)\http_transport$O $(OBJDIR)\import$O $(OBJDIR)\info$O $(OBJDIR)\json$O $(OBJDIR)\json_artifact$O $(OBJDIR)\json_branch$O $(OBJDIR)\json_config$O $(OBJDIR)\json_diff$O $(OBJDIR)\json_dir$O $(OBJDIR)\json_finfo$O $(OBJDIR)\json_login$O $(OBJDIR)\json_query$O $(OBJDIR)\json_report$O $(OBJDIR)\json_status$O $(OBJDIR)\json_tag$O $(OBJDIR)\json_timeline$O $(OBJDIR)\json_user$O $(OBJDIR)\json_wiki$O $(OBJDIR)\leaf$O $(OBJDIR)\loadctrl$O $(OBJDIR)\login$O $(OBJDIR)\lookslike$O $(OBJDIR)\main$O $(OBJDIR)\manifest$O $(OBJDIR)\markdown$O $(OBJDIR)\markdown_html$O $(OBJDIR)\md5$O $(OBJDIR)\merge$O $(OBJDIR)\merge3$O $(OBJDIR)\moderate$O $(OBJDIR)\name$O $(OBJDIR)\path$O $(OBJDIR)\pivot$O $(OBJDIR)\popen$O $(OBJDIR)\pqueue$O $(OBJDIR)\printf$O $(OBJDIR)\publish$O $(OBJDIR)\purge$O $(OBJDIR)\rebuild$O $(OBJDIR)\regexp$O $(OBJDIR)\report$O $(OBJDIR)\rss$O $(OBJDIR)\schema$O $(OBJDIR)\search$O $(OBJDIR)\setup$O $(OBJDIR)\sha1$O $(OBJDIR)\shun$O $(OBJDIR)\skins$O $(OBJDIR)\sqlcmd$O $(OBJDIR)\stash$O $(OBJDIR)\stat$O $(OBJDIR)\style$O $(OBJDIR)\sync$O $(OBJDIR)\tag$O $(OBJDIR)\tar$O $(OBJDIR)\th_main$O $(OBJDIR)\timeline$O $(OBJDIR)\tkt$O $(OBJDIR)\tktsetup$O $(OBJDIR)\undo$O $(OBJDIR)\unicode$O $(OBJDIR)\update$O $(OBJDIR)\url$O $(OBJDIR)\user$O $(OBJDIR)\utf8$O $(OBJDIR)\util$O $(OBJDIR)\verify$O $(OBJDIR)\vfile$O $(OBJDIR)\wiki$O $(OBJDIR)\wikiformat$O $(OBJDIR)\winfile$O $(OBJDIR)\winhttp$O $(OBJDIR)\wysiwyg$O $(OBJDIR)\xfer$O $(OBJDIR)\xfersetup$O $(OBJDIR)\zip$O $(OBJDIR)\shell$O $(OBJDIR)\sqlite3$O $(OBJDIR)\th$O $(OBJDIR)\th_lang$O | |
| 35 | +OBJ = $(OBJDIR)\add$O $(OBJDIR)\allrepo$O $(OBJDIR)\attach$O $(OBJDIR)\bag$O $(OBJDIR)\bisect$O $(OBJDIR)\blob$O $(OBJDIR)\branch$O $(OBJDIR)\browse$O $(OBJDIR)\builtin$O $(OBJDIR)\bundle$O $(OBJDIR)\cache$O $(OBJDIR)\captcha$O $(OBJDIR)\cgi$O $(OBJDIR)\checkin$O $(OBJDIR)\checkout$O $(OBJDIR)\clearsign$O $(OBJDIR)\clone$O $(OBJDIR)\comformat$O $(OBJDIR)\configure$O $(OBJDIR)\content$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\doc$O $(OBJDIR)\encode$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\file$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\fusefs$O $(OBJDIR)\glob$O $(OBJDIR)\graph$O $(OBJDIR)\gzip$O $(OBJDIR)\http$O $(OBJDIR)\http_socket$O $(OBJDIR)\http_ssl$O $(OBJDIR)\http_transport$O $(OBJDIR)\import$O $(OBJDIR)\info$O $(OBJDIR)\json$O $(OBJDIR)\json_artifact$O $(OBJDIR)\json_branch$O $(OBJDIR)\json_config$O $(OBJDIR)\json_diff$O $(OBJDIR)\json_dir$O $(OBJDIR)\json_finfo$O $(OBJDIR)\json_login$O $(OBJDIR)\json_query$O $(OBJDIR)\json_report$O $(OBJDIR)\json_status$O $(OBJDIR)\json_tag$O $(OBJDIR)\json_timeline$O $(OBJDIR)\json_user$O $(OBJDIR)\json_wiki$O $(OBJDIR)\leaf$O $(OBJDIR)\loadctrl$O $(OBJDIR)\login$O $(OBJDIR)\lookslike$O $(OBJDIR)\main$O $(OBJDIR)\manifest$O $(OBJDIR)\markdown$O $(OBJDIR)\markdown_html$O $(OBJDIR)\md5$O $(OBJDIR)\merge$O $(OBJDIR)\merge3$O $(OBJDIR)\moderate$O $(OBJDIR)\name$O $(OBJDIR)\path$O $(OBJDIR)\pivot$O $(OBJDIR)\popen$O $(OBJDIR)\pqueue$O $(OBJDIR)\printf$O $(OBJDIR)\publish$O $(OBJDIR)\purge$O $(OBJDIR)\rebuild$O $(OBJDIR)\regexp$O $(OBJDIR)\report$O $(OBJDIR)\rss$O $(OBJDIR)\schema$O $(OBJDIR)\search$O $(OBJDIR)\setup$O $(OBJDIR)\sha1$O $(OBJDIR)\shun$O $(OBJDIR)\sitemap$O $(OBJDIR)\skins$O $(OBJDIR)\sqlcmd$O $(OBJDIR)\stash$O $(OBJDIR)\stat$O $(OBJDIR)\style$O $(OBJDIR)\sync$O $(OBJDIR)\tag$O $(OBJDIR)\tar$O $(OBJDIR)\th_main$O $(OBJDIR)\timeline$O $(OBJDIR)\tkt$O $(OBJDIR)\tktsetup$O $(OBJDIR)\undo$O $(OBJDIR)\unicode$O $(OBJDIR)\update$O $(OBJDIR)\url$O $(OBJDIR)\user$O $(OBJDIR)\utf8$O $(OBJDIR)\util$O $(OBJDIR)\verify$O $(OBJDIR)\vfile$O $(OBJDIR)\wiki$O $(OBJDIR)\wikiformat$O $(OBJDIR)\winfile$O $(OBJDIR)\winhttp$O $(OBJDIR)\wysiwyg$O $(OBJDIR)\xfer$O $(OBJDIR)\xfersetup$O $(OBJDIR)\zip$O $(OBJDIR)\shell$O $(OBJDIR)\sqlite3$O $(OBJDIR)\th$O $(OBJDIR)\th_lang$O | |
| 36 | 36 | |
| 37 | 37 | |
| 38 | 38 | RC=$(DMDIR)\bin\rcc |
| 39 | 39 | RCFLAGS=-32 -w1 -I$(SRCDIR) /D__DMC__ |
| 40 | 40 | |
| @@ -49,11 +49,11 @@ | ||
| 49 | 49 | |
| 50 | 50 | $(OBJDIR)\fossil.res: $B\win\fossil.rc |
| 51 | 51 | $(RC) $(RCFLAGS) -o$@ $** |
| 52 | 52 | |
| 53 | 53 | $(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res |
| 54 | - +echo add allrepo attach bag bisect blob branch browse builtin bundle cache captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event export file finfo foci fusefs glob graph gzip http http_socket http_ssl http_transport import info json json_artifact json_branch json_config json_diff json_dir json_finfo json_login json_query json_report json_status json_tag json_timeline json_user json_wiki leaf loadctrl login lookslike main manifest markdown markdown_html md5 merge merge3 moderate name path pivot popen pqueue printf publish purge rebuild regexp report rss schema search setup sha1 shun skins sqlcmd stash stat style sync tag tar th_main timeline tkt tktsetup undo unicode update url user utf8 util verify vfile wiki wikiformat winfile winhttp wysiwyg xfer xfersetup zip shell sqlite3 th th_lang > $@ | |
| 54 | + +echo add allrepo attach bag bisect blob branch browse builtin bundle cache captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event export file finfo foci fusefs glob graph gzip http http_socket http_ssl http_transport import info json json_artifact json_branch json_config json_diff json_dir json_finfo json_login json_query json_report json_status json_tag json_timeline json_user json_wiki leaf loadctrl login lookslike main manifest markdown markdown_html md5 merge merge3 moderate name path pivot popen pqueue printf publish purge rebuild regexp report rss schema search setup sha1 shun sitemap skins sqlcmd stash stat style sync tag tar th_main timeline tkt tktsetup undo unicode update url user utf8 util verify vfile wiki wikiformat winfile winhttp wysiwyg xfer xfersetup zip shell sqlite3 th th_lang > $@ | |
| 55 | 55 | +echo fossil >> $@ |
| 56 | 56 | +echo fossil >> $@ |
| 57 | 57 | +echo $(LIBS) >> $@ |
| 58 | 58 | +echo. >> $@ |
| 59 | 59 | +echo fossil >> $@ |
| @@ -644,10 +644,16 @@ | ||
| 644 | 644 | $(OBJDIR)\shun$O : shun_.c shun.h |
| 645 | 645 | $(TCC) -o$@ -c shun_.c |
| 646 | 646 | |
| 647 | 647 | shun_.c : $(SRCDIR)\shun.c |
| 648 | 648 | +translate$E $** > $@ |
| 649 | + | |
| 650 | +$(OBJDIR)\sitemap$O : sitemap_.c sitemap.h | |
| 651 | + $(TCC) -o$@ -c sitemap_.c | |
| 652 | + | |
| 653 | +sitemap_.c : $(SRCDIR)\sitemap.c | |
| 654 | + +translate$E $** > $@ | |
| 649 | 655 | |
| 650 | 656 | $(OBJDIR)\skins$O : skins_.c skins.h |
| 651 | 657 | $(TCC) -o$@ -c skins_.c |
| 652 | 658 | |
| 653 | 659 | skins_.c : $(SRCDIR)\skins.c |
| @@ -820,7 +826,7 @@ | ||
| 820 | 826 | |
| 821 | 827 | zip_.c : $(SRCDIR)\zip.c |
| 822 | 828 | +translate$E $** > $@ |
| 823 | 829 | |
| 824 | 830 | headers: makeheaders$E page_index.h builtin_data.h VERSION.h |
| 825 | - +makeheaders$E add_.c:add.h allrepo_.c:allrepo.h attach_.c:attach.h bag_.c:bag.h bisect_.c:bisect.h blob_.c:blob.h branch_.c:branch.h browse_.c:browse.h builtin_.c:builtin.h bundle_.c:bundle.h cache_.c:cache.h captcha_.c:captcha.h cgi_.c:cgi.h checkin_.c:checkin.h checkout_.c:checkout.h clearsign_.c:clearsign.h clone_.c:clone.h comformat_.c:comformat.h configure_.c:configure.h content_.c:content.h db_.c:db.h delta_.c:delta.h deltacmd_.c:deltacmd.h descendants_.c:descendants.h diff_.c:diff.h diffcmd_.c:diffcmd.h doc_.c:doc.h encode_.c:encode.h event_.c:event.h export_.c:export.h file_.c:file.h finfo_.c:finfo.h foci_.c:foci.h fusefs_.c:fusefs.h glob_.c:glob.h graph_.c:graph.h gzip_.c:gzip.h http_.c:http.h http_socket_.c:http_socket.h http_ssl_.c:http_ssl.h http_transport_.c:http_transport.h import_.c:import.h info_.c:info.h json_.c:json.h json_artifact_.c:json_artifact.h json_branch_.c:json_branch.h json_config_.c:json_config.h json_diff_.c:json_diff.h json_dir_.c:json_dir.h json_finfo_.c:json_finfo.h json_login_.c:json_login.h json_query_.c:json_query.h json_report_.c:json_report.h json_status_.c:json_status.h json_tag_.c:json_tag.h json_timeline_.c:json_timeline.h json_user_.c:json_user.h json_wiki_.c:json_wiki.h leaf_.c:leaf.h loadctrl_.c:loadctrl.h login_.c:login.h lookslike_.c:lookslike.h main_.c:main.h manifest_.c:manifest.h markdown_.c:markdown.h markdown_html_.c:markdown_html.h md5_.c:md5.h merge_.c:merge.h merge3_.c:merge3.h moderate_.c:moderate.h name_.c:name.h path_.c:path.h pivot_.c:pivot.h popen_.c:popen.h pqueue_.c:pqueue.h printf_.c:printf.h publish_.c:publish.h purge_.c:purge.h rebuild_.c:rebuild.h regexp_.c:regexp.h report_.c:report.h rss_.c:rss.h schema_.c:schema.h search_.c:search.h setup_.c:setup.h sha1_.c:sha1.h shun_.c:shun.h skins_.c:skins.h sqlcmd_.c:sqlcmd.h stash_.c:stash.h stat_.c:stat.h style_.c:style.h sync_.c:sync.h tag_.c:tag.h tar_.c:tar.h th_main_.c:th_main.h timeline_.c:timeline.h tkt_.c:tkt.h tktsetup_.c:tktsetup.h undo_.c:undo.h unicode_.c:unicode.h update_.c:update.h url_.c:url.h user_.c:user.h utf8_.c:utf8.h util_.c:util.h verify_.c:verify.h vfile_.c:vfile.h wiki_.c:wiki.h wikiformat_.c:wikiformat.h winfile_.c:winfile.h winhttp_.c:winhttp.h wysiwyg_.c:wysiwyg.h xfer_.c:xfer.h xfersetup_.c:xfersetup.h zip_.c:zip.h $(SRCDIR)\sqlite3.h $(SRCDIR)\th.h VERSION.h $(SRCDIR)\cson_amalgamation.h | |
| 831 | + +makeheaders$E add_.c:add.h allrepo_.c:allrepo.h attach_.c:attach.h bag_.c:bag.h bisect_.c:bisect.h blob_.c:blob.h branch_.c:branch.h browse_.c:browse.h builtin_.c:builtin.h bundle_.c:bundle.h cache_.c:cache.h captcha_.c:captcha.h cgi_.c:cgi.h checkin_.c:checkin.h checkout_.c:checkout.h clearsign_.c:clearsign.h clone_.c:clone.h comformat_.c:comformat.h configure_.c:configure.h content_.c:content.h db_.c:db.h delta_.c:delta.h deltacmd_.c:deltacmd.h descendants_.c:descendants.h diff_.c:diff.h diffcmd_.c:diffcmd.h doc_.c:doc.h encode_.c:encode.h event_.c:event.h export_.c:export.h file_.c:file.h finfo_.c:finfo.h foci_.c:foci.h fusefs_.c:fusefs.h glob_.c:glob.h graph_.c:graph.h gzip_.c:gzip.h http_.c:http.h http_socket_.c:http_socket.h http_ssl_.c:http_ssl.h http_transport_.c:http_transport.h import_.c:import.h info_.c:info.h json_.c:json.h json_artifact_.c:json_artifact.h json_branch_.c:json_branch.h json_config_.c:json_config.h json_diff_.c:json_diff.h json_dir_.c:json_dir.h json_finfo_.c:json_finfo.h json_login_.c:json_login.h json_query_.c:json_query.h json_report_.c:json_report.h json_status_.c:json_status.h json_tag_.c:json_tag.h json_timeline_.c:json_timeline.h json_user_.c:json_user.h json_wiki_.c:json_wiki.h leaf_.c:leaf.h loadctrl_.c:loadctrl.h login_.c:login.h lookslike_.c:lookslike.h main_.c:main.h manifest_.c:manifest.h markdown_.c:markdown.h markdown_html_.c:markdown_html.h md5_.c:md5.h merge_.c:merge.h merge3_.c:merge3.h moderate_.c:moderate.h name_.c:name.h path_.c:path.h pivot_.c:pivot.h popen_.c:popen.h pqueue_.c:pqueue.h printf_.c:printf.h publish_.c:publish.h purge_.c:purge.h rebuild_.c:rebuild.h regexp_.c:regexp.h report_.c:report.h rss_.c:rss.h schema_.c:schema.h search_.c:search.h setup_.c:setup.h sha1_.c:sha1.h shun_.c:shun.h sitemap_.c:sitemap.h skins_.c:skins.h sqlcmd_.c:sqlcmd.h stash_.c:stash.h stat_.c:stat.h style_.c:style.h sync_.c:sync.h tag_.c:tag.h tar_.c:tar.h th_main_.c:th_main.h timeline_.c:timeline.h tkt_.c:tkt.h tktsetup_.c:tktsetup.h undo_.c:undo.h unicode_.c:unicode.h update_.c:update.h url_.c:url.h user_.c:user.h utf8_.c:utf8.h util_.c:util.h verify_.c:verify.h vfile_.c:vfile.h wiki_.c:wiki.h wikiformat_.c:wikiformat.h winfile_.c:winfile.h winhttp_.c:winhttp.h wysiwyg_.c:wysiwyg.h xfer_.c:xfer.h xfersetup_.c:xfersetup.h zip_.c:zip.h $(SRCDIR)\sqlite3.h $(SRCDIR)\th.h VERSION.h $(SRCDIR)\cson_amalgamation.h | |
| 826 | 832 | @copy /Y nul: headers |
| 827 | 833 |
| --- win/Makefile.dmc | |
| +++ win/Makefile.dmc | |
| @@ -28,13 +28,13 @@ | |
| 28 | |
| 29 | SQLITE_OPTIONS = -DNDEBUG=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_OMIT_DEPRECATED -DSQLITE_ENABLE_EXPLAIN_COMMENTS |
| 30 | |
| 31 | SHELL_OPTIONS = -Dmain=sqlite3_shell -DSQLITE_OMIT_LOAD_EXTENSION=1 -DUSE_SYSTEM_SQLITE=$(USE_SYSTEM_SQLITE) -DSQLITE_SHELL_DBNAME_PROC=fossil_open -Daccess=file_access -Dsystem=fossil_system -Dgetenv=fossil_getenv -Dfopen=fossil_fopen |
| 32 | |
| 33 | SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c builtin_.c bundle_.c cache_.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 foci_.c fusefs_.c glob_.c graph_.c gzip_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c json_.c json_artifact_.c json_branch_.c json_config_.c json_diff_.c json_dir_.c json_finfo_.c json_login_.c json_query_.c json_report_.c json_status_.c json_tag_.c json_timeline_.c json_user_.c json_wiki_.c leaf_.c loadctrl_.c login_.c lookslike_.c main_.c manifest_.c markdown_.c markdown_html_.c md5_.c merge_.c merge3_.c moderate_.c name_.c path_.c pivot_.c popen_.c pqueue_.c printf_.c publish_.c purge_.c rebuild_.c regexp_.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 tar_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c unicode_.c update_.c url_.c user_.c utf8_.c util_.c verify_.c vfile_.c wiki_.c wikiformat_.c winfile_.c winhttp_.c wysiwyg_.c xfer_.c xfersetup_.c zip_.c |
| 34 | |
| 35 | OBJ = $(OBJDIR)\add$O $(OBJDIR)\allrepo$O $(OBJDIR)\attach$O $(OBJDIR)\bag$O $(OBJDIR)\bisect$O $(OBJDIR)\blob$O $(OBJDIR)\branch$O $(OBJDIR)\browse$O $(OBJDIR)\builtin$O $(OBJDIR)\bundle$O $(OBJDIR)\cache$O $(OBJDIR)\captcha$O $(OBJDIR)\cgi$O $(OBJDIR)\checkin$O $(OBJDIR)\checkout$O $(OBJDIR)\clearsign$O $(OBJDIR)\clone$O $(OBJDIR)\comformat$O $(OBJDIR)\configure$O $(OBJDIR)\content$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\doc$O $(OBJDIR)\encode$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\file$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\fusefs$O $(OBJDIR)\glob$O $(OBJDIR)\graph$O $(OBJDIR)\gzip$O $(OBJDIR)\http$O $(OBJDIR)\http_socket$O $(OBJDIR)\http_ssl$O $(OBJDIR)\http_transport$O $(OBJDIR)\import$O $(OBJDIR)\info$O $(OBJDIR)\json$O $(OBJDIR)\json_artifact$O $(OBJDIR)\json_branch$O $(OBJDIR)\json_config$O $(OBJDIR)\json_diff$O $(OBJDIR)\json_dir$O $(OBJDIR)\json_finfo$O $(OBJDIR)\json_login$O $(OBJDIR)\json_query$O $(OBJDIR)\json_report$O $(OBJDIR)\json_status$O $(OBJDIR)\json_tag$O $(OBJDIR)\json_timeline$O $(OBJDIR)\json_user$O $(OBJDIR)\json_wiki$O $(OBJDIR)\leaf$O $(OBJDIR)\loadctrl$O $(OBJDIR)\login$O $(OBJDIR)\lookslike$O $(OBJDIR)\main$O $(OBJDIR)\manifest$O $(OBJDIR)\markdown$O $(OBJDIR)\markdown_html$O $(OBJDIR)\md5$O $(OBJDIR)\merge$O $(OBJDIR)\merge3$O $(OBJDIR)\moderate$O $(OBJDIR)\name$O $(OBJDIR)\path$O $(OBJDIR)\pivot$O $(OBJDIR)\popen$O $(OBJDIR)\pqueue$O $(OBJDIR)\printf$O $(OBJDIR)\publish$O $(OBJDIR)\purge$O $(OBJDIR)\rebuild$O $(OBJDIR)\regexp$O $(OBJDIR)\report$O $(OBJDIR)\rss$O $(OBJDIR)\schema$O $(OBJDIR)\search$O $(OBJDIR)\setup$O $(OBJDIR)\sha1$O $(OBJDIR)\shun$O $(OBJDIR)\skins$O $(OBJDIR)\sqlcmd$O $(OBJDIR)\stash$O $(OBJDIR)\stat$O $(OBJDIR)\style$O $(OBJDIR)\sync$O $(OBJDIR)\tag$O $(OBJDIR)\tar$O $(OBJDIR)\th_main$O $(OBJDIR)\timeline$O $(OBJDIR)\tkt$O $(OBJDIR)\tktsetup$O $(OBJDIR)\undo$O $(OBJDIR)\unicode$O $(OBJDIR)\update$O $(OBJDIR)\url$O $(OBJDIR)\user$O $(OBJDIR)\utf8$O $(OBJDIR)\util$O $(OBJDIR)\verify$O $(OBJDIR)\vfile$O $(OBJDIR)\wiki$O $(OBJDIR)\wikiformat$O $(OBJDIR)\winfile$O $(OBJDIR)\winhttp$O $(OBJDIR)\wysiwyg$O $(OBJDIR)\xfer$O $(OBJDIR)\xfersetup$O $(OBJDIR)\zip$O $(OBJDIR)\shell$O $(OBJDIR)\sqlite3$O $(OBJDIR)\th$O $(OBJDIR)\th_lang$O |
| 36 | |
| 37 | |
| 38 | RC=$(DMDIR)\bin\rcc |
| 39 | RCFLAGS=-32 -w1 -I$(SRCDIR) /D__DMC__ |
| 40 | |
| @@ -49,11 +49,11 @@ | |
| 49 | |
| 50 | $(OBJDIR)\fossil.res: $B\win\fossil.rc |
| 51 | $(RC) $(RCFLAGS) -o$@ $** |
| 52 | |
| 53 | $(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res |
| 54 | +echo add allrepo attach bag bisect blob branch browse builtin bundle cache captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event export file finfo foci fusefs glob graph gzip http http_socket http_ssl http_transport import info json json_artifact json_branch json_config json_diff json_dir json_finfo json_login json_query json_report json_status json_tag json_timeline json_user json_wiki leaf loadctrl login lookslike main manifest markdown markdown_html md5 merge merge3 moderate name path pivot popen pqueue printf publish purge rebuild regexp report rss schema search setup sha1 shun skins sqlcmd stash stat style sync tag tar th_main timeline tkt tktsetup undo unicode update url user utf8 util verify vfile wiki wikiformat winfile winhttp wysiwyg xfer xfersetup zip shell sqlite3 th th_lang > $@ |
| 55 | +echo fossil >> $@ |
| 56 | +echo fossil >> $@ |
| 57 | +echo $(LIBS) >> $@ |
| 58 | +echo. >> $@ |
| 59 | +echo fossil >> $@ |
| @@ -644,10 +644,16 @@ | |
| 644 | $(OBJDIR)\shun$O : shun_.c shun.h |
| 645 | $(TCC) -o$@ -c shun_.c |
| 646 | |
| 647 | shun_.c : $(SRCDIR)\shun.c |
| 648 | +translate$E $** > $@ |
| 649 | |
| 650 | $(OBJDIR)\skins$O : skins_.c skins.h |
| 651 | $(TCC) -o$@ -c skins_.c |
| 652 | |
| 653 | skins_.c : $(SRCDIR)\skins.c |
| @@ -820,7 +826,7 @@ | |
| 820 | |
| 821 | zip_.c : $(SRCDIR)\zip.c |
| 822 | +translate$E $** > $@ |
| 823 | |
| 824 | headers: makeheaders$E page_index.h builtin_data.h VERSION.h |
| 825 | +makeheaders$E add_.c:add.h allrepo_.c:allrepo.h attach_.c:attach.h bag_.c:bag.h bisect_.c:bisect.h blob_.c:blob.h branch_.c:branch.h browse_.c:browse.h builtin_.c:builtin.h bundle_.c:bundle.h cache_.c:cache.h captcha_.c:captcha.h cgi_.c:cgi.h checkin_.c:checkin.h checkout_.c:checkout.h clearsign_.c:clearsign.h clone_.c:clone.h comformat_.c:comformat.h configure_.c:configure.h content_.c:content.h db_.c:db.h delta_.c:delta.h deltacmd_.c:deltacmd.h descendants_.c:descendants.h diff_.c:diff.h diffcmd_.c:diffcmd.h doc_.c:doc.h encode_.c:encode.h event_.c:event.h export_.c:export.h file_.c:file.h finfo_.c:finfo.h foci_.c:foci.h fusefs_.c:fusefs.h glob_.c:glob.h graph_.c:graph.h gzip_.c:gzip.h http_.c:http.h http_socket_.c:http_socket.h http_ssl_.c:http_ssl.h http_transport_.c:http_transport.h import_.c:import.h info_.c:info.h json_.c:json.h json_artifact_.c:json_artifact.h json_branch_.c:json_branch.h json_config_.c:json_config.h json_diff_.c:json_diff.h json_dir_.c:json_dir.h json_finfo_.c:json_finfo.h json_login_.c:json_login.h json_query_.c:json_query.h json_report_.c:json_report.h json_status_.c:json_status.h json_tag_.c:json_tag.h json_timeline_.c:json_timeline.h json_user_.c:json_user.h json_wiki_.c:json_wiki.h leaf_.c:leaf.h loadctrl_.c:loadctrl.h login_.c:login.h lookslike_.c:lookslike.h main_.c:main.h manifest_.c:manifest.h markdown_.c:markdown.h markdown_html_.c:markdown_html.h md5_.c:md5.h merge_.c:merge.h merge3_.c:merge3.h moderate_.c:moderate.h name_.c:name.h path_.c:path.h pivot_.c:pivot.h popen_.c:popen.h pqueue_.c:pqueue.h printf_.c:printf.h publish_.c:publish.h purge_.c:purge.h rebuild_.c:rebuild.h regexp_.c:regexp.h report_.c:report.h rss_.c:rss.h schema_.c:schema.h search_.c:search.h setup_.c:setup.h sha1_.c:sha1.h shun_.c:shun.h skins_.c:skins.h sqlcmd_.c:sqlcmd.h stash_.c:stash.h stat_.c:stat.h style_.c:style.h sync_.c:sync.h tag_.c:tag.h tar_.c:tar.h th_main_.c:th_main.h timeline_.c:timeline.h tkt_.c:tkt.h tktsetup_.c:tktsetup.h undo_.c:undo.h unicode_.c:unicode.h update_.c:update.h url_.c:url.h user_.c:user.h utf8_.c:utf8.h util_.c:util.h verify_.c:verify.h vfile_.c:vfile.h wiki_.c:wiki.h wikiformat_.c:wikiformat.h winfile_.c:winfile.h winhttp_.c:winhttp.h wysiwyg_.c:wysiwyg.h xfer_.c:xfer.h xfersetup_.c:xfersetup.h zip_.c:zip.h $(SRCDIR)\sqlite3.h $(SRCDIR)\th.h VERSION.h $(SRCDIR)\cson_amalgamation.h |
| 826 | @copy /Y nul: headers |
| 827 |
| --- win/Makefile.dmc | |
| +++ win/Makefile.dmc | |
| @@ -28,13 +28,13 @@ | |
| 28 | |
| 29 | SQLITE_OPTIONS = -DNDEBUG=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_OMIT_DEPRECATED -DSQLITE_ENABLE_EXPLAIN_COMMENTS |
| 30 | |
| 31 | SHELL_OPTIONS = -Dmain=sqlite3_shell -DSQLITE_OMIT_LOAD_EXTENSION=1 -DUSE_SYSTEM_SQLITE=$(USE_SYSTEM_SQLITE) -DSQLITE_SHELL_DBNAME_PROC=fossil_open -Daccess=file_access -Dsystem=fossil_system -Dgetenv=fossil_getenv -Dfopen=fossil_fopen |
| 32 | |
| 33 | SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c builtin_.c bundle_.c cache_.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 foci_.c fusefs_.c glob_.c graph_.c gzip_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c json_.c json_artifact_.c json_branch_.c json_config_.c json_diff_.c json_dir_.c json_finfo_.c json_login_.c json_query_.c json_report_.c json_status_.c json_tag_.c json_timeline_.c json_user_.c json_wiki_.c leaf_.c loadctrl_.c login_.c lookslike_.c main_.c manifest_.c markdown_.c markdown_html_.c md5_.c merge_.c merge3_.c moderate_.c name_.c path_.c pivot_.c popen_.c pqueue_.c printf_.c publish_.c purge_.c rebuild_.c regexp_.c report_.c rss_.c schema_.c search_.c setup_.c sha1_.c shun_.c sitemap_.c skins_.c sqlcmd_.c stash_.c stat_.c style_.c sync_.c tag_.c tar_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c unicode_.c update_.c url_.c user_.c utf8_.c util_.c verify_.c vfile_.c wiki_.c wikiformat_.c winfile_.c winhttp_.c wysiwyg_.c xfer_.c xfersetup_.c zip_.c |
| 34 | |
| 35 | OBJ = $(OBJDIR)\add$O $(OBJDIR)\allrepo$O $(OBJDIR)\attach$O $(OBJDIR)\bag$O $(OBJDIR)\bisect$O $(OBJDIR)\blob$O $(OBJDIR)\branch$O $(OBJDIR)\browse$O $(OBJDIR)\builtin$O $(OBJDIR)\bundle$O $(OBJDIR)\cache$O $(OBJDIR)\captcha$O $(OBJDIR)\cgi$O $(OBJDIR)\checkin$O $(OBJDIR)\checkout$O $(OBJDIR)\clearsign$O $(OBJDIR)\clone$O $(OBJDIR)\comformat$O $(OBJDIR)\configure$O $(OBJDIR)\content$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\doc$O $(OBJDIR)\encode$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\file$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\fusefs$O $(OBJDIR)\glob$O $(OBJDIR)\graph$O $(OBJDIR)\gzip$O $(OBJDIR)\http$O $(OBJDIR)\http_socket$O $(OBJDIR)\http_ssl$O $(OBJDIR)\http_transport$O $(OBJDIR)\import$O $(OBJDIR)\info$O $(OBJDIR)\json$O $(OBJDIR)\json_artifact$O $(OBJDIR)\json_branch$O $(OBJDIR)\json_config$O $(OBJDIR)\json_diff$O $(OBJDIR)\json_dir$O $(OBJDIR)\json_finfo$O $(OBJDIR)\json_login$O $(OBJDIR)\json_query$O $(OBJDIR)\json_report$O $(OBJDIR)\json_status$O $(OBJDIR)\json_tag$O $(OBJDIR)\json_timeline$O $(OBJDIR)\json_user$O $(OBJDIR)\json_wiki$O $(OBJDIR)\leaf$O $(OBJDIR)\loadctrl$O $(OBJDIR)\login$O $(OBJDIR)\lookslike$O $(OBJDIR)\main$O $(OBJDIR)\manifest$O $(OBJDIR)\markdown$O $(OBJDIR)\markdown_html$O $(OBJDIR)\md5$O $(OBJDIR)\merge$O $(OBJDIR)\merge3$O $(OBJDIR)\moderate$O $(OBJDIR)\name$O $(OBJDIR)\path$O $(OBJDIR)\pivot$O $(OBJDIR)\popen$O $(OBJDIR)\pqueue$O $(OBJDIR)\printf$O $(OBJDIR)\publish$O $(OBJDIR)\purge$O $(OBJDIR)\rebuild$O $(OBJDIR)\regexp$O $(OBJDIR)\report$O $(OBJDIR)\rss$O $(OBJDIR)\schema$O $(OBJDIR)\search$O $(OBJDIR)\setup$O $(OBJDIR)\sha1$O $(OBJDIR)\shun$O $(OBJDIR)\sitemap$O $(OBJDIR)\skins$O $(OBJDIR)\sqlcmd$O $(OBJDIR)\stash$O $(OBJDIR)\stat$O $(OBJDIR)\style$O $(OBJDIR)\sync$O $(OBJDIR)\tag$O $(OBJDIR)\tar$O $(OBJDIR)\th_main$O $(OBJDIR)\timeline$O $(OBJDIR)\tkt$O $(OBJDIR)\tktsetup$O $(OBJDIR)\undo$O $(OBJDIR)\unicode$O $(OBJDIR)\update$O $(OBJDIR)\url$O $(OBJDIR)\user$O $(OBJDIR)\utf8$O $(OBJDIR)\util$O $(OBJDIR)\verify$O $(OBJDIR)\vfile$O $(OBJDIR)\wiki$O $(OBJDIR)\wikiformat$O $(OBJDIR)\winfile$O $(OBJDIR)\winhttp$O $(OBJDIR)\wysiwyg$O $(OBJDIR)\xfer$O $(OBJDIR)\xfersetup$O $(OBJDIR)\zip$O $(OBJDIR)\shell$O $(OBJDIR)\sqlite3$O $(OBJDIR)\th$O $(OBJDIR)\th_lang$O |
| 36 | |
| 37 | |
| 38 | RC=$(DMDIR)\bin\rcc |
| 39 | RCFLAGS=-32 -w1 -I$(SRCDIR) /D__DMC__ |
| 40 | |
| @@ -49,11 +49,11 @@ | |
| 49 | |
| 50 | $(OBJDIR)\fossil.res: $B\win\fossil.rc |
| 51 | $(RC) $(RCFLAGS) -o$@ $** |
| 52 | |
| 53 | $(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res |
| 54 | +echo add allrepo attach bag bisect blob branch browse builtin bundle cache captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event export file finfo foci fusefs glob graph gzip http http_socket http_ssl http_transport import info json json_artifact json_branch json_config json_diff json_dir json_finfo json_login json_query json_report json_status json_tag json_timeline json_user json_wiki leaf loadctrl login lookslike main manifest markdown markdown_html md5 merge merge3 moderate name path pivot popen pqueue printf publish purge rebuild regexp report rss schema search setup sha1 shun sitemap skins sqlcmd stash stat style sync tag tar th_main timeline tkt tktsetup undo unicode update url user utf8 util verify vfile wiki wikiformat winfile winhttp wysiwyg xfer xfersetup zip shell sqlite3 th th_lang > $@ |
| 55 | +echo fossil >> $@ |
| 56 | +echo fossil >> $@ |
| 57 | +echo $(LIBS) >> $@ |
| 58 | +echo. >> $@ |
| 59 | +echo fossil >> $@ |
| @@ -644,10 +644,16 @@ | |
| 644 | $(OBJDIR)\shun$O : shun_.c shun.h |
| 645 | $(TCC) -o$@ -c shun_.c |
| 646 | |
| 647 | shun_.c : $(SRCDIR)\shun.c |
| 648 | +translate$E $** > $@ |
| 649 | |
| 650 | $(OBJDIR)\sitemap$O : sitemap_.c sitemap.h |
| 651 | $(TCC) -o$@ -c sitemap_.c |
| 652 | |
| 653 | sitemap_.c : $(SRCDIR)\sitemap.c |
| 654 | +translate$E $** > $@ |
| 655 | |
| 656 | $(OBJDIR)\skins$O : skins_.c skins.h |
| 657 | $(TCC) -o$@ -c skins_.c |
| 658 | |
| 659 | skins_.c : $(SRCDIR)\skins.c |
| @@ -820,7 +826,7 @@ | |
| 826 | |
| 827 | zip_.c : $(SRCDIR)\zip.c |
| 828 | +translate$E $** > $@ |
| 829 | |
| 830 | headers: makeheaders$E page_index.h builtin_data.h VERSION.h |
| 831 | +makeheaders$E add_.c:add.h allrepo_.c:allrepo.h attach_.c:attach.h bag_.c:bag.h bisect_.c:bisect.h blob_.c:blob.h branch_.c:branch.h browse_.c:browse.h builtin_.c:builtin.h bundle_.c:bundle.h cache_.c:cache.h captcha_.c:captcha.h cgi_.c:cgi.h checkin_.c:checkin.h checkout_.c:checkout.h clearsign_.c:clearsign.h clone_.c:clone.h comformat_.c:comformat.h configure_.c:configure.h content_.c:content.h db_.c:db.h delta_.c:delta.h deltacmd_.c:deltacmd.h descendants_.c:descendants.h diff_.c:diff.h diffcmd_.c:diffcmd.h doc_.c:doc.h encode_.c:encode.h event_.c:event.h export_.c:export.h file_.c:file.h finfo_.c:finfo.h foci_.c:foci.h fusefs_.c:fusefs.h glob_.c:glob.h graph_.c:graph.h gzip_.c:gzip.h http_.c:http.h http_socket_.c:http_socket.h http_ssl_.c:http_ssl.h http_transport_.c:http_transport.h import_.c:import.h info_.c:info.h json_.c:json.h json_artifact_.c:json_artifact.h json_branch_.c:json_branch.h json_config_.c:json_config.h json_diff_.c:json_diff.h json_dir_.c:json_dir.h json_finfo_.c:json_finfo.h json_login_.c:json_login.h json_query_.c:json_query.h json_report_.c:json_report.h json_status_.c:json_status.h json_tag_.c:json_tag.h json_timeline_.c:json_timeline.h json_user_.c:json_user.h json_wiki_.c:json_wiki.h leaf_.c:leaf.h loadctrl_.c:loadctrl.h login_.c:login.h lookslike_.c:lookslike.h main_.c:main.h manifest_.c:manifest.h markdown_.c:markdown.h markdown_html_.c:markdown_html.h md5_.c:md5.h merge_.c:merge.h merge3_.c:merge3.h moderate_.c:moderate.h name_.c:name.h path_.c:path.h pivot_.c:pivot.h popen_.c:popen.h pqueue_.c:pqueue.h printf_.c:printf.h publish_.c:publish.h purge_.c:purge.h rebuild_.c:rebuild.h regexp_.c:regexp.h report_.c:report.h rss_.c:rss.h schema_.c:schema.h search_.c:search.h setup_.c:setup.h sha1_.c:sha1.h shun_.c:shun.h sitemap_.c:sitemap.h skins_.c:skins.h sqlcmd_.c:sqlcmd.h stash_.c:stash.h stat_.c:stat.h style_.c:style.h sync_.c:sync.h tag_.c:tag.h tar_.c:tar.h th_main_.c:th_main.h timeline_.c:timeline.h tkt_.c:tkt.h tktsetup_.c:tktsetup.h undo_.c:undo.h unicode_.c:unicode.h update_.c:update.h url_.c:url.h user_.c:user.h utf8_.c:utf8.h util_.c:util.h verify_.c:verify.h vfile_.c:vfile.h wiki_.c:wiki.h wikiformat_.c:wikiformat.h winfile_.c:winfile.h winhttp_.c:winhttp.h wysiwyg_.c:wysiwyg.h xfer_.c:xfer.h xfersetup_.c:xfersetup.h zip_.c:zip.h $(SRCDIR)\sqlite3.h $(SRCDIR)\th.h VERSION.h $(SRCDIR)\cson_amalgamation.h |
| 832 | @copy /Y nul: headers |
| 833 |
+12
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -435,10 +435,11 @@ | ||
| 435 | 435 | $(SRCDIR)/schema.c \ |
| 436 | 436 | $(SRCDIR)/search.c \ |
| 437 | 437 | $(SRCDIR)/setup.c \ |
| 438 | 438 | $(SRCDIR)/sha1.c \ |
| 439 | 439 | $(SRCDIR)/shun.c \ |
| 440 | + $(SRCDIR)/sitemap.c \ | |
| 440 | 441 | $(SRCDIR)/skins.c \ |
| 441 | 442 | $(SRCDIR)/sqlcmd.c \ |
| 442 | 443 | $(SRCDIR)/stash.c \ |
| 443 | 444 | $(SRCDIR)/stat.c \ |
| 444 | 445 | $(SRCDIR)/style.c \ |
| @@ -556,10 +557,11 @@ | ||
| 556 | 557 | $(OBJDIR)/schema_.c \ |
| 557 | 558 | $(OBJDIR)/search_.c \ |
| 558 | 559 | $(OBJDIR)/setup_.c \ |
| 559 | 560 | $(OBJDIR)/sha1_.c \ |
| 560 | 561 | $(OBJDIR)/shun_.c \ |
| 562 | + $(OBJDIR)/sitemap_.c \ | |
| 561 | 563 | $(OBJDIR)/skins_.c \ |
| 562 | 564 | $(OBJDIR)/sqlcmd_.c \ |
| 563 | 565 | $(OBJDIR)/stash_.c \ |
| 564 | 566 | $(OBJDIR)/stat_.c \ |
| 565 | 567 | $(OBJDIR)/style_.c \ |
| @@ -674,10 +676,11 @@ | ||
| 674 | 676 | $(OBJDIR)/schema.o \ |
| 675 | 677 | $(OBJDIR)/search.o \ |
| 676 | 678 | $(OBJDIR)/setup.o \ |
| 677 | 679 | $(OBJDIR)/sha1.o \ |
| 678 | 680 | $(OBJDIR)/shun.o \ |
| 681 | + $(OBJDIR)/sitemap.o \ | |
| 679 | 682 | $(OBJDIR)/skins.o \ |
| 680 | 683 | $(OBJDIR)/sqlcmd.o \ |
| 681 | 684 | $(OBJDIR)/stash.o \ |
| 682 | 685 | $(OBJDIR)/stat.o \ |
| 683 | 686 | $(OBJDIR)/style.o \ |
| @@ -985,10 +988,11 @@ | ||
| 985 | 988 | $(OBJDIR)/schema_.c:$(OBJDIR)/schema.h \ |
| 986 | 989 | $(OBJDIR)/search_.c:$(OBJDIR)/search.h \ |
| 987 | 990 | $(OBJDIR)/setup_.c:$(OBJDIR)/setup.h \ |
| 988 | 991 | $(OBJDIR)/sha1_.c:$(OBJDIR)/sha1.h \ |
| 989 | 992 | $(OBJDIR)/shun_.c:$(OBJDIR)/shun.h \ |
| 993 | + $(OBJDIR)/sitemap_.c:$(OBJDIR)/sitemap.h \ | |
| 990 | 994 | $(OBJDIR)/skins_.c:$(OBJDIR)/skins.h \ |
| 991 | 995 | $(OBJDIR)/sqlcmd_.c:$(OBJDIR)/sqlcmd.h \ |
| 992 | 996 | $(OBJDIR)/stash_.c:$(OBJDIR)/stash.h \ |
| 993 | 997 | $(OBJDIR)/stat_.c:$(OBJDIR)/stat.h \ |
| 994 | 998 | $(OBJDIR)/style_.c:$(OBJDIR)/style.h \ |
| @@ -1718,10 +1722,18 @@ | ||
| 1718 | 1722 | |
| 1719 | 1723 | $(OBJDIR)/shun.o: $(OBJDIR)/shun_.c $(OBJDIR)/shun.h $(SRCDIR)/config.h |
| 1720 | 1724 | $(XTCC) -o $(OBJDIR)/shun.o -c $(OBJDIR)/shun_.c |
| 1721 | 1725 | |
| 1722 | 1726 | $(OBJDIR)/shun.h: $(OBJDIR)/headers |
| 1727 | + | |
| 1728 | +$(OBJDIR)/sitemap_.c: $(SRCDIR)/sitemap.c $(TRANSLATE) | |
| 1729 | + $(TRANSLATE) $(SRCDIR)/sitemap.c >$@ | |
| 1730 | + | |
| 1731 | +$(OBJDIR)/sitemap.o: $(OBJDIR)/sitemap_.c $(OBJDIR)/sitemap.h $(SRCDIR)/config.h | |
| 1732 | + $(XTCC) -o $(OBJDIR)/sitemap.o -c $(OBJDIR)/sitemap_.c | |
| 1733 | + | |
| 1734 | +$(OBJDIR)/sitemap.h: $(OBJDIR)/headers | |
| 1723 | 1735 | |
| 1724 | 1736 | $(OBJDIR)/skins_.c: $(SRCDIR)/skins.c $(TRANSLATE) |
| 1725 | 1737 | $(TRANSLATE) $(SRCDIR)/skins.c >$@ |
| 1726 | 1738 | |
| 1727 | 1739 | $(OBJDIR)/skins.o: $(OBJDIR)/skins_.c $(OBJDIR)/skins.h $(SRCDIR)/config.h |
| 1728 | 1740 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -435,10 +435,11 @@ | |
| 435 | $(SRCDIR)/schema.c \ |
| 436 | $(SRCDIR)/search.c \ |
| 437 | $(SRCDIR)/setup.c \ |
| 438 | $(SRCDIR)/sha1.c \ |
| 439 | $(SRCDIR)/shun.c \ |
| 440 | $(SRCDIR)/skins.c \ |
| 441 | $(SRCDIR)/sqlcmd.c \ |
| 442 | $(SRCDIR)/stash.c \ |
| 443 | $(SRCDIR)/stat.c \ |
| 444 | $(SRCDIR)/style.c \ |
| @@ -556,10 +557,11 @@ | |
| 556 | $(OBJDIR)/schema_.c \ |
| 557 | $(OBJDIR)/search_.c \ |
| 558 | $(OBJDIR)/setup_.c \ |
| 559 | $(OBJDIR)/sha1_.c \ |
| 560 | $(OBJDIR)/shun_.c \ |
| 561 | $(OBJDIR)/skins_.c \ |
| 562 | $(OBJDIR)/sqlcmd_.c \ |
| 563 | $(OBJDIR)/stash_.c \ |
| 564 | $(OBJDIR)/stat_.c \ |
| 565 | $(OBJDIR)/style_.c \ |
| @@ -674,10 +676,11 @@ | |
| 674 | $(OBJDIR)/schema.o \ |
| 675 | $(OBJDIR)/search.o \ |
| 676 | $(OBJDIR)/setup.o \ |
| 677 | $(OBJDIR)/sha1.o \ |
| 678 | $(OBJDIR)/shun.o \ |
| 679 | $(OBJDIR)/skins.o \ |
| 680 | $(OBJDIR)/sqlcmd.o \ |
| 681 | $(OBJDIR)/stash.o \ |
| 682 | $(OBJDIR)/stat.o \ |
| 683 | $(OBJDIR)/style.o \ |
| @@ -985,10 +988,11 @@ | |
| 985 | $(OBJDIR)/schema_.c:$(OBJDIR)/schema.h \ |
| 986 | $(OBJDIR)/search_.c:$(OBJDIR)/search.h \ |
| 987 | $(OBJDIR)/setup_.c:$(OBJDIR)/setup.h \ |
| 988 | $(OBJDIR)/sha1_.c:$(OBJDIR)/sha1.h \ |
| 989 | $(OBJDIR)/shun_.c:$(OBJDIR)/shun.h \ |
| 990 | $(OBJDIR)/skins_.c:$(OBJDIR)/skins.h \ |
| 991 | $(OBJDIR)/sqlcmd_.c:$(OBJDIR)/sqlcmd.h \ |
| 992 | $(OBJDIR)/stash_.c:$(OBJDIR)/stash.h \ |
| 993 | $(OBJDIR)/stat_.c:$(OBJDIR)/stat.h \ |
| 994 | $(OBJDIR)/style_.c:$(OBJDIR)/style.h \ |
| @@ -1718,10 +1722,18 @@ | |
| 1718 | |
| 1719 | $(OBJDIR)/shun.o: $(OBJDIR)/shun_.c $(OBJDIR)/shun.h $(SRCDIR)/config.h |
| 1720 | $(XTCC) -o $(OBJDIR)/shun.o -c $(OBJDIR)/shun_.c |
| 1721 | |
| 1722 | $(OBJDIR)/shun.h: $(OBJDIR)/headers |
| 1723 | |
| 1724 | $(OBJDIR)/skins_.c: $(SRCDIR)/skins.c $(TRANSLATE) |
| 1725 | $(TRANSLATE) $(SRCDIR)/skins.c >$@ |
| 1726 | |
| 1727 | $(OBJDIR)/skins.o: $(OBJDIR)/skins_.c $(OBJDIR)/skins.h $(SRCDIR)/config.h |
| 1728 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -435,10 +435,11 @@ | |
| 435 | $(SRCDIR)/schema.c \ |
| 436 | $(SRCDIR)/search.c \ |
| 437 | $(SRCDIR)/setup.c \ |
| 438 | $(SRCDIR)/sha1.c \ |
| 439 | $(SRCDIR)/shun.c \ |
| 440 | $(SRCDIR)/sitemap.c \ |
| 441 | $(SRCDIR)/skins.c \ |
| 442 | $(SRCDIR)/sqlcmd.c \ |
| 443 | $(SRCDIR)/stash.c \ |
| 444 | $(SRCDIR)/stat.c \ |
| 445 | $(SRCDIR)/style.c \ |
| @@ -556,10 +557,11 @@ | |
| 557 | $(OBJDIR)/schema_.c \ |
| 558 | $(OBJDIR)/search_.c \ |
| 559 | $(OBJDIR)/setup_.c \ |
| 560 | $(OBJDIR)/sha1_.c \ |
| 561 | $(OBJDIR)/shun_.c \ |
| 562 | $(OBJDIR)/sitemap_.c \ |
| 563 | $(OBJDIR)/skins_.c \ |
| 564 | $(OBJDIR)/sqlcmd_.c \ |
| 565 | $(OBJDIR)/stash_.c \ |
| 566 | $(OBJDIR)/stat_.c \ |
| 567 | $(OBJDIR)/style_.c \ |
| @@ -674,10 +676,11 @@ | |
| 676 | $(OBJDIR)/schema.o \ |
| 677 | $(OBJDIR)/search.o \ |
| 678 | $(OBJDIR)/setup.o \ |
| 679 | $(OBJDIR)/sha1.o \ |
| 680 | $(OBJDIR)/shun.o \ |
| 681 | $(OBJDIR)/sitemap.o \ |
| 682 | $(OBJDIR)/skins.o \ |
| 683 | $(OBJDIR)/sqlcmd.o \ |
| 684 | $(OBJDIR)/stash.o \ |
| 685 | $(OBJDIR)/stat.o \ |
| 686 | $(OBJDIR)/style.o \ |
| @@ -985,10 +988,11 @@ | |
| 988 | $(OBJDIR)/schema_.c:$(OBJDIR)/schema.h \ |
| 989 | $(OBJDIR)/search_.c:$(OBJDIR)/search.h \ |
| 990 | $(OBJDIR)/setup_.c:$(OBJDIR)/setup.h \ |
| 991 | $(OBJDIR)/sha1_.c:$(OBJDIR)/sha1.h \ |
| 992 | $(OBJDIR)/shun_.c:$(OBJDIR)/shun.h \ |
| 993 | $(OBJDIR)/sitemap_.c:$(OBJDIR)/sitemap.h \ |
| 994 | $(OBJDIR)/skins_.c:$(OBJDIR)/skins.h \ |
| 995 | $(OBJDIR)/sqlcmd_.c:$(OBJDIR)/sqlcmd.h \ |
| 996 | $(OBJDIR)/stash_.c:$(OBJDIR)/stash.h \ |
| 997 | $(OBJDIR)/stat_.c:$(OBJDIR)/stat.h \ |
| 998 | $(OBJDIR)/style_.c:$(OBJDIR)/style.h \ |
| @@ -1718,10 +1722,18 @@ | |
| 1722 | |
| 1723 | $(OBJDIR)/shun.o: $(OBJDIR)/shun_.c $(OBJDIR)/shun.h $(SRCDIR)/config.h |
| 1724 | $(XTCC) -o $(OBJDIR)/shun.o -c $(OBJDIR)/shun_.c |
| 1725 | |
| 1726 | $(OBJDIR)/shun.h: $(OBJDIR)/headers |
| 1727 | |
| 1728 | $(OBJDIR)/sitemap_.c: $(SRCDIR)/sitemap.c $(TRANSLATE) |
| 1729 | $(TRANSLATE) $(SRCDIR)/sitemap.c >$@ |
| 1730 | |
| 1731 | $(OBJDIR)/sitemap.o: $(OBJDIR)/sitemap_.c $(OBJDIR)/sitemap.h $(SRCDIR)/config.h |
| 1732 | $(XTCC) -o $(OBJDIR)/sitemap.o -c $(OBJDIR)/sitemap_.c |
| 1733 | |
| 1734 | $(OBJDIR)/sitemap.h: $(OBJDIR)/headers |
| 1735 | |
| 1736 | $(OBJDIR)/skins_.c: $(SRCDIR)/skins.c $(TRANSLATE) |
| 1737 | $(TRANSLATE) $(SRCDIR)/skins.c >$@ |
| 1738 | |
| 1739 | $(OBJDIR)/skins.o: $(OBJDIR)/skins_.c $(OBJDIR)/skins.h $(SRCDIR)/config.h |
| 1740 |
+10
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -282,10 +282,11 @@ | ||
| 282 | 282 | schema_.c \ |
| 283 | 283 | search_.c \ |
| 284 | 284 | setup_.c \ |
| 285 | 285 | sha1_.c \ |
| 286 | 286 | shun_.c \ |
| 287 | + sitemap_.c \ | |
| 287 | 288 | skins_.c \ |
| 288 | 289 | sqlcmd_.c \ |
| 289 | 290 | stash_.c \ |
| 290 | 291 | stat_.c \ |
| 291 | 292 | style_.c \ |
| @@ -403,10 +404,11 @@ | ||
| 403 | 404 | $(OX)\search$O \ |
| 404 | 405 | $(OX)\setup$O \ |
| 405 | 406 | $(OX)\sha1$O \ |
| 406 | 407 | $(OX)\shell$O \ |
| 407 | 408 | $(OX)\shun$O \ |
| 409 | + $(OX)\sitemap$O \ | |
| 408 | 410 | $(OX)\skins$O \ |
| 409 | 411 | $(OX)\sqlcmd$O \ |
| 410 | 412 | $(OX)\sqlite3$O \ |
| 411 | 413 | $(OX)\stash$O \ |
| 412 | 414 | $(OX)\stat$O \ |
| @@ -576,10 +578,11 @@ | ||
| 576 | 578 | echo $(OX)\search.obj >> $@ |
| 577 | 579 | echo $(OX)\setup.obj >> $@ |
| 578 | 580 | echo $(OX)\sha1.obj >> $@ |
| 579 | 581 | echo $(OX)\shell.obj >> $@ |
| 580 | 582 | echo $(OX)\shun.obj >> $@ |
| 583 | + echo $(OX)\sitemap.obj >> $@ | |
| 581 | 584 | echo $(OX)\skins.obj >> $@ |
| 582 | 585 | echo $(OX)\sqlcmd.obj >> $@ |
| 583 | 586 | echo $(OX)\sqlite3.obj >> $@ |
| 584 | 587 | echo $(OX)\stash.obj >> $@ |
| 585 | 588 | echo $(OX)\stat.obj >> $@ |
| @@ -1229,10 +1232,16 @@ | ||
| 1229 | 1232 | $(OX)\shun$O : shun_.c shun.h |
| 1230 | 1233 | $(TCC) /Fo$@ -c shun_.c |
| 1231 | 1234 | |
| 1232 | 1235 | shun_.c : $(SRCDIR)\shun.c |
| 1233 | 1236 | translate$E $** > $@ |
| 1237 | + | |
| 1238 | +$(OX)\sitemap$O : sitemap_.c sitemap.h | |
| 1239 | + $(TCC) /Fo$@ -c sitemap_.c | |
| 1240 | + | |
| 1241 | +sitemap_.c : $(SRCDIR)\sitemap.c | |
| 1242 | + translate$E $** > $@ | |
| 1234 | 1243 | |
| 1235 | 1244 | $(OX)\skins$O : skins_.c skins.h |
| 1236 | 1245 | $(TCC) /Fo$@ -c skins_.c |
| 1237 | 1246 | |
| 1238 | 1247 | skins_.c : $(SRCDIR)\skins.c |
| @@ -1495,10 +1504,11 @@ | ||
| 1495 | 1504 | schema_.c:schema.h \ |
| 1496 | 1505 | search_.c:search.h \ |
| 1497 | 1506 | setup_.c:setup.h \ |
| 1498 | 1507 | sha1_.c:sha1.h \ |
| 1499 | 1508 | shun_.c:shun.h \ |
| 1509 | + sitemap_.c:sitemap.h \ | |
| 1500 | 1510 | skins_.c:skins.h \ |
| 1501 | 1511 | sqlcmd_.c:sqlcmd.h \ |
| 1502 | 1512 | stash_.c:stash.h \ |
| 1503 | 1513 | stat_.c:stat.h \ |
| 1504 | 1514 | style_.c:style.h \ |
| 1505 | 1515 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -282,10 +282,11 @@ | |
| 282 | schema_.c \ |
| 283 | search_.c \ |
| 284 | setup_.c \ |
| 285 | sha1_.c \ |
| 286 | shun_.c \ |
| 287 | skins_.c \ |
| 288 | sqlcmd_.c \ |
| 289 | stash_.c \ |
| 290 | stat_.c \ |
| 291 | style_.c \ |
| @@ -403,10 +404,11 @@ | |
| 403 | $(OX)\search$O \ |
| 404 | $(OX)\setup$O \ |
| 405 | $(OX)\sha1$O \ |
| 406 | $(OX)\shell$O \ |
| 407 | $(OX)\shun$O \ |
| 408 | $(OX)\skins$O \ |
| 409 | $(OX)\sqlcmd$O \ |
| 410 | $(OX)\sqlite3$O \ |
| 411 | $(OX)\stash$O \ |
| 412 | $(OX)\stat$O \ |
| @@ -576,10 +578,11 @@ | |
| 576 | echo $(OX)\search.obj >> $@ |
| 577 | echo $(OX)\setup.obj >> $@ |
| 578 | echo $(OX)\sha1.obj >> $@ |
| 579 | echo $(OX)\shell.obj >> $@ |
| 580 | echo $(OX)\shun.obj >> $@ |
| 581 | echo $(OX)\skins.obj >> $@ |
| 582 | echo $(OX)\sqlcmd.obj >> $@ |
| 583 | echo $(OX)\sqlite3.obj >> $@ |
| 584 | echo $(OX)\stash.obj >> $@ |
| 585 | echo $(OX)\stat.obj >> $@ |
| @@ -1229,10 +1232,16 @@ | |
| 1229 | $(OX)\shun$O : shun_.c shun.h |
| 1230 | $(TCC) /Fo$@ -c shun_.c |
| 1231 | |
| 1232 | shun_.c : $(SRCDIR)\shun.c |
| 1233 | translate$E $** > $@ |
| 1234 | |
| 1235 | $(OX)\skins$O : skins_.c skins.h |
| 1236 | $(TCC) /Fo$@ -c skins_.c |
| 1237 | |
| 1238 | skins_.c : $(SRCDIR)\skins.c |
| @@ -1495,10 +1504,11 @@ | |
| 1495 | schema_.c:schema.h \ |
| 1496 | search_.c:search.h \ |
| 1497 | setup_.c:setup.h \ |
| 1498 | sha1_.c:sha1.h \ |
| 1499 | shun_.c:shun.h \ |
| 1500 | skins_.c:skins.h \ |
| 1501 | sqlcmd_.c:sqlcmd.h \ |
| 1502 | stash_.c:stash.h \ |
| 1503 | stat_.c:stat.h \ |
| 1504 | style_.c:style.h \ |
| 1505 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -282,10 +282,11 @@ | |
| 282 | schema_.c \ |
| 283 | search_.c \ |
| 284 | setup_.c \ |
| 285 | sha1_.c \ |
| 286 | shun_.c \ |
| 287 | sitemap_.c \ |
| 288 | skins_.c \ |
| 289 | sqlcmd_.c \ |
| 290 | stash_.c \ |
| 291 | stat_.c \ |
| 292 | style_.c \ |
| @@ -403,10 +404,11 @@ | |
| 404 | $(OX)\search$O \ |
| 405 | $(OX)\setup$O \ |
| 406 | $(OX)\sha1$O \ |
| 407 | $(OX)\shell$O \ |
| 408 | $(OX)\shun$O \ |
| 409 | $(OX)\sitemap$O \ |
| 410 | $(OX)\skins$O \ |
| 411 | $(OX)\sqlcmd$O \ |
| 412 | $(OX)\sqlite3$O \ |
| 413 | $(OX)\stash$O \ |
| 414 | $(OX)\stat$O \ |
| @@ -576,10 +578,11 @@ | |
| 578 | echo $(OX)\search.obj >> $@ |
| 579 | echo $(OX)\setup.obj >> $@ |
| 580 | echo $(OX)\sha1.obj >> $@ |
| 581 | echo $(OX)\shell.obj >> $@ |
| 582 | echo $(OX)\shun.obj >> $@ |
| 583 | echo $(OX)\sitemap.obj >> $@ |
| 584 | echo $(OX)\skins.obj >> $@ |
| 585 | echo $(OX)\sqlcmd.obj >> $@ |
| 586 | echo $(OX)\sqlite3.obj >> $@ |
| 587 | echo $(OX)\stash.obj >> $@ |
| 588 | echo $(OX)\stat.obj >> $@ |
| @@ -1229,10 +1232,16 @@ | |
| 1232 | $(OX)\shun$O : shun_.c shun.h |
| 1233 | $(TCC) /Fo$@ -c shun_.c |
| 1234 | |
| 1235 | shun_.c : $(SRCDIR)\shun.c |
| 1236 | translate$E $** > $@ |
| 1237 | |
| 1238 | $(OX)\sitemap$O : sitemap_.c sitemap.h |
| 1239 | $(TCC) /Fo$@ -c sitemap_.c |
| 1240 | |
| 1241 | sitemap_.c : $(SRCDIR)\sitemap.c |
| 1242 | translate$E $** > $@ |
| 1243 | |
| 1244 | $(OX)\skins$O : skins_.c skins.h |
| 1245 | $(TCC) /Fo$@ -c skins_.c |
| 1246 | |
| 1247 | skins_.c : $(SRCDIR)\skins.c |
| @@ -1495,10 +1504,11 @@ | |
| 1504 | schema_.c:schema.h \ |
| 1505 | search_.c:search.h \ |
| 1506 | setup_.c:setup.h \ |
| 1507 | sha1_.c:sha1.h \ |
| 1508 | shun_.c:shun.h \ |
| 1509 | sitemap_.c:sitemap.h \ |
| 1510 | skins_.c:skins.h \ |
| 1511 | sqlcmd_.c:sqlcmd.h \ |
| 1512 | stash_.c:stash.h \ |
| 1513 | stat_.c:stat.h \ |
| 1514 | style_.c:style.h \ |
| 1515 |