Fossil SCM
Regenerated makefiles to account for webmail.c removal in [274df1cad42f].
Commit
8228ed34ea060b2835ea7e7f635f6c1999feb98416fa3cb2d469f93c0bad4a30
Parent
274df1cad42f304…
4 files changed
-12
+4
-10
-12
-10
-12
| --- src/main.mk | ||
| +++ src/main.mk | ||
| @@ -154,11 +154,10 @@ | ||
| 154 | 154 | $(SRCDIR)/user.c \ |
| 155 | 155 | $(SRCDIR)/utf8.c \ |
| 156 | 156 | $(SRCDIR)/util.c \ |
| 157 | 157 | $(SRCDIR)/verify.c \ |
| 158 | 158 | $(SRCDIR)/vfile.c \ |
| 159 | - $(SRCDIR)/webmail.c \ | |
| 160 | 159 | $(SRCDIR)/wiki.c \ |
| 161 | 160 | $(SRCDIR)/wikiformat.c \ |
| 162 | 161 | $(SRCDIR)/winfile.c \ |
| 163 | 162 | $(SRCDIR)/winhttp.c \ |
| 164 | 163 | $(SRCDIR)/xfer.c \ |
| @@ -410,11 +409,10 @@ | ||
| 410 | 409 | $(OBJDIR)/user_.c \ |
| 411 | 410 | $(OBJDIR)/utf8_.c \ |
| 412 | 411 | $(OBJDIR)/util_.c \ |
| 413 | 412 | $(OBJDIR)/verify_.c \ |
| 414 | 413 | $(OBJDIR)/vfile_.c \ |
| 415 | - $(OBJDIR)/webmail_.c \ | |
| 416 | 414 | $(OBJDIR)/wiki_.c \ |
| 417 | 415 | $(OBJDIR)/wikiformat_.c \ |
| 418 | 416 | $(OBJDIR)/winfile_.c \ |
| 419 | 417 | $(OBJDIR)/winhttp_.c \ |
| 420 | 418 | $(OBJDIR)/xfer_.c \ |
| @@ -560,11 +558,10 @@ | ||
| 560 | 558 | $(OBJDIR)/user.o \ |
| 561 | 559 | $(OBJDIR)/utf8.o \ |
| 562 | 560 | $(OBJDIR)/util.o \ |
| 563 | 561 | $(OBJDIR)/verify.o \ |
| 564 | 562 | $(OBJDIR)/vfile.o \ |
| 565 | - $(OBJDIR)/webmail.o \ | |
| 566 | 563 | $(OBJDIR)/wiki.o \ |
| 567 | 564 | $(OBJDIR)/wikiformat.o \ |
| 568 | 565 | $(OBJDIR)/winfile.o \ |
| 569 | 566 | $(OBJDIR)/winhttp.o \ |
| 570 | 567 | $(OBJDIR)/xfer.o \ |
| @@ -900,11 +897,10 @@ | ||
| 900 | 897 | $(OBJDIR)/user_.c:$(OBJDIR)/user.h \ |
| 901 | 898 | $(OBJDIR)/utf8_.c:$(OBJDIR)/utf8.h \ |
| 902 | 899 | $(OBJDIR)/util_.c:$(OBJDIR)/util.h \ |
| 903 | 900 | $(OBJDIR)/verify_.c:$(OBJDIR)/verify.h \ |
| 904 | 901 | $(OBJDIR)/vfile_.c:$(OBJDIR)/vfile.h \ |
| 905 | - $(OBJDIR)/webmail_.c:$(OBJDIR)/webmail.h \ | |
| 906 | 902 | $(OBJDIR)/wiki_.c:$(OBJDIR)/wiki.h \ |
| 907 | 903 | $(OBJDIR)/wikiformat_.c:$(OBJDIR)/wikiformat.h \ |
| 908 | 904 | $(OBJDIR)/winfile_.c:$(OBJDIR)/winfile.h \ |
| 909 | 905 | $(OBJDIR)/winhttp_.c:$(OBJDIR)/winhttp.h \ |
| 910 | 906 | $(OBJDIR)/xfer_.c:$(OBJDIR)/xfer.h \ |
| @@ -2035,18 +2031,10 @@ | ||
| 2035 | 2031 | $(OBJDIR)/vfile.o: $(OBJDIR)/vfile_.c $(OBJDIR)/vfile.h $(SRCDIR)/config.h |
| 2036 | 2032 | $(XTCC) -o $(OBJDIR)/vfile.o -c $(OBJDIR)/vfile_.c |
| 2037 | 2033 | |
| 2038 | 2034 | $(OBJDIR)/vfile.h: $(OBJDIR)/headers |
| 2039 | 2035 | |
| 2040 | -$(OBJDIR)/webmail_.c: $(SRCDIR)/webmail.c $(OBJDIR)/translate | |
| 2041 | - $(OBJDIR)/translate $(SRCDIR)/webmail.c >$@ | |
| 2042 | - | |
| 2043 | -$(OBJDIR)/webmail.o: $(OBJDIR)/webmail_.c $(OBJDIR)/webmail.h $(SRCDIR)/config.h | |
| 2044 | - $(XTCC) -o $(OBJDIR)/webmail.o -c $(OBJDIR)/webmail_.c | |
| 2045 | - | |
| 2046 | -$(OBJDIR)/webmail.h: $(OBJDIR)/headers | |
| 2047 | - | |
| 2048 | 2036 | $(OBJDIR)/wiki_.c: $(SRCDIR)/wiki.c $(OBJDIR)/translate |
| 2049 | 2037 | $(OBJDIR)/translate $(SRCDIR)/wiki.c >$@ |
| 2050 | 2038 | |
| 2051 | 2039 | $(OBJDIR)/wiki.o: $(OBJDIR)/wiki_.c $(OBJDIR)/wiki.h $(SRCDIR)/config.h |
| 2052 | 2040 | $(XTCC) -o $(OBJDIR)/wiki.o -c $(OBJDIR)/wiki_.c |
| 2053 | 2041 |
| --- src/main.mk | |
| +++ src/main.mk | |
| @@ -154,11 +154,10 @@ | |
| 154 | $(SRCDIR)/user.c \ |
| 155 | $(SRCDIR)/utf8.c \ |
| 156 | $(SRCDIR)/util.c \ |
| 157 | $(SRCDIR)/verify.c \ |
| 158 | $(SRCDIR)/vfile.c \ |
| 159 | $(SRCDIR)/webmail.c \ |
| 160 | $(SRCDIR)/wiki.c \ |
| 161 | $(SRCDIR)/wikiformat.c \ |
| 162 | $(SRCDIR)/winfile.c \ |
| 163 | $(SRCDIR)/winhttp.c \ |
| 164 | $(SRCDIR)/xfer.c \ |
| @@ -410,11 +409,10 @@ | |
| 410 | $(OBJDIR)/user_.c \ |
| 411 | $(OBJDIR)/utf8_.c \ |
| 412 | $(OBJDIR)/util_.c \ |
| 413 | $(OBJDIR)/verify_.c \ |
| 414 | $(OBJDIR)/vfile_.c \ |
| 415 | $(OBJDIR)/webmail_.c \ |
| 416 | $(OBJDIR)/wiki_.c \ |
| 417 | $(OBJDIR)/wikiformat_.c \ |
| 418 | $(OBJDIR)/winfile_.c \ |
| 419 | $(OBJDIR)/winhttp_.c \ |
| 420 | $(OBJDIR)/xfer_.c \ |
| @@ -560,11 +558,10 @@ | |
| 560 | $(OBJDIR)/user.o \ |
| 561 | $(OBJDIR)/utf8.o \ |
| 562 | $(OBJDIR)/util.o \ |
| 563 | $(OBJDIR)/verify.o \ |
| 564 | $(OBJDIR)/vfile.o \ |
| 565 | $(OBJDIR)/webmail.o \ |
| 566 | $(OBJDIR)/wiki.o \ |
| 567 | $(OBJDIR)/wikiformat.o \ |
| 568 | $(OBJDIR)/winfile.o \ |
| 569 | $(OBJDIR)/winhttp.o \ |
| 570 | $(OBJDIR)/xfer.o \ |
| @@ -900,11 +897,10 @@ | |
| 900 | $(OBJDIR)/user_.c:$(OBJDIR)/user.h \ |
| 901 | $(OBJDIR)/utf8_.c:$(OBJDIR)/utf8.h \ |
| 902 | $(OBJDIR)/util_.c:$(OBJDIR)/util.h \ |
| 903 | $(OBJDIR)/verify_.c:$(OBJDIR)/verify.h \ |
| 904 | $(OBJDIR)/vfile_.c:$(OBJDIR)/vfile.h \ |
| 905 | $(OBJDIR)/webmail_.c:$(OBJDIR)/webmail.h \ |
| 906 | $(OBJDIR)/wiki_.c:$(OBJDIR)/wiki.h \ |
| 907 | $(OBJDIR)/wikiformat_.c:$(OBJDIR)/wikiformat.h \ |
| 908 | $(OBJDIR)/winfile_.c:$(OBJDIR)/winfile.h \ |
| 909 | $(OBJDIR)/winhttp_.c:$(OBJDIR)/winhttp.h \ |
| 910 | $(OBJDIR)/xfer_.c:$(OBJDIR)/xfer.h \ |
| @@ -2035,18 +2031,10 @@ | |
| 2035 | $(OBJDIR)/vfile.o: $(OBJDIR)/vfile_.c $(OBJDIR)/vfile.h $(SRCDIR)/config.h |
| 2036 | $(XTCC) -o $(OBJDIR)/vfile.o -c $(OBJDIR)/vfile_.c |
| 2037 | |
| 2038 | $(OBJDIR)/vfile.h: $(OBJDIR)/headers |
| 2039 | |
| 2040 | $(OBJDIR)/webmail_.c: $(SRCDIR)/webmail.c $(OBJDIR)/translate |
| 2041 | $(OBJDIR)/translate $(SRCDIR)/webmail.c >$@ |
| 2042 | |
| 2043 | $(OBJDIR)/webmail.o: $(OBJDIR)/webmail_.c $(OBJDIR)/webmail.h $(SRCDIR)/config.h |
| 2044 | $(XTCC) -o $(OBJDIR)/webmail.o -c $(OBJDIR)/webmail_.c |
| 2045 | |
| 2046 | $(OBJDIR)/webmail.h: $(OBJDIR)/headers |
| 2047 | |
| 2048 | $(OBJDIR)/wiki_.c: $(SRCDIR)/wiki.c $(OBJDIR)/translate |
| 2049 | $(OBJDIR)/translate $(SRCDIR)/wiki.c >$@ |
| 2050 | |
| 2051 | $(OBJDIR)/wiki.o: $(OBJDIR)/wiki_.c $(OBJDIR)/wiki.h $(SRCDIR)/config.h |
| 2052 | $(XTCC) -o $(OBJDIR)/wiki.o -c $(OBJDIR)/wiki_.c |
| 2053 |
| --- src/main.mk | |
| +++ src/main.mk | |
| @@ -154,11 +154,10 @@ | |
| 154 | $(SRCDIR)/user.c \ |
| 155 | $(SRCDIR)/utf8.c \ |
| 156 | $(SRCDIR)/util.c \ |
| 157 | $(SRCDIR)/verify.c \ |
| 158 | $(SRCDIR)/vfile.c \ |
| 159 | $(SRCDIR)/wiki.c \ |
| 160 | $(SRCDIR)/wikiformat.c \ |
| 161 | $(SRCDIR)/winfile.c \ |
| 162 | $(SRCDIR)/winhttp.c \ |
| 163 | $(SRCDIR)/xfer.c \ |
| @@ -410,11 +409,10 @@ | |
| 409 | $(OBJDIR)/user_.c \ |
| 410 | $(OBJDIR)/utf8_.c \ |
| 411 | $(OBJDIR)/util_.c \ |
| 412 | $(OBJDIR)/verify_.c \ |
| 413 | $(OBJDIR)/vfile_.c \ |
| 414 | $(OBJDIR)/wiki_.c \ |
| 415 | $(OBJDIR)/wikiformat_.c \ |
| 416 | $(OBJDIR)/winfile_.c \ |
| 417 | $(OBJDIR)/winhttp_.c \ |
| 418 | $(OBJDIR)/xfer_.c \ |
| @@ -560,11 +558,10 @@ | |
| 558 | $(OBJDIR)/user.o \ |
| 559 | $(OBJDIR)/utf8.o \ |
| 560 | $(OBJDIR)/util.o \ |
| 561 | $(OBJDIR)/verify.o \ |
| 562 | $(OBJDIR)/vfile.o \ |
| 563 | $(OBJDIR)/wiki.o \ |
| 564 | $(OBJDIR)/wikiformat.o \ |
| 565 | $(OBJDIR)/winfile.o \ |
| 566 | $(OBJDIR)/winhttp.o \ |
| 567 | $(OBJDIR)/xfer.o \ |
| @@ -900,11 +897,10 @@ | |
| 897 | $(OBJDIR)/user_.c:$(OBJDIR)/user.h \ |
| 898 | $(OBJDIR)/utf8_.c:$(OBJDIR)/utf8.h \ |
| 899 | $(OBJDIR)/util_.c:$(OBJDIR)/util.h \ |
| 900 | $(OBJDIR)/verify_.c:$(OBJDIR)/verify.h \ |
| 901 | $(OBJDIR)/vfile_.c:$(OBJDIR)/vfile.h \ |
| 902 | $(OBJDIR)/wiki_.c:$(OBJDIR)/wiki.h \ |
| 903 | $(OBJDIR)/wikiformat_.c:$(OBJDIR)/wikiformat.h \ |
| 904 | $(OBJDIR)/winfile_.c:$(OBJDIR)/winfile.h \ |
| 905 | $(OBJDIR)/winhttp_.c:$(OBJDIR)/winhttp.h \ |
| 906 | $(OBJDIR)/xfer_.c:$(OBJDIR)/xfer.h \ |
| @@ -2035,18 +2031,10 @@ | |
| 2031 | $(OBJDIR)/vfile.o: $(OBJDIR)/vfile_.c $(OBJDIR)/vfile.h $(SRCDIR)/config.h |
| 2032 | $(XTCC) -o $(OBJDIR)/vfile.o -c $(OBJDIR)/vfile_.c |
| 2033 | |
| 2034 | $(OBJDIR)/vfile.h: $(OBJDIR)/headers |
| 2035 | |
| 2036 | $(OBJDIR)/wiki_.c: $(SRCDIR)/wiki.c $(OBJDIR)/translate |
| 2037 | $(OBJDIR)/translate $(SRCDIR)/wiki.c >$@ |
| 2038 | |
| 2039 | $(OBJDIR)/wiki.o: $(OBJDIR)/wiki_.c $(OBJDIR)/wiki.h $(SRCDIR)/config.h |
| 2040 | $(XTCC) -o $(OBJDIR)/wiki.o -c $(OBJDIR)/wiki_.c |
| 2041 |
+4
-10
| --- win/Makefile.dmc | ||
| +++ win/Makefile.dmc | ||
| @@ -28,13 +28,13 @@ | ||
| 28 | 28 | |
| 29 | 29 | SQLITE_OPTIONS = -DNDEBUG=1 -DSQLITE_DQS=0 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_MEMSTATUS=0 -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_LIKE_DOESNT_MATCH_BLOBS -DSQLITE_OMIT_DECLTYPE -DSQLITE_OMIT_DEPRECATED -DSQLITE_OMIT_PROGRESS_CALLBACK -DSQLITE_OMIT_SHARED_CACHE -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_MAX_EXPR_DEPTH=0 -DSQLITE_USE_ALLOCA -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_STMTVTAB -DSQLITE_HAVE_ZLIB -DSQLITE_INTROSPECTION_PRAGMAS -DSQLITE_ENABLE_DBPAGE_VTAB -DSQLITE_TRUSTED_SCHEMA=0 |
| 30 | 30 | |
| 31 | 31 | SHELL_OPTIONS = -DNDEBUG=1 -DSQLITE_DQS=0 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_MEMSTATUS=0 -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_LIKE_DOESNT_MATCH_BLOBS -DSQLITE_OMIT_DECLTYPE -DSQLITE_OMIT_DEPRECATED -DSQLITE_OMIT_PROGRESS_CALLBACK -DSQLITE_OMIT_SHARED_CACHE -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_MAX_EXPR_DEPTH=0 -DSQLITE_USE_ALLOCA -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_STMTVTAB -DSQLITE_HAVE_ZLIB -DSQLITE_INTROSPECTION_PRAGMAS -DSQLITE_ENABLE_DBPAGE_VTAB -DSQLITE_TRUSTED_SCHEMA=0 -Dmain=sqlite3_shell -DSQLITE_SHELL_IS_UTF8=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DUSE_SYSTEM_SQLITE=$(USE_SYSTEM_SQLITE) -DSQLITE_SHELL_DBNAME_PROC=sqlcmd_get_dbname -DSQLITE_SHELL_INIT_PROC=sqlcmd_init_proc -Daccess=file_access -Dsystem=fossil_system -Dgetenv=fossil_getenv -Dfopen=fossil_fopen |
| 32 | 32 | |
| 33 | -SRC = add_.c ajax_.c alerts_.c allrepo_.c attach_.c backlink_.c backoffice_.c bag_.c bisect_.c blob_.c branch_.c browse_.c builtin_.c bundle_.c cache_.c capabilities_.c captcha_.c cgi_.c chat_.c checkin_.c checkout_.c clearsign_.c clone_.c color_.c comformat_.c configure_.c content_.c cookies_.c db_.c delta_.c deltacmd_.c deltafunc_.c descendants_.c diff_.c diffcmd_.c dispatch_.c doc_.c encode_.c etag_.c event_.c export_.c extcgi_.c file_.c fileedit_.c finfo_.c foci_.c forum_.c fshell_.c fusefs_.c fuzz_.c glob_.c graph_.c gzip_.c hname_.c hook_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c interwiki_.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 piechart_.c pikchr_.c pikchrshow_.c pivot_.c popen_.c pqueue_.c printf_.c publish_.c purge_.c rebuild_.c regexp_.c repolist_.c report_.c rss_.c schema_.c search_.c security_audit_.c setup_.c setupuser_.c sha1_.c sha1hard_.c sha3_.c shun_.c sitemap_.c skins_.c smtp_.c sqlcmd_.c stash_.c stat_.c statrep_.c style_.c sync_.c tag_.c tar_.c terminal_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c unicode_.c unversioned_.c update_.c url_.c user_.c utf8_.c util_.c verify_.c vfile_.c webmail_.c wiki_.c wikiformat_.c winfile_.c winhttp_.c xfer_.c xfersetup_.c zip_.c | |
| 33 | +SRC = add_.c ajax_.c alerts_.c allrepo_.c attach_.c backlink_.c backoffice_.c bag_.c bisect_.c blob_.c branch_.c browse_.c builtin_.c bundle_.c cache_.c capabilities_.c captcha_.c cgi_.c chat_.c checkin_.c checkout_.c clearsign_.c clone_.c color_.c comformat_.c configure_.c content_.c cookies_.c db_.c delta_.c deltacmd_.c deltafunc_.c descendants_.c diff_.c diffcmd_.c dispatch_.c doc_.c encode_.c etag_.c event_.c export_.c extcgi_.c file_.c fileedit_.c finfo_.c foci_.c forum_.c fshell_.c fusefs_.c fuzz_.c glob_.c graph_.c gzip_.c hname_.c hook_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c interwiki_.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 piechart_.c pikchr_.c pikchrshow_.c pivot_.c popen_.c pqueue_.c printf_.c publish_.c purge_.c rebuild_.c regexp_.c repolist_.c report_.c rss_.c schema_.c search_.c security_audit_.c setup_.c setupuser_.c sha1_.c sha1hard_.c sha3_.c shun_.c sitemap_.c skins_.c smtp_.c sqlcmd_.c stash_.c stat_.c statrep_.c style_.c sync_.c tag_.c tar_.c terminal_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c unicode_.c unversioned_.c update_.c url_.c user_.c utf8_.c util_.c verify_.c vfile_.c wiki_.c wikiformat_.c winfile_.c winhttp_.c xfer_.c xfersetup_.c zip_.c | |
| 34 | 34 | |
| 35 | -OBJ = $(OBJDIR)\add$O $(OBJDIR)\ajax$O $(OBJDIR)\alerts$O $(OBJDIR)\allrepo$O $(OBJDIR)\attach$O $(OBJDIR)\backlink$O $(OBJDIR)\backoffice$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)\capabilities$O $(OBJDIR)\captcha$O $(OBJDIR)\cgi$O $(OBJDIR)\chat$O $(OBJDIR)\checkin$O $(OBJDIR)\checkout$O $(OBJDIR)\clearsign$O $(OBJDIR)\clone$O $(OBJDIR)\color$O $(OBJDIR)\comformat$O $(OBJDIR)\configure$O $(OBJDIR)\content$O $(OBJDIR)\cookies$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\deltafunc$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\dispatch$O $(OBJDIR)\doc$O $(OBJDIR)\encode$O $(OBJDIR)\etag$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\extcgi$O $(OBJDIR)\file$O $(OBJDIR)\fileedit$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\forum$O $(OBJDIR)\fshell$O $(OBJDIR)\fusefs$O $(OBJDIR)\fuzz$O $(OBJDIR)\glob$O $(OBJDIR)\graph$O $(OBJDIR)\gzip$O $(OBJDIR)\hname$O $(OBJDIR)\hook$O $(OBJDIR)\http$O $(OBJDIR)\http_socket$O $(OBJDIR)\http_ssl$O $(OBJDIR)\http_transport$O $(OBJDIR)\import$O $(OBJDIR)\info$O $(OBJDIR)\interwiki$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)\piechart$O $(OBJDIR)\pikchr$O $(OBJDIR)\pikchrshow$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)\repolist$O $(OBJDIR)\report$O $(OBJDIR)\rss$O $(OBJDIR)\schema$O $(OBJDIR)\search$O $(OBJDIR)\security_audit$O $(OBJDIR)\setup$O $(OBJDIR)\setupuser$O $(OBJDIR)\sha1$O $(OBJDIR)\sha1hard$O $(OBJDIR)\sha3$O $(OBJDIR)\shun$O $(OBJDIR)\sitemap$O $(OBJDIR)\skins$O $(OBJDIR)\smtp$O $(OBJDIR)\sqlcmd$O $(OBJDIR)\stash$O $(OBJDIR)\stat$O $(OBJDIR)\statrep$O $(OBJDIR)\style$O $(OBJDIR)\sync$O $(OBJDIR)\tag$O $(OBJDIR)\tar$O $(OBJDIR)\terminal$O $(OBJDIR)\th_main$O $(OBJDIR)\timeline$O $(OBJDIR)\tkt$O $(OBJDIR)\tktsetup$O $(OBJDIR)\undo$O $(OBJDIR)\unicode$O $(OBJDIR)\unversioned$O $(OBJDIR)\update$O $(OBJDIR)\url$O $(OBJDIR)\user$O $(OBJDIR)\utf8$O $(OBJDIR)\util$O $(OBJDIR)\verify$O $(OBJDIR)\vfile$O $(OBJDIR)\webmail$O $(OBJDIR)\wiki$O $(OBJDIR)\wikiformat$O $(OBJDIR)\winfile$O $(OBJDIR)\winhttp$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)\ajax$O $(OBJDIR)\alerts$O $(OBJDIR)\allrepo$O $(OBJDIR)\attach$O $(OBJDIR)\backlink$O $(OBJDIR)\backoffice$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)\capabilities$O $(OBJDIR)\captcha$O $(OBJDIR)\cgi$O $(OBJDIR)\chat$O $(OBJDIR)\checkin$O $(OBJDIR)\checkout$O $(OBJDIR)\clearsign$O $(OBJDIR)\clone$O $(OBJDIR)\color$O $(OBJDIR)\comformat$O $(OBJDIR)\configure$O $(OBJDIR)\content$O $(OBJDIR)\cookies$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\deltafunc$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\dispatch$O $(OBJDIR)\doc$O $(OBJDIR)\encode$O $(OBJDIR)\etag$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\extcgi$O $(OBJDIR)\file$O $(OBJDIR)\fileedit$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\forum$O $(OBJDIR)\fshell$O $(OBJDIR)\fusefs$O $(OBJDIR)\fuzz$O $(OBJDIR)\glob$O $(OBJDIR)\graph$O $(OBJDIR)\gzip$O $(OBJDIR)\hname$O $(OBJDIR)\hook$O $(OBJDIR)\http$O $(OBJDIR)\http_socket$O $(OBJDIR)\http_ssl$O $(OBJDIR)\http_transport$O $(OBJDIR)\import$O $(OBJDIR)\info$O $(OBJDIR)\interwiki$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)\piechart$O $(OBJDIR)\pikchr$O $(OBJDIR)\pikchrshow$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)\repolist$O $(OBJDIR)\report$O $(OBJDIR)\rss$O $(OBJDIR)\schema$O $(OBJDIR)\search$O $(OBJDIR)\security_audit$O $(OBJDIR)\setup$O $(OBJDIR)\setupuser$O $(OBJDIR)\sha1$O $(OBJDIR)\sha1hard$O $(OBJDIR)\sha3$O $(OBJDIR)\shun$O $(OBJDIR)\sitemap$O $(OBJDIR)\skins$O $(OBJDIR)\smtp$O $(OBJDIR)\sqlcmd$O $(OBJDIR)\stash$O $(OBJDIR)\stat$O $(OBJDIR)\statrep$O $(OBJDIR)\style$O $(OBJDIR)\sync$O $(OBJDIR)\tag$O $(OBJDIR)\tar$O $(OBJDIR)\terminal$O $(OBJDIR)\th_main$O $(OBJDIR)\timeline$O $(OBJDIR)\tkt$O $(OBJDIR)\tktsetup$O $(OBJDIR)\undo$O $(OBJDIR)\unicode$O $(OBJDIR)\unversioned$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)\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 ajax alerts allrepo attach backlink backoffice bag bisect blob branch browse builtin bundle cache capabilities captcha cgi chat checkin checkout clearsign clone color comformat configure content cookies db delta deltacmd deltafunc descendants diff diffcmd dispatch doc encode etag event export extcgi file fileedit finfo foci forum fshell fusefs fuzz glob graph gzip hname hook http http_socket http_ssl http_transport import info interwiki 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 piechart pikchr pikchrshow pivot popen pqueue printf publish purge rebuild regexp repolist report rss schema search security_audit setup setupuser sha1 sha1hard sha3 shun sitemap skins smtp sqlcmd stash stat statrep style sync tag tar terminal th_main timeline tkt tktsetup undo unicode unversioned update url user utf8 util verify vfile webmail wiki wikiformat winfile winhttp xfer xfersetup zip shell sqlite3 th th_lang > $@ | |
| 54 | + +echo add ajax alerts allrepo attach backlink backoffice bag bisect blob branch browse builtin bundle cache capabilities captcha cgi chat checkin checkout clearsign clone color comformat configure content cookies db delta deltacmd deltafunc descendants diff diffcmd dispatch doc encode etag event export extcgi file fileedit finfo foci forum fshell fusefs fuzz glob graph gzip hname hook http http_socket http_ssl http_transport import info interwiki 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 piechart pikchr pikchrshow pivot popen pqueue printf publish purge rebuild regexp repolist report rss schema search security_audit setup setupuser sha1 sha1hard sha3 shun sitemap skins smtp sqlcmd stash stat statrep style sync tag tar terminal th_main timeline tkt tktsetup undo unicode unversioned update url user utf8 util verify vfile wiki wikiformat winfile winhttp 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 >> $@ |
| @@ -962,16 +962,10 @@ | ||
| 962 | 962 | $(TCC) -o$@ -c vfile_.c |
| 963 | 963 | |
| 964 | 964 | vfile_.c : $(SRCDIR)\vfile.c |
| 965 | 965 | +translate$E $** > $@ |
| 966 | 966 | |
| 967 | -$(OBJDIR)\webmail$O : webmail_.c webmail.h | |
| 968 | - $(TCC) -o$@ -c webmail_.c | |
| 969 | - | |
| 970 | -webmail_.c : $(SRCDIR)\webmail.c | |
| 971 | - +translate$E $** > $@ | |
| 972 | - | |
| 973 | 967 | $(OBJDIR)\wiki$O : wiki_.c wiki.h |
| 974 | 968 | $(TCC) -o$@ -c wiki_.c |
| 975 | 969 | |
| 976 | 970 | wiki_.c : $(SRCDIR)\wiki.c |
| 977 | 971 | +translate$E $** > $@ |
| @@ -1011,7 +1005,7 @@ | ||
| 1011 | 1005 | |
| 1012 | 1006 | zip_.c : $(SRCDIR)\zip.c |
| 1013 | 1007 | +translate$E $** > $@ |
| 1014 | 1008 | |
| 1015 | 1009 | headers: makeheaders$E page_index.h builtin_data.h VERSION.h |
| 1016 | - +makeheaders$E add_.c:add.h ajax_.c:ajax.h alerts_.c:alerts.h allrepo_.c:allrepo.h attach_.c:attach.h backlink_.c:backlink.h backoffice_.c:backoffice.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 capabilities_.c:capabilities.h captcha_.c:captcha.h cgi_.c:cgi.h chat_.c:chat.h checkin_.c:checkin.h checkout_.c:checkout.h clearsign_.c:clearsign.h clone_.c:clone.h color_.c:color.h comformat_.c:comformat.h configure_.c:configure.h content_.c:content.h cookies_.c:cookies.h db_.c:db.h delta_.c:delta.h deltacmd_.c:deltacmd.h deltafunc_.c:deltafunc.h descendants_.c:descendants.h diff_.c:diff.h diffcmd_.c:diffcmd.h dispatch_.c:dispatch.h doc_.c:doc.h encode_.c:encode.h etag_.c:etag.h event_.c:event.h export_.c:export.h extcgi_.c:extcgi.h file_.c:file.h fileedit_.c:fileedit.h finfo_.c:finfo.h foci_.c:foci.h forum_.c:forum.h fshell_.c:fshell.h fusefs_.c:fusefs.h fuzz_.c:fuzz.h glob_.c:glob.h graph_.c:graph.h gzip_.c:gzip.h hname_.c:hname.h hook_.c:hook.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 interwiki_.c:interwiki.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 piechart_.c:piechart.h pikchr_.c:pikchr.h pikchrshow_.c:pikchrshow.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 repolist_.c:repolist.h report_.c:report.h rss_.c:rss.h schema_.c:schema.h search_.c:search.h security_audit_.c:security_audit.h setup_.c:setup.h setupuser_.c:setupuser.h sha1_.c:sha1.h sha1hard_.c:sha1hard.h sha3_.c:sha3.h shun_.c:shun.h sitemap_.c:sitemap.h skins_.c:skins.h smtp_.c:smtp.h sqlcmd_.c:sqlcmd.h stash_.c:stash.h stat_.c:stat.h statrep_.c:statrep.h style_.c:style.h sync_.c:sync.h tag_.c:tag.h tar_.c:tar.h terminal_.c:terminal.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 unversioned_.c:unversioned.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 webmail_.c:webmail.h wiki_.c:wiki.h wikiformat_.c:wikiformat.h winfile_.c:winfile.h winhttp_.c:winhttp.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 | |
| 1010 | + +makeheaders$E add_.c:add.h ajax_.c:ajax.h alerts_.c:alerts.h allrepo_.c:allrepo.h attach_.c:attach.h backlink_.c:backlink.h backoffice_.c:backoffice.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 capabilities_.c:capabilities.h captcha_.c:captcha.h cgi_.c:cgi.h chat_.c:chat.h checkin_.c:checkin.h checkout_.c:checkout.h clearsign_.c:clearsign.h clone_.c:clone.h color_.c:color.h comformat_.c:comformat.h configure_.c:configure.h content_.c:content.h cookies_.c:cookies.h db_.c:db.h delta_.c:delta.h deltacmd_.c:deltacmd.h deltafunc_.c:deltafunc.h descendants_.c:descendants.h diff_.c:diff.h diffcmd_.c:diffcmd.h dispatch_.c:dispatch.h doc_.c:doc.h encode_.c:encode.h etag_.c:etag.h event_.c:event.h export_.c:export.h extcgi_.c:extcgi.h file_.c:file.h fileedit_.c:fileedit.h finfo_.c:finfo.h foci_.c:foci.h forum_.c:forum.h fshell_.c:fshell.h fusefs_.c:fusefs.h fuzz_.c:fuzz.h glob_.c:glob.h graph_.c:graph.h gzip_.c:gzip.h hname_.c:hname.h hook_.c:hook.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 interwiki_.c:interwiki.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 piechart_.c:piechart.h pikchr_.c:pikchr.h pikchrshow_.c:pikchrshow.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 repolist_.c:repolist.h report_.c:report.h rss_.c:rss.h schema_.c:schema.h search_.c:search.h security_audit_.c:security_audit.h setup_.c:setup.h setupuser_.c:setupuser.h sha1_.c:sha1.h sha1hard_.c:sha1hard.h sha3_.c:sha3.h shun_.c:shun.h sitemap_.c:sitemap.h skins_.c:skins.h smtp_.c:smtp.h sqlcmd_.c:sqlcmd.h stash_.c:stash.h stat_.c:stat.h statrep_.c:statrep.h style_.c:style.h sync_.c:sync.h tag_.c:tag.h tar_.c:tar.h terminal_.c:terminal.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 unversioned_.c:unversioned.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 xfer_.c:xfer.h xfersetup_.c:xfersetup.h zip_.c:zip.h $(SRCDIR)\sqlite3.h $(SRCDIR)\th.h VERSION.h $(SRCDIR)\cson_amalgamation.h | |
| 1017 | 1011 | @copy /Y nul: headers |
| 1018 | 1012 |
| --- win/Makefile.dmc | |
| +++ win/Makefile.dmc | |
| @@ -28,13 +28,13 @@ | |
| 28 | |
| 29 | SQLITE_OPTIONS = -DNDEBUG=1 -DSQLITE_DQS=0 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_MEMSTATUS=0 -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_LIKE_DOESNT_MATCH_BLOBS -DSQLITE_OMIT_DECLTYPE -DSQLITE_OMIT_DEPRECATED -DSQLITE_OMIT_PROGRESS_CALLBACK -DSQLITE_OMIT_SHARED_CACHE -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_MAX_EXPR_DEPTH=0 -DSQLITE_USE_ALLOCA -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_STMTVTAB -DSQLITE_HAVE_ZLIB -DSQLITE_INTROSPECTION_PRAGMAS -DSQLITE_ENABLE_DBPAGE_VTAB -DSQLITE_TRUSTED_SCHEMA=0 |
| 30 | |
| 31 | SHELL_OPTIONS = -DNDEBUG=1 -DSQLITE_DQS=0 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_MEMSTATUS=0 -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_LIKE_DOESNT_MATCH_BLOBS -DSQLITE_OMIT_DECLTYPE -DSQLITE_OMIT_DEPRECATED -DSQLITE_OMIT_PROGRESS_CALLBACK -DSQLITE_OMIT_SHARED_CACHE -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_MAX_EXPR_DEPTH=0 -DSQLITE_USE_ALLOCA -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_STMTVTAB -DSQLITE_HAVE_ZLIB -DSQLITE_INTROSPECTION_PRAGMAS -DSQLITE_ENABLE_DBPAGE_VTAB -DSQLITE_TRUSTED_SCHEMA=0 -Dmain=sqlite3_shell -DSQLITE_SHELL_IS_UTF8=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DUSE_SYSTEM_SQLITE=$(USE_SYSTEM_SQLITE) -DSQLITE_SHELL_DBNAME_PROC=sqlcmd_get_dbname -DSQLITE_SHELL_INIT_PROC=sqlcmd_init_proc -Daccess=file_access -Dsystem=fossil_system -Dgetenv=fossil_getenv -Dfopen=fossil_fopen |
| 32 | |
| 33 | SRC = add_.c ajax_.c alerts_.c allrepo_.c attach_.c backlink_.c backoffice_.c bag_.c bisect_.c blob_.c branch_.c browse_.c builtin_.c bundle_.c cache_.c capabilities_.c captcha_.c cgi_.c chat_.c checkin_.c checkout_.c clearsign_.c clone_.c color_.c comformat_.c configure_.c content_.c cookies_.c db_.c delta_.c deltacmd_.c deltafunc_.c descendants_.c diff_.c diffcmd_.c dispatch_.c doc_.c encode_.c etag_.c event_.c export_.c extcgi_.c file_.c fileedit_.c finfo_.c foci_.c forum_.c fshell_.c fusefs_.c fuzz_.c glob_.c graph_.c gzip_.c hname_.c hook_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c interwiki_.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 piechart_.c pikchr_.c pikchrshow_.c pivot_.c popen_.c pqueue_.c printf_.c publish_.c purge_.c rebuild_.c regexp_.c repolist_.c report_.c rss_.c schema_.c search_.c security_audit_.c setup_.c setupuser_.c sha1_.c sha1hard_.c sha3_.c shun_.c sitemap_.c skins_.c smtp_.c sqlcmd_.c stash_.c stat_.c statrep_.c style_.c sync_.c tag_.c tar_.c terminal_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c unicode_.c unversioned_.c update_.c url_.c user_.c utf8_.c util_.c verify_.c vfile_.c webmail_.c wiki_.c wikiformat_.c winfile_.c winhttp_.c xfer_.c xfersetup_.c zip_.c |
| 34 | |
| 35 | OBJ = $(OBJDIR)\add$O $(OBJDIR)\ajax$O $(OBJDIR)\alerts$O $(OBJDIR)\allrepo$O $(OBJDIR)\attach$O $(OBJDIR)\backlink$O $(OBJDIR)\backoffice$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)\capabilities$O $(OBJDIR)\captcha$O $(OBJDIR)\cgi$O $(OBJDIR)\chat$O $(OBJDIR)\checkin$O $(OBJDIR)\checkout$O $(OBJDIR)\clearsign$O $(OBJDIR)\clone$O $(OBJDIR)\color$O $(OBJDIR)\comformat$O $(OBJDIR)\configure$O $(OBJDIR)\content$O $(OBJDIR)\cookies$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\deltafunc$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\dispatch$O $(OBJDIR)\doc$O $(OBJDIR)\encode$O $(OBJDIR)\etag$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\extcgi$O $(OBJDIR)\file$O $(OBJDIR)\fileedit$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\forum$O $(OBJDIR)\fshell$O $(OBJDIR)\fusefs$O $(OBJDIR)\fuzz$O $(OBJDIR)\glob$O $(OBJDIR)\graph$O $(OBJDIR)\gzip$O $(OBJDIR)\hname$O $(OBJDIR)\hook$O $(OBJDIR)\http$O $(OBJDIR)\http_socket$O $(OBJDIR)\http_ssl$O $(OBJDIR)\http_transport$O $(OBJDIR)\import$O $(OBJDIR)\info$O $(OBJDIR)\interwiki$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)\piechart$O $(OBJDIR)\pikchr$O $(OBJDIR)\pikchrshow$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)\repolist$O $(OBJDIR)\report$O $(OBJDIR)\rss$O $(OBJDIR)\schema$O $(OBJDIR)\search$O $(OBJDIR)\security_audit$O $(OBJDIR)\setup$O $(OBJDIR)\setupuser$O $(OBJDIR)\sha1$O $(OBJDIR)\sha1hard$O $(OBJDIR)\sha3$O $(OBJDIR)\shun$O $(OBJDIR)\sitemap$O $(OBJDIR)\skins$O $(OBJDIR)\smtp$O $(OBJDIR)\sqlcmd$O $(OBJDIR)\stash$O $(OBJDIR)\stat$O $(OBJDIR)\statrep$O $(OBJDIR)\style$O $(OBJDIR)\sync$O $(OBJDIR)\tag$O $(OBJDIR)\tar$O $(OBJDIR)\terminal$O $(OBJDIR)\th_main$O $(OBJDIR)\timeline$O $(OBJDIR)\tkt$O $(OBJDIR)\tktsetup$O $(OBJDIR)\undo$O $(OBJDIR)\unicode$O $(OBJDIR)\unversioned$O $(OBJDIR)\update$O $(OBJDIR)\url$O $(OBJDIR)\user$O $(OBJDIR)\utf8$O $(OBJDIR)\util$O $(OBJDIR)\verify$O $(OBJDIR)\vfile$O $(OBJDIR)\webmail$O $(OBJDIR)\wiki$O $(OBJDIR)\wikiformat$O $(OBJDIR)\winfile$O $(OBJDIR)\winhttp$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 ajax alerts allrepo attach backlink backoffice bag bisect blob branch browse builtin bundle cache capabilities captcha cgi chat checkin checkout clearsign clone color comformat configure content cookies db delta deltacmd deltafunc descendants diff diffcmd dispatch doc encode etag event export extcgi file fileedit finfo foci forum fshell fusefs fuzz glob graph gzip hname hook http http_socket http_ssl http_transport import info interwiki 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 piechart pikchr pikchrshow pivot popen pqueue printf publish purge rebuild regexp repolist report rss schema search security_audit setup setupuser sha1 sha1hard sha3 shun sitemap skins smtp sqlcmd stash stat statrep style sync tag tar terminal th_main timeline tkt tktsetup undo unicode unversioned update url user utf8 util verify vfile webmail wiki wikiformat winfile winhttp xfer xfersetup zip shell sqlite3 th th_lang > $@ |
| 55 | +echo fossil >> $@ |
| 56 | +echo fossil >> $@ |
| 57 | +echo $(LIBS) >> $@ |
| 58 | +echo. >> $@ |
| 59 | +echo fossil >> $@ |
| @@ -962,16 +962,10 @@ | |
| 962 | $(TCC) -o$@ -c vfile_.c |
| 963 | |
| 964 | vfile_.c : $(SRCDIR)\vfile.c |
| 965 | +translate$E $** > $@ |
| 966 | |
| 967 | $(OBJDIR)\webmail$O : webmail_.c webmail.h |
| 968 | $(TCC) -o$@ -c webmail_.c |
| 969 | |
| 970 | webmail_.c : $(SRCDIR)\webmail.c |
| 971 | +translate$E $** > $@ |
| 972 | |
| 973 | $(OBJDIR)\wiki$O : wiki_.c wiki.h |
| 974 | $(TCC) -o$@ -c wiki_.c |
| 975 | |
| 976 | wiki_.c : $(SRCDIR)\wiki.c |
| 977 | +translate$E $** > $@ |
| @@ -1011,7 +1005,7 @@ | |
| 1011 | |
| 1012 | zip_.c : $(SRCDIR)\zip.c |
| 1013 | +translate$E $** > $@ |
| 1014 | |
| 1015 | headers: makeheaders$E page_index.h builtin_data.h VERSION.h |
| 1016 | +makeheaders$E add_.c:add.h ajax_.c:ajax.h alerts_.c:alerts.h allrepo_.c:allrepo.h attach_.c:attach.h backlink_.c:backlink.h backoffice_.c:backoffice.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 capabilities_.c:capabilities.h captcha_.c:captcha.h cgi_.c:cgi.h chat_.c:chat.h checkin_.c:checkin.h checkout_.c:checkout.h clearsign_.c:clearsign.h clone_.c:clone.h color_.c:color.h comformat_.c:comformat.h configure_.c:configure.h content_.c:content.h cookies_.c:cookies.h db_.c:db.h delta_.c:delta.h deltacmd_.c:deltacmd.h deltafunc_.c:deltafunc.h descendants_.c:descendants.h diff_.c:diff.h diffcmd_.c:diffcmd.h dispatch_.c:dispatch.h doc_.c:doc.h encode_.c:encode.h etag_.c:etag.h event_.c:event.h export_.c:export.h extcgi_.c:extcgi.h file_.c:file.h fileedit_.c:fileedit.h finfo_.c:finfo.h foci_.c:foci.h forum_.c:forum.h fshell_.c:fshell.h fusefs_.c:fusefs.h fuzz_.c:fuzz.h glob_.c:glob.h graph_.c:graph.h gzip_.c:gzip.h hname_.c:hname.h hook_.c:hook.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 interwiki_.c:interwiki.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 piechart_.c:piechart.h pikchr_.c:pikchr.h pikchrshow_.c:pikchrshow.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 repolist_.c:repolist.h report_.c:report.h rss_.c:rss.h schema_.c:schema.h search_.c:search.h security_audit_.c:security_audit.h setup_.c:setup.h setupuser_.c:setupuser.h sha1_.c:sha1.h sha1hard_.c:sha1hard.h sha3_.c:sha3.h shun_.c:shun.h sitemap_.c:sitemap.h skins_.c:skins.h smtp_.c:smtp.h sqlcmd_.c:sqlcmd.h stash_.c:stash.h stat_.c:stat.h statrep_.c:statrep.h style_.c:style.h sync_.c:sync.h tag_.c:tag.h tar_.c:tar.h terminal_.c:terminal.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 unversioned_.c:unversioned.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 webmail_.c:webmail.h wiki_.c:wiki.h wikiformat_.c:wikiformat.h winfile_.c:winfile.h winhttp_.c:winhttp.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 |
| 1017 | @copy /Y nul: headers |
| 1018 |
| --- win/Makefile.dmc | |
| +++ win/Makefile.dmc | |
| @@ -28,13 +28,13 @@ | |
| 28 | |
| 29 | SQLITE_OPTIONS = -DNDEBUG=1 -DSQLITE_DQS=0 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_MEMSTATUS=0 -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_LIKE_DOESNT_MATCH_BLOBS -DSQLITE_OMIT_DECLTYPE -DSQLITE_OMIT_DEPRECATED -DSQLITE_OMIT_PROGRESS_CALLBACK -DSQLITE_OMIT_SHARED_CACHE -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_MAX_EXPR_DEPTH=0 -DSQLITE_USE_ALLOCA -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_STMTVTAB -DSQLITE_HAVE_ZLIB -DSQLITE_INTROSPECTION_PRAGMAS -DSQLITE_ENABLE_DBPAGE_VTAB -DSQLITE_TRUSTED_SCHEMA=0 |
| 30 | |
| 31 | SHELL_OPTIONS = -DNDEBUG=1 -DSQLITE_DQS=0 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_MEMSTATUS=0 -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_LIKE_DOESNT_MATCH_BLOBS -DSQLITE_OMIT_DECLTYPE -DSQLITE_OMIT_DEPRECATED -DSQLITE_OMIT_PROGRESS_CALLBACK -DSQLITE_OMIT_SHARED_CACHE -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_MAX_EXPR_DEPTH=0 -DSQLITE_USE_ALLOCA -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_STMTVTAB -DSQLITE_HAVE_ZLIB -DSQLITE_INTROSPECTION_PRAGMAS -DSQLITE_ENABLE_DBPAGE_VTAB -DSQLITE_TRUSTED_SCHEMA=0 -Dmain=sqlite3_shell -DSQLITE_SHELL_IS_UTF8=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DUSE_SYSTEM_SQLITE=$(USE_SYSTEM_SQLITE) -DSQLITE_SHELL_DBNAME_PROC=sqlcmd_get_dbname -DSQLITE_SHELL_INIT_PROC=sqlcmd_init_proc -Daccess=file_access -Dsystem=fossil_system -Dgetenv=fossil_getenv -Dfopen=fossil_fopen |
| 32 | |
| 33 | SRC = add_.c ajax_.c alerts_.c allrepo_.c attach_.c backlink_.c backoffice_.c bag_.c bisect_.c blob_.c branch_.c browse_.c builtin_.c bundle_.c cache_.c capabilities_.c captcha_.c cgi_.c chat_.c checkin_.c checkout_.c clearsign_.c clone_.c color_.c comformat_.c configure_.c content_.c cookies_.c db_.c delta_.c deltacmd_.c deltafunc_.c descendants_.c diff_.c diffcmd_.c dispatch_.c doc_.c encode_.c etag_.c event_.c export_.c extcgi_.c file_.c fileedit_.c finfo_.c foci_.c forum_.c fshell_.c fusefs_.c fuzz_.c glob_.c graph_.c gzip_.c hname_.c hook_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c interwiki_.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 piechart_.c pikchr_.c pikchrshow_.c pivot_.c popen_.c pqueue_.c printf_.c publish_.c purge_.c rebuild_.c regexp_.c repolist_.c report_.c rss_.c schema_.c search_.c security_audit_.c setup_.c setupuser_.c sha1_.c sha1hard_.c sha3_.c shun_.c sitemap_.c skins_.c smtp_.c sqlcmd_.c stash_.c stat_.c statrep_.c style_.c sync_.c tag_.c tar_.c terminal_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c unicode_.c unversioned_.c update_.c url_.c user_.c utf8_.c util_.c verify_.c vfile_.c wiki_.c wikiformat_.c winfile_.c winhttp_.c xfer_.c xfersetup_.c zip_.c |
| 34 | |
| 35 | OBJ = $(OBJDIR)\add$O $(OBJDIR)\ajax$O $(OBJDIR)\alerts$O $(OBJDIR)\allrepo$O $(OBJDIR)\attach$O $(OBJDIR)\backlink$O $(OBJDIR)\backoffice$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)\capabilities$O $(OBJDIR)\captcha$O $(OBJDIR)\cgi$O $(OBJDIR)\chat$O $(OBJDIR)\checkin$O $(OBJDIR)\checkout$O $(OBJDIR)\clearsign$O $(OBJDIR)\clone$O $(OBJDIR)\color$O $(OBJDIR)\comformat$O $(OBJDIR)\configure$O $(OBJDIR)\content$O $(OBJDIR)\cookies$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\deltafunc$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\dispatch$O $(OBJDIR)\doc$O $(OBJDIR)\encode$O $(OBJDIR)\etag$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\extcgi$O $(OBJDIR)\file$O $(OBJDIR)\fileedit$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\forum$O $(OBJDIR)\fshell$O $(OBJDIR)\fusefs$O $(OBJDIR)\fuzz$O $(OBJDIR)\glob$O $(OBJDIR)\graph$O $(OBJDIR)\gzip$O $(OBJDIR)\hname$O $(OBJDIR)\hook$O $(OBJDIR)\http$O $(OBJDIR)\http_socket$O $(OBJDIR)\http_ssl$O $(OBJDIR)\http_transport$O $(OBJDIR)\import$O $(OBJDIR)\info$O $(OBJDIR)\interwiki$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)\piechart$O $(OBJDIR)\pikchr$O $(OBJDIR)\pikchrshow$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)\repolist$O $(OBJDIR)\report$O $(OBJDIR)\rss$O $(OBJDIR)\schema$O $(OBJDIR)\search$O $(OBJDIR)\security_audit$O $(OBJDIR)\setup$O $(OBJDIR)\setupuser$O $(OBJDIR)\sha1$O $(OBJDIR)\sha1hard$O $(OBJDIR)\sha3$O $(OBJDIR)\shun$O $(OBJDIR)\sitemap$O $(OBJDIR)\skins$O $(OBJDIR)\smtp$O $(OBJDIR)\sqlcmd$O $(OBJDIR)\stash$O $(OBJDIR)\stat$O $(OBJDIR)\statrep$O $(OBJDIR)\style$O $(OBJDIR)\sync$O $(OBJDIR)\tag$O $(OBJDIR)\tar$O $(OBJDIR)\terminal$O $(OBJDIR)\th_main$O $(OBJDIR)\timeline$O $(OBJDIR)\tkt$O $(OBJDIR)\tktsetup$O $(OBJDIR)\undo$O $(OBJDIR)\unicode$O $(OBJDIR)\unversioned$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)\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 ajax alerts allrepo attach backlink backoffice bag bisect blob branch browse builtin bundle cache capabilities captcha cgi chat checkin checkout clearsign clone color comformat configure content cookies db delta deltacmd deltafunc descendants diff diffcmd dispatch doc encode etag event export extcgi file fileedit finfo foci forum fshell fusefs fuzz glob graph gzip hname hook http http_socket http_ssl http_transport import info interwiki 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 piechart pikchr pikchrshow pivot popen pqueue printf publish purge rebuild regexp repolist report rss schema search security_audit setup setupuser sha1 sha1hard sha3 shun sitemap skins smtp sqlcmd stash stat statrep style sync tag tar terminal th_main timeline tkt tktsetup undo unicode unversioned update url user utf8 util verify vfile wiki wikiformat winfile winhttp xfer xfersetup zip shell sqlite3 th th_lang > $@ |
| 55 | +echo fossil >> $@ |
| 56 | +echo fossil >> $@ |
| 57 | +echo $(LIBS) >> $@ |
| 58 | +echo. >> $@ |
| 59 | +echo fossil >> $@ |
| @@ -962,16 +962,10 @@ | |
| 962 | $(TCC) -o$@ -c vfile_.c |
| 963 | |
| 964 | vfile_.c : $(SRCDIR)\vfile.c |
| 965 | +translate$E $** > $@ |
| 966 | |
| 967 | $(OBJDIR)\wiki$O : wiki_.c wiki.h |
| 968 | $(TCC) -o$@ -c wiki_.c |
| 969 | |
| 970 | wiki_.c : $(SRCDIR)\wiki.c |
| 971 | +translate$E $** > $@ |
| @@ -1011,7 +1005,7 @@ | |
| 1005 | |
| 1006 | zip_.c : $(SRCDIR)\zip.c |
| 1007 | +translate$E $** > $@ |
| 1008 | |
| 1009 | headers: makeheaders$E page_index.h builtin_data.h VERSION.h |
| 1010 | +makeheaders$E add_.c:add.h ajax_.c:ajax.h alerts_.c:alerts.h allrepo_.c:allrepo.h attach_.c:attach.h backlink_.c:backlink.h backoffice_.c:backoffice.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 capabilities_.c:capabilities.h captcha_.c:captcha.h cgi_.c:cgi.h chat_.c:chat.h checkin_.c:checkin.h checkout_.c:checkout.h clearsign_.c:clearsign.h clone_.c:clone.h color_.c:color.h comformat_.c:comformat.h configure_.c:configure.h content_.c:content.h cookies_.c:cookies.h db_.c:db.h delta_.c:delta.h deltacmd_.c:deltacmd.h deltafunc_.c:deltafunc.h descendants_.c:descendants.h diff_.c:diff.h diffcmd_.c:diffcmd.h dispatch_.c:dispatch.h doc_.c:doc.h encode_.c:encode.h etag_.c:etag.h event_.c:event.h export_.c:export.h extcgi_.c:extcgi.h file_.c:file.h fileedit_.c:fileedit.h finfo_.c:finfo.h foci_.c:foci.h forum_.c:forum.h fshell_.c:fshell.h fusefs_.c:fusefs.h fuzz_.c:fuzz.h glob_.c:glob.h graph_.c:graph.h gzip_.c:gzip.h hname_.c:hname.h hook_.c:hook.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 interwiki_.c:interwiki.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 piechart_.c:piechart.h pikchr_.c:pikchr.h pikchrshow_.c:pikchrshow.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 repolist_.c:repolist.h report_.c:report.h rss_.c:rss.h schema_.c:schema.h search_.c:search.h security_audit_.c:security_audit.h setup_.c:setup.h setupuser_.c:setupuser.h sha1_.c:sha1.h sha1hard_.c:sha1hard.h sha3_.c:sha3.h shun_.c:shun.h sitemap_.c:sitemap.h skins_.c:skins.h smtp_.c:smtp.h sqlcmd_.c:sqlcmd.h stash_.c:stash.h stat_.c:stat.h statrep_.c:statrep.h style_.c:style.h sync_.c:sync.h tag_.c:tag.h tar_.c:tar.h terminal_.c:terminal.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 unversioned_.c:unversioned.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 xfer_.c:xfer.h xfersetup_.c:xfersetup.h zip_.c:zip.h $(SRCDIR)\sqlite3.h $(SRCDIR)\th.h VERSION.h $(SRCDIR)\cson_amalgamation.h |
| 1011 | @copy /Y nul: headers |
| 1012 |
-12
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -563,11 +563,10 @@ | ||
| 563 | 563 | $(SRCDIR)/user.c \ |
| 564 | 564 | $(SRCDIR)/utf8.c \ |
| 565 | 565 | $(SRCDIR)/util.c \ |
| 566 | 566 | $(SRCDIR)/verify.c \ |
| 567 | 567 | $(SRCDIR)/vfile.c \ |
| 568 | - $(SRCDIR)/webmail.c \ | |
| 569 | 568 | $(SRCDIR)/wiki.c \ |
| 570 | 569 | $(SRCDIR)/wikiformat.c \ |
| 571 | 570 | $(SRCDIR)/winfile.c \ |
| 572 | 571 | $(SRCDIR)/winhttp.c \ |
| 573 | 572 | $(SRCDIR)/xfer.c \ |
| @@ -819,11 +818,10 @@ | ||
| 819 | 818 | $(OBJDIR)/user_.c \ |
| 820 | 819 | $(OBJDIR)/utf8_.c \ |
| 821 | 820 | $(OBJDIR)/util_.c \ |
| 822 | 821 | $(OBJDIR)/verify_.c \ |
| 823 | 822 | $(OBJDIR)/vfile_.c \ |
| 824 | - $(OBJDIR)/webmail_.c \ | |
| 825 | 823 | $(OBJDIR)/wiki_.c \ |
| 826 | 824 | $(OBJDIR)/wikiformat_.c \ |
| 827 | 825 | $(OBJDIR)/winfile_.c \ |
| 828 | 826 | $(OBJDIR)/winhttp_.c \ |
| 829 | 827 | $(OBJDIR)/xfer_.c \ |
| @@ -969,11 +967,10 @@ | ||
| 969 | 967 | $(OBJDIR)/user.o \ |
| 970 | 968 | $(OBJDIR)/utf8.o \ |
| 971 | 969 | $(OBJDIR)/util.o \ |
| 972 | 970 | $(OBJDIR)/verify.o \ |
| 973 | 971 | $(OBJDIR)/vfile.o \ |
| 974 | - $(OBJDIR)/webmail.o \ | |
| 975 | 972 | $(OBJDIR)/wiki.o \ |
| 976 | 973 | $(OBJDIR)/wikiformat.o \ |
| 977 | 974 | $(OBJDIR)/winfile.o \ |
| 978 | 975 | $(OBJDIR)/winhttp.o \ |
| 979 | 976 | $(OBJDIR)/xfer.o \ |
| @@ -1334,11 +1331,10 @@ | ||
| 1334 | 1331 | $(OBJDIR)/user_.c:$(OBJDIR)/user.h \ |
| 1335 | 1332 | $(OBJDIR)/utf8_.c:$(OBJDIR)/utf8.h \ |
| 1336 | 1333 | $(OBJDIR)/util_.c:$(OBJDIR)/util.h \ |
| 1337 | 1334 | $(OBJDIR)/verify_.c:$(OBJDIR)/verify.h \ |
| 1338 | 1335 | $(OBJDIR)/vfile_.c:$(OBJDIR)/vfile.h \ |
| 1339 | - $(OBJDIR)/webmail_.c:$(OBJDIR)/webmail.h \ | |
| 1340 | 1336 | $(OBJDIR)/wiki_.c:$(OBJDIR)/wiki.h \ |
| 1341 | 1337 | $(OBJDIR)/wikiformat_.c:$(OBJDIR)/wikiformat.h \ |
| 1342 | 1338 | $(OBJDIR)/winfile_.c:$(OBJDIR)/winfile.h \ |
| 1343 | 1339 | $(OBJDIR)/winhttp_.c:$(OBJDIR)/winhttp.h \ |
| 1344 | 1340 | $(OBJDIR)/xfer_.c:$(OBJDIR)/xfer.h \ |
| @@ -2471,18 +2467,10 @@ | ||
| 2471 | 2467 | $(OBJDIR)/vfile.o: $(OBJDIR)/vfile_.c $(OBJDIR)/vfile.h $(SRCDIR)/config.h |
| 2472 | 2468 | $(XTCC) -o $(OBJDIR)/vfile.o -c $(OBJDIR)/vfile_.c |
| 2473 | 2469 | |
| 2474 | 2470 | $(OBJDIR)/vfile.h: $(OBJDIR)/headers |
| 2475 | 2471 | |
| 2476 | -$(OBJDIR)/webmail_.c: $(SRCDIR)/webmail.c $(TRANSLATE) | |
| 2477 | - $(TRANSLATE) $(SRCDIR)/webmail.c >$@ | |
| 2478 | - | |
| 2479 | -$(OBJDIR)/webmail.o: $(OBJDIR)/webmail_.c $(OBJDIR)/webmail.h $(SRCDIR)/config.h | |
| 2480 | - $(XTCC) -o $(OBJDIR)/webmail.o -c $(OBJDIR)/webmail_.c | |
| 2481 | - | |
| 2482 | -$(OBJDIR)/webmail.h: $(OBJDIR)/headers | |
| 2483 | - | |
| 2484 | 2472 | $(OBJDIR)/wiki_.c: $(SRCDIR)/wiki.c $(TRANSLATE) |
| 2485 | 2473 | $(TRANSLATE) $(SRCDIR)/wiki.c >$@ |
| 2486 | 2474 | |
| 2487 | 2475 | $(OBJDIR)/wiki.o: $(OBJDIR)/wiki_.c $(OBJDIR)/wiki.h $(SRCDIR)/config.h |
| 2488 | 2476 | $(XTCC) -o $(OBJDIR)/wiki.o -c $(OBJDIR)/wiki_.c |
| 2489 | 2477 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -563,11 +563,10 @@ | |
| 563 | $(SRCDIR)/user.c \ |
| 564 | $(SRCDIR)/utf8.c \ |
| 565 | $(SRCDIR)/util.c \ |
| 566 | $(SRCDIR)/verify.c \ |
| 567 | $(SRCDIR)/vfile.c \ |
| 568 | $(SRCDIR)/webmail.c \ |
| 569 | $(SRCDIR)/wiki.c \ |
| 570 | $(SRCDIR)/wikiformat.c \ |
| 571 | $(SRCDIR)/winfile.c \ |
| 572 | $(SRCDIR)/winhttp.c \ |
| 573 | $(SRCDIR)/xfer.c \ |
| @@ -819,11 +818,10 @@ | |
| 819 | $(OBJDIR)/user_.c \ |
| 820 | $(OBJDIR)/utf8_.c \ |
| 821 | $(OBJDIR)/util_.c \ |
| 822 | $(OBJDIR)/verify_.c \ |
| 823 | $(OBJDIR)/vfile_.c \ |
| 824 | $(OBJDIR)/webmail_.c \ |
| 825 | $(OBJDIR)/wiki_.c \ |
| 826 | $(OBJDIR)/wikiformat_.c \ |
| 827 | $(OBJDIR)/winfile_.c \ |
| 828 | $(OBJDIR)/winhttp_.c \ |
| 829 | $(OBJDIR)/xfer_.c \ |
| @@ -969,11 +967,10 @@ | |
| 969 | $(OBJDIR)/user.o \ |
| 970 | $(OBJDIR)/utf8.o \ |
| 971 | $(OBJDIR)/util.o \ |
| 972 | $(OBJDIR)/verify.o \ |
| 973 | $(OBJDIR)/vfile.o \ |
| 974 | $(OBJDIR)/webmail.o \ |
| 975 | $(OBJDIR)/wiki.o \ |
| 976 | $(OBJDIR)/wikiformat.o \ |
| 977 | $(OBJDIR)/winfile.o \ |
| 978 | $(OBJDIR)/winhttp.o \ |
| 979 | $(OBJDIR)/xfer.o \ |
| @@ -1334,11 +1331,10 @@ | |
| 1334 | $(OBJDIR)/user_.c:$(OBJDIR)/user.h \ |
| 1335 | $(OBJDIR)/utf8_.c:$(OBJDIR)/utf8.h \ |
| 1336 | $(OBJDIR)/util_.c:$(OBJDIR)/util.h \ |
| 1337 | $(OBJDIR)/verify_.c:$(OBJDIR)/verify.h \ |
| 1338 | $(OBJDIR)/vfile_.c:$(OBJDIR)/vfile.h \ |
| 1339 | $(OBJDIR)/webmail_.c:$(OBJDIR)/webmail.h \ |
| 1340 | $(OBJDIR)/wiki_.c:$(OBJDIR)/wiki.h \ |
| 1341 | $(OBJDIR)/wikiformat_.c:$(OBJDIR)/wikiformat.h \ |
| 1342 | $(OBJDIR)/winfile_.c:$(OBJDIR)/winfile.h \ |
| 1343 | $(OBJDIR)/winhttp_.c:$(OBJDIR)/winhttp.h \ |
| 1344 | $(OBJDIR)/xfer_.c:$(OBJDIR)/xfer.h \ |
| @@ -2471,18 +2467,10 @@ | |
| 2471 | $(OBJDIR)/vfile.o: $(OBJDIR)/vfile_.c $(OBJDIR)/vfile.h $(SRCDIR)/config.h |
| 2472 | $(XTCC) -o $(OBJDIR)/vfile.o -c $(OBJDIR)/vfile_.c |
| 2473 | |
| 2474 | $(OBJDIR)/vfile.h: $(OBJDIR)/headers |
| 2475 | |
| 2476 | $(OBJDIR)/webmail_.c: $(SRCDIR)/webmail.c $(TRANSLATE) |
| 2477 | $(TRANSLATE) $(SRCDIR)/webmail.c >$@ |
| 2478 | |
| 2479 | $(OBJDIR)/webmail.o: $(OBJDIR)/webmail_.c $(OBJDIR)/webmail.h $(SRCDIR)/config.h |
| 2480 | $(XTCC) -o $(OBJDIR)/webmail.o -c $(OBJDIR)/webmail_.c |
| 2481 | |
| 2482 | $(OBJDIR)/webmail.h: $(OBJDIR)/headers |
| 2483 | |
| 2484 | $(OBJDIR)/wiki_.c: $(SRCDIR)/wiki.c $(TRANSLATE) |
| 2485 | $(TRANSLATE) $(SRCDIR)/wiki.c >$@ |
| 2486 | |
| 2487 | $(OBJDIR)/wiki.o: $(OBJDIR)/wiki_.c $(OBJDIR)/wiki.h $(SRCDIR)/config.h |
| 2488 | $(XTCC) -o $(OBJDIR)/wiki.o -c $(OBJDIR)/wiki_.c |
| 2489 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -563,11 +563,10 @@ | |
| 563 | $(SRCDIR)/user.c \ |
| 564 | $(SRCDIR)/utf8.c \ |
| 565 | $(SRCDIR)/util.c \ |
| 566 | $(SRCDIR)/verify.c \ |
| 567 | $(SRCDIR)/vfile.c \ |
| 568 | $(SRCDIR)/wiki.c \ |
| 569 | $(SRCDIR)/wikiformat.c \ |
| 570 | $(SRCDIR)/winfile.c \ |
| 571 | $(SRCDIR)/winhttp.c \ |
| 572 | $(SRCDIR)/xfer.c \ |
| @@ -819,11 +818,10 @@ | |
| 818 | $(OBJDIR)/user_.c \ |
| 819 | $(OBJDIR)/utf8_.c \ |
| 820 | $(OBJDIR)/util_.c \ |
| 821 | $(OBJDIR)/verify_.c \ |
| 822 | $(OBJDIR)/vfile_.c \ |
| 823 | $(OBJDIR)/wiki_.c \ |
| 824 | $(OBJDIR)/wikiformat_.c \ |
| 825 | $(OBJDIR)/winfile_.c \ |
| 826 | $(OBJDIR)/winhttp_.c \ |
| 827 | $(OBJDIR)/xfer_.c \ |
| @@ -969,11 +967,10 @@ | |
| 967 | $(OBJDIR)/user.o \ |
| 968 | $(OBJDIR)/utf8.o \ |
| 969 | $(OBJDIR)/util.o \ |
| 970 | $(OBJDIR)/verify.o \ |
| 971 | $(OBJDIR)/vfile.o \ |
| 972 | $(OBJDIR)/wiki.o \ |
| 973 | $(OBJDIR)/wikiformat.o \ |
| 974 | $(OBJDIR)/winfile.o \ |
| 975 | $(OBJDIR)/winhttp.o \ |
| 976 | $(OBJDIR)/xfer.o \ |
| @@ -1334,11 +1331,10 @@ | |
| 1331 | $(OBJDIR)/user_.c:$(OBJDIR)/user.h \ |
| 1332 | $(OBJDIR)/utf8_.c:$(OBJDIR)/utf8.h \ |
| 1333 | $(OBJDIR)/util_.c:$(OBJDIR)/util.h \ |
| 1334 | $(OBJDIR)/verify_.c:$(OBJDIR)/verify.h \ |
| 1335 | $(OBJDIR)/vfile_.c:$(OBJDIR)/vfile.h \ |
| 1336 | $(OBJDIR)/wiki_.c:$(OBJDIR)/wiki.h \ |
| 1337 | $(OBJDIR)/wikiformat_.c:$(OBJDIR)/wikiformat.h \ |
| 1338 | $(OBJDIR)/winfile_.c:$(OBJDIR)/winfile.h \ |
| 1339 | $(OBJDIR)/winhttp_.c:$(OBJDIR)/winhttp.h \ |
| 1340 | $(OBJDIR)/xfer_.c:$(OBJDIR)/xfer.h \ |
| @@ -2471,18 +2467,10 @@ | |
| 2467 | $(OBJDIR)/vfile.o: $(OBJDIR)/vfile_.c $(OBJDIR)/vfile.h $(SRCDIR)/config.h |
| 2468 | $(XTCC) -o $(OBJDIR)/vfile.o -c $(OBJDIR)/vfile_.c |
| 2469 | |
| 2470 | $(OBJDIR)/vfile.h: $(OBJDIR)/headers |
| 2471 | |
| 2472 | $(OBJDIR)/wiki_.c: $(SRCDIR)/wiki.c $(TRANSLATE) |
| 2473 | $(TRANSLATE) $(SRCDIR)/wiki.c >$@ |
| 2474 | |
| 2475 | $(OBJDIR)/wiki.o: $(OBJDIR)/wiki_.c $(OBJDIR)/wiki.h $(SRCDIR)/config.h |
| 2476 | $(XTCC) -o $(OBJDIR)/wiki.o -c $(OBJDIR)/wiki_.c |
| 2477 |
-10
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -489,11 +489,10 @@ | ||
| 489 | 489 | "$(OX)\user_.c" \ |
| 490 | 490 | "$(OX)\utf8_.c" \ |
| 491 | 491 | "$(OX)\util_.c" \ |
| 492 | 492 | "$(OX)\verify_.c" \ |
| 493 | 493 | "$(OX)\vfile_.c" \ |
| 494 | - "$(OX)\webmail_.c" \ | |
| 495 | 494 | "$(OX)\wiki_.c" \ |
| 496 | 495 | "$(OX)\wikiformat_.c" \ |
| 497 | 496 | "$(OX)\winfile_.c" \ |
| 498 | 497 | "$(OX)\winhttp_.c" \ |
| 499 | 498 | "$(OX)\xfer_.c" \ |
| @@ -749,11 +748,10 @@ | ||
| 749 | 748 | "$(OX)\user$O" \ |
| 750 | 749 | "$(OX)\utf8$O" \ |
| 751 | 750 | "$(OX)\util$O" \ |
| 752 | 751 | "$(OX)\verify$O" \ |
| 753 | 752 | "$(OX)\vfile$O" \ |
| 754 | - "$(OX)\webmail$O" \ | |
| 755 | 753 | "$(OX)\wiki$O" \ |
| 756 | 754 | "$(OX)\wikiformat$O" \ |
| 757 | 755 | "$(OX)\winfile$O" \ |
| 758 | 756 | "$(OX)\winhttp$O" \ |
| 759 | 757 | "$(OX)\xfer$O" \ |
| @@ -980,11 +978,10 @@ | ||
| 980 | 978 | echo "$(OX)\user.obj" >> $@ |
| 981 | 979 | echo "$(OX)\utf8.obj" >> $@ |
| 982 | 980 | echo "$(OX)\util.obj" >> $@ |
| 983 | 981 | echo "$(OX)\verify.obj" >> $@ |
| 984 | 982 | echo "$(OX)\vfile.obj" >> $@ |
| 985 | - echo "$(OX)\webmail.obj" >> $@ | |
| 986 | 983 | echo "$(OX)\wiki.obj" >> $@ |
| 987 | 984 | echo "$(OX)\wikiformat.obj" >> $@ |
| 988 | 985 | echo "$(OX)\winfile.obj" >> $@ |
| 989 | 986 | echo "$(OX)\winhttp.obj" >> $@ |
| 990 | 987 | echo "$(OX)\xfer.obj" >> $@ |
| @@ -2049,16 +2046,10 @@ | ||
| 2049 | 2046 | $(TCC) /Fo$@ /Fd$(@D)\ -c "$(OX)\vfile_.c" |
| 2050 | 2047 | |
| 2051 | 2048 | "$(OX)\vfile_.c" : "$(SRCDIR)\vfile.c" |
| 2052 | 2049 | "$(OBJDIR)\translate$E" $** > $@ |
| 2053 | 2050 | |
| 2054 | -"$(OX)\webmail$O" : "$(OX)\webmail_.c" "$(OX)\webmail.h" | |
| 2055 | - $(TCC) /Fo$@ /Fd$(@D)\ -c "$(OX)\webmail_.c" | |
| 2056 | - | |
| 2057 | -"$(OX)\webmail_.c" : "$(SRCDIR)\webmail.c" | |
| 2058 | - "$(OBJDIR)\translate$E" $** > $@ | |
| 2059 | - | |
| 2060 | 2051 | "$(OX)\wiki$O" : "$(OX)\wiki_.c" "$(OX)\wiki.h" |
| 2061 | 2052 | $(TCC) /Fo$@ /Fd$(@D)\ -c "$(OX)\wiki_.c" |
| 2062 | 2053 | |
| 2063 | 2054 | "$(OX)\wiki_.c" : "$(SRCDIR)\wiki.c" |
| 2064 | 2055 | "$(OBJDIR)\translate$E" $** > $@ |
| @@ -2241,11 +2232,10 @@ | ||
| 2241 | 2232 | "$(OX)\user_.c":"$(OX)\user.h" \ |
| 2242 | 2233 | "$(OX)\utf8_.c":"$(OX)\utf8.h" \ |
| 2243 | 2234 | "$(OX)\util_.c":"$(OX)\util.h" \ |
| 2244 | 2235 | "$(OX)\verify_.c":"$(OX)\verify.h" \ |
| 2245 | 2236 | "$(OX)\vfile_.c":"$(OX)\vfile.h" \ |
| 2246 | - "$(OX)\webmail_.c":"$(OX)\webmail.h" \ | |
| 2247 | 2237 | "$(OX)\wiki_.c":"$(OX)\wiki.h" \ |
| 2248 | 2238 | "$(OX)\wikiformat_.c":"$(OX)\wikiformat.h" \ |
| 2249 | 2239 | "$(OX)\winfile_.c":"$(OX)\winfile.h" \ |
| 2250 | 2240 | "$(OX)\winhttp_.c":"$(OX)\winhttp.h" \ |
| 2251 | 2241 | "$(OX)\xfer_.c":"$(OX)\xfer.h" \ |
| 2252 | 2242 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -489,11 +489,10 @@ | |
| 489 | "$(OX)\user_.c" \ |
| 490 | "$(OX)\utf8_.c" \ |
| 491 | "$(OX)\util_.c" \ |
| 492 | "$(OX)\verify_.c" \ |
| 493 | "$(OX)\vfile_.c" \ |
| 494 | "$(OX)\webmail_.c" \ |
| 495 | "$(OX)\wiki_.c" \ |
| 496 | "$(OX)\wikiformat_.c" \ |
| 497 | "$(OX)\winfile_.c" \ |
| 498 | "$(OX)\winhttp_.c" \ |
| 499 | "$(OX)\xfer_.c" \ |
| @@ -749,11 +748,10 @@ | |
| 749 | "$(OX)\user$O" \ |
| 750 | "$(OX)\utf8$O" \ |
| 751 | "$(OX)\util$O" \ |
| 752 | "$(OX)\verify$O" \ |
| 753 | "$(OX)\vfile$O" \ |
| 754 | "$(OX)\webmail$O" \ |
| 755 | "$(OX)\wiki$O" \ |
| 756 | "$(OX)\wikiformat$O" \ |
| 757 | "$(OX)\winfile$O" \ |
| 758 | "$(OX)\winhttp$O" \ |
| 759 | "$(OX)\xfer$O" \ |
| @@ -980,11 +978,10 @@ | |
| 980 | echo "$(OX)\user.obj" >> $@ |
| 981 | echo "$(OX)\utf8.obj" >> $@ |
| 982 | echo "$(OX)\util.obj" >> $@ |
| 983 | echo "$(OX)\verify.obj" >> $@ |
| 984 | echo "$(OX)\vfile.obj" >> $@ |
| 985 | echo "$(OX)\webmail.obj" >> $@ |
| 986 | echo "$(OX)\wiki.obj" >> $@ |
| 987 | echo "$(OX)\wikiformat.obj" >> $@ |
| 988 | echo "$(OX)\winfile.obj" >> $@ |
| 989 | echo "$(OX)\winhttp.obj" >> $@ |
| 990 | echo "$(OX)\xfer.obj" >> $@ |
| @@ -2049,16 +2046,10 @@ | |
| 2049 | $(TCC) /Fo$@ /Fd$(@D)\ -c "$(OX)\vfile_.c" |
| 2050 | |
| 2051 | "$(OX)\vfile_.c" : "$(SRCDIR)\vfile.c" |
| 2052 | "$(OBJDIR)\translate$E" $** > $@ |
| 2053 | |
| 2054 | "$(OX)\webmail$O" : "$(OX)\webmail_.c" "$(OX)\webmail.h" |
| 2055 | $(TCC) /Fo$@ /Fd$(@D)\ -c "$(OX)\webmail_.c" |
| 2056 | |
| 2057 | "$(OX)\webmail_.c" : "$(SRCDIR)\webmail.c" |
| 2058 | "$(OBJDIR)\translate$E" $** > $@ |
| 2059 | |
| 2060 | "$(OX)\wiki$O" : "$(OX)\wiki_.c" "$(OX)\wiki.h" |
| 2061 | $(TCC) /Fo$@ /Fd$(@D)\ -c "$(OX)\wiki_.c" |
| 2062 | |
| 2063 | "$(OX)\wiki_.c" : "$(SRCDIR)\wiki.c" |
| 2064 | "$(OBJDIR)\translate$E" $** > $@ |
| @@ -2241,11 +2232,10 @@ | |
| 2241 | "$(OX)\user_.c":"$(OX)\user.h" \ |
| 2242 | "$(OX)\utf8_.c":"$(OX)\utf8.h" \ |
| 2243 | "$(OX)\util_.c":"$(OX)\util.h" \ |
| 2244 | "$(OX)\verify_.c":"$(OX)\verify.h" \ |
| 2245 | "$(OX)\vfile_.c":"$(OX)\vfile.h" \ |
| 2246 | "$(OX)\webmail_.c":"$(OX)\webmail.h" \ |
| 2247 | "$(OX)\wiki_.c":"$(OX)\wiki.h" \ |
| 2248 | "$(OX)\wikiformat_.c":"$(OX)\wikiformat.h" \ |
| 2249 | "$(OX)\winfile_.c":"$(OX)\winfile.h" \ |
| 2250 | "$(OX)\winhttp_.c":"$(OX)\winhttp.h" \ |
| 2251 | "$(OX)\xfer_.c":"$(OX)\xfer.h" \ |
| 2252 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -489,11 +489,10 @@ | |
| 489 | "$(OX)\user_.c" \ |
| 490 | "$(OX)\utf8_.c" \ |
| 491 | "$(OX)\util_.c" \ |
| 492 | "$(OX)\verify_.c" \ |
| 493 | "$(OX)\vfile_.c" \ |
| 494 | "$(OX)\wiki_.c" \ |
| 495 | "$(OX)\wikiformat_.c" \ |
| 496 | "$(OX)\winfile_.c" \ |
| 497 | "$(OX)\winhttp_.c" \ |
| 498 | "$(OX)\xfer_.c" \ |
| @@ -749,11 +748,10 @@ | |
| 748 | "$(OX)\user$O" \ |
| 749 | "$(OX)\utf8$O" \ |
| 750 | "$(OX)\util$O" \ |
| 751 | "$(OX)\verify$O" \ |
| 752 | "$(OX)\vfile$O" \ |
| 753 | "$(OX)\wiki$O" \ |
| 754 | "$(OX)\wikiformat$O" \ |
| 755 | "$(OX)\winfile$O" \ |
| 756 | "$(OX)\winhttp$O" \ |
| 757 | "$(OX)\xfer$O" \ |
| @@ -980,11 +978,10 @@ | |
| 978 | echo "$(OX)\user.obj" >> $@ |
| 979 | echo "$(OX)\utf8.obj" >> $@ |
| 980 | echo "$(OX)\util.obj" >> $@ |
| 981 | echo "$(OX)\verify.obj" >> $@ |
| 982 | echo "$(OX)\vfile.obj" >> $@ |
| 983 | echo "$(OX)\wiki.obj" >> $@ |
| 984 | echo "$(OX)\wikiformat.obj" >> $@ |
| 985 | echo "$(OX)\winfile.obj" >> $@ |
| 986 | echo "$(OX)\winhttp.obj" >> $@ |
| 987 | echo "$(OX)\xfer.obj" >> $@ |
| @@ -2049,16 +2046,10 @@ | |
| 2046 | $(TCC) /Fo$@ /Fd$(@D)\ -c "$(OX)\vfile_.c" |
| 2047 | |
| 2048 | "$(OX)\vfile_.c" : "$(SRCDIR)\vfile.c" |
| 2049 | "$(OBJDIR)\translate$E" $** > $@ |
| 2050 | |
| 2051 | "$(OX)\wiki$O" : "$(OX)\wiki_.c" "$(OX)\wiki.h" |
| 2052 | $(TCC) /Fo$@ /Fd$(@D)\ -c "$(OX)\wiki_.c" |
| 2053 | |
| 2054 | "$(OX)\wiki_.c" : "$(SRCDIR)\wiki.c" |
| 2055 | "$(OBJDIR)\translate$E" $** > $@ |
| @@ -2241,11 +2232,10 @@ | |
| 2232 | "$(OX)\user_.c":"$(OX)\user.h" \ |
| 2233 | "$(OX)\utf8_.c":"$(OX)\utf8.h" \ |
| 2234 | "$(OX)\util_.c":"$(OX)\util.h" \ |
| 2235 | "$(OX)\verify_.c":"$(OX)\verify.h" \ |
| 2236 | "$(OX)\vfile_.c":"$(OX)\vfile.h" \ |
| 2237 | "$(OX)\wiki_.c":"$(OX)\wiki.h" \ |
| 2238 | "$(OX)\wikiformat_.c":"$(OX)\wikiformat.h" \ |
| 2239 | "$(OX)\winfile_.c":"$(OX)\winfile.h" \ |
| 2240 | "$(OX)\winhttp_.c":"$(OX)\winhttp.h" \ |
| 2241 | "$(OX)\xfer_.c":"$(OX)\xfer.h" \ |
| 2242 |