Fossil SCM
First code for the /webmail page. Barely functional.
Commit
8dc832e69d57cc6772de3ce4b7077febe94be9eb0cd06461090ead5d61aba21d
Parent
006cc8143740974…
6 files changed
+12
+1
+5
+10
-4
+12
+10
+12
| --- src/main.mk | ||
| +++ src/main.mk | ||
| @@ -136,10 +136,11 @@ | ||
| 136 | 136 | $(SRCDIR)/user.c \ |
| 137 | 137 | $(SRCDIR)/utf8.c \ |
| 138 | 138 | $(SRCDIR)/util.c \ |
| 139 | 139 | $(SRCDIR)/verify.c \ |
| 140 | 140 | $(SRCDIR)/vfile.c \ |
| 141 | + $(SRCDIR)/webmail.c \ | |
| 141 | 142 | $(SRCDIR)/wiki.c \ |
| 142 | 143 | $(SRCDIR)/wikiformat.c \ |
| 143 | 144 | $(SRCDIR)/winfile.c \ |
| 144 | 145 | $(SRCDIR)/winhttp.c \ |
| 145 | 146 | $(SRCDIR)/wysiwyg.c \ |
| @@ -340,10 +341,11 @@ | ||
| 340 | 341 | $(OBJDIR)/user_.c \ |
| 341 | 342 | $(OBJDIR)/utf8_.c \ |
| 342 | 343 | $(OBJDIR)/util_.c \ |
| 343 | 344 | $(OBJDIR)/verify_.c \ |
| 344 | 345 | $(OBJDIR)/vfile_.c \ |
| 346 | + $(OBJDIR)/webmail_.c \ | |
| 345 | 347 | $(OBJDIR)/wiki_.c \ |
| 346 | 348 | $(OBJDIR)/wikiformat_.c \ |
| 347 | 349 | $(OBJDIR)/winfile_.c \ |
| 348 | 350 | $(OBJDIR)/winhttp_.c \ |
| 349 | 351 | $(OBJDIR)/wysiwyg_.c \ |
| @@ -473,10 +475,11 @@ | ||
| 473 | 475 | $(OBJDIR)/user.o \ |
| 474 | 476 | $(OBJDIR)/utf8.o \ |
| 475 | 477 | $(OBJDIR)/util.o \ |
| 476 | 478 | $(OBJDIR)/verify.o \ |
| 477 | 479 | $(OBJDIR)/vfile.o \ |
| 480 | + $(OBJDIR)/webmail.o \ | |
| 478 | 481 | $(OBJDIR)/wiki.o \ |
| 479 | 482 | $(OBJDIR)/wikiformat.o \ |
| 480 | 483 | $(OBJDIR)/winfile.o \ |
| 481 | 484 | $(OBJDIR)/winhttp.o \ |
| 482 | 485 | $(OBJDIR)/wysiwyg.o \ |
| @@ -804,10 +807,11 @@ | ||
| 804 | 807 | $(OBJDIR)/user_.c:$(OBJDIR)/user.h \ |
| 805 | 808 | $(OBJDIR)/utf8_.c:$(OBJDIR)/utf8.h \ |
| 806 | 809 | $(OBJDIR)/util_.c:$(OBJDIR)/util.h \ |
| 807 | 810 | $(OBJDIR)/verify_.c:$(OBJDIR)/verify.h \ |
| 808 | 811 | $(OBJDIR)/vfile_.c:$(OBJDIR)/vfile.h \ |
| 812 | + $(OBJDIR)/webmail_.c:$(OBJDIR)/webmail.h \ | |
| 809 | 813 | $(OBJDIR)/wiki_.c:$(OBJDIR)/wiki.h \ |
| 810 | 814 | $(OBJDIR)/wikiformat_.c:$(OBJDIR)/wikiformat.h \ |
| 811 | 815 | $(OBJDIR)/winfile_.c:$(OBJDIR)/winfile.h \ |
| 812 | 816 | $(OBJDIR)/winhttp_.c:$(OBJDIR)/winhttp.h \ |
| 813 | 817 | $(OBJDIR)/wysiwyg_.c:$(OBJDIR)/wysiwyg.h \ |
| @@ -1802,10 +1806,18 @@ | ||
| 1802 | 1806 | |
| 1803 | 1807 | $(OBJDIR)/vfile.o: $(OBJDIR)/vfile_.c $(OBJDIR)/vfile.h $(SRCDIR)/config.h |
| 1804 | 1808 | $(XTCC) -o $(OBJDIR)/vfile.o -c $(OBJDIR)/vfile_.c |
| 1805 | 1809 | |
| 1806 | 1810 | $(OBJDIR)/vfile.h: $(OBJDIR)/headers |
| 1811 | + | |
| 1812 | +$(OBJDIR)/webmail_.c: $(SRCDIR)/webmail.c $(OBJDIR)/translate | |
| 1813 | + $(OBJDIR)/translate $(SRCDIR)/webmail.c >$@ | |
| 1814 | + | |
| 1815 | +$(OBJDIR)/webmail.o: $(OBJDIR)/webmail_.c $(OBJDIR)/webmail.h $(SRCDIR)/config.h | |
| 1816 | + $(XTCC) -o $(OBJDIR)/webmail.o -c $(OBJDIR)/webmail_.c | |
| 1817 | + | |
| 1818 | +$(OBJDIR)/webmail.h: $(OBJDIR)/headers | |
| 1807 | 1819 | |
| 1808 | 1820 | $(OBJDIR)/wiki_.c: $(SRCDIR)/wiki.c $(OBJDIR)/translate |
| 1809 | 1821 | $(OBJDIR)/translate $(SRCDIR)/wiki.c >$@ |
| 1810 | 1822 | |
| 1811 | 1823 | $(OBJDIR)/wiki.o: $(OBJDIR)/wiki_.c $(OBJDIR)/wiki.h $(SRCDIR)/config.h |
| 1812 | 1824 |
| --- src/main.mk | |
| +++ src/main.mk | |
| @@ -136,10 +136,11 @@ | |
| 136 | $(SRCDIR)/user.c \ |
| 137 | $(SRCDIR)/utf8.c \ |
| 138 | $(SRCDIR)/util.c \ |
| 139 | $(SRCDIR)/verify.c \ |
| 140 | $(SRCDIR)/vfile.c \ |
| 141 | $(SRCDIR)/wiki.c \ |
| 142 | $(SRCDIR)/wikiformat.c \ |
| 143 | $(SRCDIR)/winfile.c \ |
| 144 | $(SRCDIR)/winhttp.c \ |
| 145 | $(SRCDIR)/wysiwyg.c \ |
| @@ -340,10 +341,11 @@ | |
| 340 | $(OBJDIR)/user_.c \ |
| 341 | $(OBJDIR)/utf8_.c \ |
| 342 | $(OBJDIR)/util_.c \ |
| 343 | $(OBJDIR)/verify_.c \ |
| 344 | $(OBJDIR)/vfile_.c \ |
| 345 | $(OBJDIR)/wiki_.c \ |
| 346 | $(OBJDIR)/wikiformat_.c \ |
| 347 | $(OBJDIR)/winfile_.c \ |
| 348 | $(OBJDIR)/winhttp_.c \ |
| 349 | $(OBJDIR)/wysiwyg_.c \ |
| @@ -473,10 +475,11 @@ | |
| 473 | $(OBJDIR)/user.o \ |
| 474 | $(OBJDIR)/utf8.o \ |
| 475 | $(OBJDIR)/util.o \ |
| 476 | $(OBJDIR)/verify.o \ |
| 477 | $(OBJDIR)/vfile.o \ |
| 478 | $(OBJDIR)/wiki.o \ |
| 479 | $(OBJDIR)/wikiformat.o \ |
| 480 | $(OBJDIR)/winfile.o \ |
| 481 | $(OBJDIR)/winhttp.o \ |
| 482 | $(OBJDIR)/wysiwyg.o \ |
| @@ -804,10 +807,11 @@ | |
| 804 | $(OBJDIR)/user_.c:$(OBJDIR)/user.h \ |
| 805 | $(OBJDIR)/utf8_.c:$(OBJDIR)/utf8.h \ |
| 806 | $(OBJDIR)/util_.c:$(OBJDIR)/util.h \ |
| 807 | $(OBJDIR)/verify_.c:$(OBJDIR)/verify.h \ |
| 808 | $(OBJDIR)/vfile_.c:$(OBJDIR)/vfile.h \ |
| 809 | $(OBJDIR)/wiki_.c:$(OBJDIR)/wiki.h \ |
| 810 | $(OBJDIR)/wikiformat_.c:$(OBJDIR)/wikiformat.h \ |
| 811 | $(OBJDIR)/winfile_.c:$(OBJDIR)/winfile.h \ |
| 812 | $(OBJDIR)/winhttp_.c:$(OBJDIR)/winhttp.h \ |
| 813 | $(OBJDIR)/wysiwyg_.c:$(OBJDIR)/wysiwyg.h \ |
| @@ -1802,10 +1806,18 @@ | |
| 1802 | |
| 1803 | $(OBJDIR)/vfile.o: $(OBJDIR)/vfile_.c $(OBJDIR)/vfile.h $(SRCDIR)/config.h |
| 1804 | $(XTCC) -o $(OBJDIR)/vfile.o -c $(OBJDIR)/vfile_.c |
| 1805 | |
| 1806 | $(OBJDIR)/vfile.h: $(OBJDIR)/headers |
| 1807 | |
| 1808 | $(OBJDIR)/wiki_.c: $(SRCDIR)/wiki.c $(OBJDIR)/translate |
| 1809 | $(OBJDIR)/translate $(SRCDIR)/wiki.c >$@ |
| 1810 | |
| 1811 | $(OBJDIR)/wiki.o: $(OBJDIR)/wiki_.c $(OBJDIR)/wiki.h $(SRCDIR)/config.h |
| 1812 |
| --- src/main.mk | |
| +++ src/main.mk | |
| @@ -136,10 +136,11 @@ | |
| 136 | $(SRCDIR)/user.c \ |
| 137 | $(SRCDIR)/utf8.c \ |
| 138 | $(SRCDIR)/util.c \ |
| 139 | $(SRCDIR)/verify.c \ |
| 140 | $(SRCDIR)/vfile.c \ |
| 141 | $(SRCDIR)/webmail.c \ |
| 142 | $(SRCDIR)/wiki.c \ |
| 143 | $(SRCDIR)/wikiformat.c \ |
| 144 | $(SRCDIR)/winfile.c \ |
| 145 | $(SRCDIR)/winhttp.c \ |
| 146 | $(SRCDIR)/wysiwyg.c \ |
| @@ -340,10 +341,11 @@ | |
| 341 | $(OBJDIR)/user_.c \ |
| 342 | $(OBJDIR)/utf8_.c \ |
| 343 | $(OBJDIR)/util_.c \ |
| 344 | $(OBJDIR)/verify_.c \ |
| 345 | $(OBJDIR)/vfile_.c \ |
| 346 | $(OBJDIR)/webmail_.c \ |
| 347 | $(OBJDIR)/wiki_.c \ |
| 348 | $(OBJDIR)/wikiformat_.c \ |
| 349 | $(OBJDIR)/winfile_.c \ |
| 350 | $(OBJDIR)/winhttp_.c \ |
| 351 | $(OBJDIR)/wysiwyg_.c \ |
| @@ -473,10 +475,11 @@ | |
| 475 | $(OBJDIR)/user.o \ |
| 476 | $(OBJDIR)/utf8.o \ |
| 477 | $(OBJDIR)/util.o \ |
| 478 | $(OBJDIR)/verify.o \ |
| 479 | $(OBJDIR)/vfile.o \ |
| 480 | $(OBJDIR)/webmail.o \ |
| 481 | $(OBJDIR)/wiki.o \ |
| 482 | $(OBJDIR)/wikiformat.o \ |
| 483 | $(OBJDIR)/winfile.o \ |
| 484 | $(OBJDIR)/winhttp.o \ |
| 485 | $(OBJDIR)/wysiwyg.o \ |
| @@ -804,10 +807,11 @@ | |
| 807 | $(OBJDIR)/user_.c:$(OBJDIR)/user.h \ |
| 808 | $(OBJDIR)/utf8_.c:$(OBJDIR)/utf8.h \ |
| 809 | $(OBJDIR)/util_.c:$(OBJDIR)/util.h \ |
| 810 | $(OBJDIR)/verify_.c:$(OBJDIR)/verify.h \ |
| 811 | $(OBJDIR)/vfile_.c:$(OBJDIR)/vfile.h \ |
| 812 | $(OBJDIR)/webmail_.c:$(OBJDIR)/webmail.h \ |
| 813 | $(OBJDIR)/wiki_.c:$(OBJDIR)/wiki.h \ |
| 814 | $(OBJDIR)/wikiformat_.c:$(OBJDIR)/wikiformat.h \ |
| 815 | $(OBJDIR)/winfile_.c:$(OBJDIR)/winfile.h \ |
| 816 | $(OBJDIR)/winhttp_.c:$(OBJDIR)/winhttp.h \ |
| 817 | $(OBJDIR)/wysiwyg_.c:$(OBJDIR)/wysiwyg.h \ |
| @@ -1802,10 +1806,18 @@ | |
| 1806 | |
| 1807 | $(OBJDIR)/vfile.o: $(OBJDIR)/vfile_.c $(OBJDIR)/vfile.h $(SRCDIR)/config.h |
| 1808 | $(XTCC) -o $(OBJDIR)/vfile.o -c $(OBJDIR)/vfile_.c |
| 1809 | |
| 1810 | $(OBJDIR)/vfile.h: $(OBJDIR)/headers |
| 1811 | |
| 1812 | $(OBJDIR)/webmail_.c: $(SRCDIR)/webmail.c $(OBJDIR)/translate |
| 1813 | $(OBJDIR)/translate $(SRCDIR)/webmail.c >$@ |
| 1814 | |
| 1815 | $(OBJDIR)/webmail.o: $(OBJDIR)/webmail_.c $(OBJDIR)/webmail.h $(SRCDIR)/config.h |
| 1816 | $(XTCC) -o $(OBJDIR)/webmail.o -c $(OBJDIR)/webmail_.c |
| 1817 | |
| 1818 | $(OBJDIR)/webmail.h: $(OBJDIR)/headers |
| 1819 | |
| 1820 | $(OBJDIR)/wiki_.c: $(SRCDIR)/wiki.c $(OBJDIR)/translate |
| 1821 | $(OBJDIR)/translate $(SRCDIR)/wiki.c >$@ |
| 1822 | |
| 1823 | $(OBJDIR)/wiki.o: $(OBJDIR)/wiki_.c $(OBJDIR)/wiki.h $(SRCDIR)/config.h |
| 1824 |
+1
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -147,10 +147,11 @@ | ||
| 147 | 147 | user |
| 148 | 148 | utf8 |
| 149 | 149 | util |
| 150 | 150 | verify |
| 151 | 151 | vfile |
| 152 | + webmail | |
| 152 | 153 | wiki |
| 153 | 154 | wikiformat |
| 154 | 155 | winfile |
| 155 | 156 | winhttp |
| 156 | 157 | wysiwyg |
| 157 | 158 | |
| 158 | 159 | ADDED src/webmail.c |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -147,10 +147,11 @@ | |
| 147 | user |
| 148 | utf8 |
| 149 | util |
| 150 | verify |
| 151 | vfile |
| 152 | wiki |
| 153 | wikiformat |
| 154 | winfile |
| 155 | winhttp |
| 156 | wysiwyg |
| 157 | |
| 158 | DDED src/webmail.c |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -147,10 +147,11 @@ | |
| 147 | user |
| 148 | utf8 |
| 149 | util |
| 150 | verify |
| 151 | vfile |
| 152 | webmail |
| 153 | wiki |
| 154 | wikiformat |
| 155 | winfile |
| 156 | winhttp |
| 157 | wysiwyg |
| 158 | |
| 159 | DDED src/webmail.c |
+5
| --- a/src/webmail.c | ||
| +++ b/src/webmail.c | ||
| @@ -0,0 +1,5 @@ | ||
| 1 | +=UBlob content; /* Encodint *aHdr; /* Two integers for each hdr line, offset and length blob_reset(&p->aBody[i].contentpNew->content = empty_blobint iOfst, int nAmtHdrHdr, sizeof(int)*2Hdr[p->nHdr*2-2] = iOfst; | |
| 2 | + , int n){ | |
| 3 | + while( n>0 &&n--; | |
| 4 | + z+!g.perm.Admin || P("all")==0 ){ | |
| 5 | +etxt |
| --- a/src/webmail.c | |
| +++ b/src/webmail.c | |
| @@ -0,0 +1,5 @@ | |
| --- a/src/webmail.c | |
| +++ b/src/webmail.c | |
| @@ -0,0 +1,5 @@ | |
| 1 | =UBlob content; /* Encodint *aHdr; /* Two integers for each hdr line, offset and length blob_reset(&p->aBody[i].contentpNew->content = empty_blobint iOfst, int nAmtHdrHdr, sizeof(int)*2Hdr[p->nHdr*2-2] = iOfst; |
| 2 | , int n){ |
| 3 | while( n>0 &&n--; |
| 4 | z+!g.perm.Admin || P("all")==0 ){ |
| 5 | etxt |
+10
-4
| --- win/Makefile.dmc | ||
| +++ win/Makefile.dmc | ||
| @@ -28,13 +28,13 @@ | ||
| 28 | 28 | |
| 29 | 29 | SQLITE_OPTIONS = -DNDEBUG=1 -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_GET_TABLE -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_FTS3_PARENTHESIS -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_STMTVTAB -DSQLITE_HAVE_ZLIB -DSQLITE_INTROSPECTION_PRAGMAS -DSQLITE_ENABLE_DBPAGE_VTAB |
| 30 | 30 | |
| 31 | 31 | SHELL_OPTIONS = -DNDEBUG=1 -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_GET_TABLE -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_FTS3_PARENTHESIS -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_STMTVTAB -DSQLITE_HAVE_ZLIB -DSQLITE_INTROSPECTION_PRAGMAS -DSQLITE_ENABLE_DBPAGE_VTAB -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 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 cookies_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c dispatch_.c doc_.c email_.c encode_.c etag_.c event_.c export_.c file_.c finfo_.c foci_.c forum_.c fshell_.c fusefs_.c glob_.c graph_.c gzip_.c hname_.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 piechart_.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 security_audit_.c setup_.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 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 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 cookies_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c dispatch_.c doc_.c email_.c encode_.c etag_.c event_.c export_.c file_.c finfo_.c foci_.c forum_.c fshell_.c fusefs_.c glob_.c graph_.c gzip_.c hname_.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 piechart_.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 security_audit_.c setup_.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 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 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)\cookies$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\dispatch$O $(OBJDIR)\doc$O $(OBJDIR)\email$O $(OBJDIR)\encode$O $(OBJDIR)\etag$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\file$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\forum$O $(OBJDIR)\fshell$O $(OBJDIR)\fusefs$O $(OBJDIR)\glob$O $(OBJDIR)\graph$O $(OBJDIR)\gzip$O $(OBJDIR)\hname$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)\piechart$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)\security_audit$O $(OBJDIR)\setup$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)\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)\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)\cookies$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\dispatch$O $(OBJDIR)\doc$O $(OBJDIR)\email$O $(OBJDIR)\encode$O $(OBJDIR)\etag$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\file$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\forum$O $(OBJDIR)\fshell$O $(OBJDIR)\fusefs$O $(OBJDIR)\glob$O $(OBJDIR)\graph$O $(OBJDIR)\gzip$O $(OBJDIR)\hname$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)\piechart$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)\security_audit$O $(OBJDIR)\setup$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)\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)\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 cookies db delta deltacmd descendants diff diffcmd dispatch doc email encode etag event export file finfo foci forum fshell fusefs glob graph gzip hname 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 piechart pivot popen pqueue printf publish purge rebuild regexp report rss schema search security_audit setup sha1 sha1hard sha3 shun sitemap skins smtp sqlcmd stash stat statrep style sync tag tar th_main timeline tkt tktsetup undo unicode unversioned 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 cookies db delta deltacmd descendants diff diffcmd dispatch doc email encode etag event export file finfo foci forum fshell fusefs glob graph gzip hname 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 piechart pivot popen pqueue printf publish purge rebuild regexp report rss schema search security_audit setup sha1 sha1hard sha3 shun sitemap skins smtp sqlcmd stash stat statrep style sync tag tar th_main timeline tkt tktsetup undo unicode unversioned update url user utf8 util verify vfile webmail 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 >> $@ |
| @@ -866,10 +866,16 @@ | ||
| 866 | 866 | $(OBJDIR)\vfile$O : vfile_.c vfile.h |
| 867 | 867 | $(TCC) -o$@ -c vfile_.c |
| 868 | 868 | |
| 869 | 869 | vfile_.c : $(SRCDIR)\vfile.c |
| 870 | 870 | +translate$E $** > $@ |
| 871 | + | |
| 872 | +$(OBJDIR)\webmail$O : webmail_.c webmail.h | |
| 873 | + $(TCC) -o$@ -c webmail_.c | |
| 874 | + | |
| 875 | +webmail_.c : $(SRCDIR)\webmail.c | |
| 876 | + +translate$E $** > $@ | |
| 871 | 877 | |
| 872 | 878 | $(OBJDIR)\wiki$O : wiki_.c wiki.h |
| 873 | 879 | $(TCC) -o$@ -c wiki_.c |
| 874 | 880 | |
| 875 | 881 | wiki_.c : $(SRCDIR)\wiki.c |
| @@ -916,7 +922,7 @@ | ||
| 916 | 922 | |
| 917 | 923 | zip_.c : $(SRCDIR)\zip.c |
| 918 | 924 | +translate$E $** > $@ |
| 919 | 925 | |
| 920 | 926 | headers: makeheaders$E page_index.h builtin_data.h default_css.h VERSION.h |
| 921 | - +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 cookies_.c:cookies.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 dispatch_.c:dispatch.h doc_.c:doc.h email_.c:email.h encode_.c:encode.h etag_.c:etag.h event_.c:event.h export_.c:export.h file_.c:file.h finfo_.c:finfo.h foci_.c:foci.h forum_.c:forum.h fshell_.c:fshell.h fusefs_.c:fusefs.h glob_.c:glob.h graph_.c:graph.h gzip_.c:gzip.h hname_.c:hname.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 piechart_.c:piechart.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 security_audit_.c:security_audit.h setup_.c:setup.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 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 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 | |
| 927 | + +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 cookies_.c:cookies.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 dispatch_.c:dispatch.h doc_.c:doc.h email_.c:email.h encode_.c:encode.h etag_.c:etag.h event_.c:event.h export_.c:export.h file_.c:file.h finfo_.c:finfo.h foci_.c:foci.h forum_.c:forum.h fshell_.c:fshell.h fusefs_.c:fusefs.h glob_.c:glob.h graph_.c:graph.h gzip_.c:gzip.h hname_.c:hname.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 piechart_.c:piechart.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 security_audit_.c:security_audit.h setup_.c:setup.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 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 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 | |
| 922 | 928 | @copy /Y nul: headers |
| 923 | 929 |
| --- win/Makefile.dmc | |
| +++ win/Makefile.dmc | |
| @@ -28,13 +28,13 @@ | |
| 28 | |
| 29 | SQLITE_OPTIONS = -DNDEBUG=1 -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_GET_TABLE -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_FTS3_PARENTHESIS -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_STMTVTAB -DSQLITE_HAVE_ZLIB -DSQLITE_INTROSPECTION_PRAGMAS -DSQLITE_ENABLE_DBPAGE_VTAB |
| 30 | |
| 31 | SHELL_OPTIONS = -DNDEBUG=1 -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_GET_TABLE -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_FTS3_PARENTHESIS -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_STMTVTAB -DSQLITE_HAVE_ZLIB -DSQLITE_INTROSPECTION_PRAGMAS -DSQLITE_ENABLE_DBPAGE_VTAB -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 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 cookies_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c dispatch_.c doc_.c email_.c encode_.c etag_.c event_.c export_.c file_.c finfo_.c foci_.c forum_.c fshell_.c fusefs_.c glob_.c graph_.c gzip_.c hname_.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 piechart_.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 security_audit_.c setup_.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 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 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)\cookies$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\dispatch$O $(OBJDIR)\doc$O $(OBJDIR)\email$O $(OBJDIR)\encode$O $(OBJDIR)\etag$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\file$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\forum$O $(OBJDIR)\fshell$O $(OBJDIR)\fusefs$O $(OBJDIR)\glob$O $(OBJDIR)\graph$O $(OBJDIR)\gzip$O $(OBJDIR)\hname$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)\piechart$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)\security_audit$O $(OBJDIR)\setup$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)\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)\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 cookies db delta deltacmd descendants diff diffcmd dispatch doc email encode etag event export file finfo foci forum fshell fusefs glob graph gzip hname 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 piechart pivot popen pqueue printf publish purge rebuild regexp report rss schema search security_audit setup sha1 sha1hard sha3 shun sitemap skins smtp sqlcmd stash stat statrep style sync tag tar th_main timeline tkt tktsetup undo unicode unversioned 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 >> $@ |
| @@ -866,10 +866,16 @@ | |
| 866 | $(OBJDIR)\vfile$O : vfile_.c vfile.h |
| 867 | $(TCC) -o$@ -c vfile_.c |
| 868 | |
| 869 | vfile_.c : $(SRCDIR)\vfile.c |
| 870 | +translate$E $** > $@ |
| 871 | |
| 872 | $(OBJDIR)\wiki$O : wiki_.c wiki.h |
| 873 | $(TCC) -o$@ -c wiki_.c |
| 874 | |
| 875 | wiki_.c : $(SRCDIR)\wiki.c |
| @@ -916,7 +922,7 @@ | |
| 916 | |
| 917 | zip_.c : $(SRCDIR)\zip.c |
| 918 | +translate$E $** > $@ |
| 919 | |
| 920 | headers: makeheaders$E page_index.h builtin_data.h default_css.h VERSION.h |
| 921 | +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 cookies_.c:cookies.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 dispatch_.c:dispatch.h doc_.c:doc.h email_.c:email.h encode_.c:encode.h etag_.c:etag.h event_.c:event.h export_.c:export.h file_.c:file.h finfo_.c:finfo.h foci_.c:foci.h forum_.c:forum.h fshell_.c:fshell.h fusefs_.c:fusefs.h glob_.c:glob.h graph_.c:graph.h gzip_.c:gzip.h hname_.c:hname.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 piechart_.c:piechart.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 security_audit_.c:security_audit.h setup_.c:setup.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 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 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 |
| 922 | @copy /Y nul: headers |
| 923 |
| --- win/Makefile.dmc | |
| +++ win/Makefile.dmc | |
| @@ -28,13 +28,13 @@ | |
| 28 | |
| 29 | SQLITE_OPTIONS = -DNDEBUG=1 -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_GET_TABLE -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_FTS3_PARENTHESIS -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_STMTVTAB -DSQLITE_HAVE_ZLIB -DSQLITE_INTROSPECTION_PRAGMAS -DSQLITE_ENABLE_DBPAGE_VTAB |
| 30 | |
| 31 | SHELL_OPTIONS = -DNDEBUG=1 -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_GET_TABLE -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_FTS3_PARENTHESIS -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_STMTVTAB -DSQLITE_HAVE_ZLIB -DSQLITE_INTROSPECTION_PRAGMAS -DSQLITE_ENABLE_DBPAGE_VTAB -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 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 cookies_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c dispatch_.c doc_.c email_.c encode_.c etag_.c event_.c export_.c file_.c finfo_.c foci_.c forum_.c fshell_.c fusefs_.c glob_.c graph_.c gzip_.c hname_.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 piechart_.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 security_audit_.c setup_.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 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 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)\cookies$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\dispatch$O $(OBJDIR)\doc$O $(OBJDIR)\email$O $(OBJDIR)\encode$O $(OBJDIR)\etag$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\file$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\forum$O $(OBJDIR)\fshell$O $(OBJDIR)\fusefs$O $(OBJDIR)\glob$O $(OBJDIR)\graph$O $(OBJDIR)\gzip$O $(OBJDIR)\hname$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)\piechart$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)\security_audit$O $(OBJDIR)\setup$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)\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)\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 cookies db delta deltacmd descendants diff diffcmd dispatch doc email encode etag event export file finfo foci forum fshell fusefs glob graph gzip hname 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 piechart pivot popen pqueue printf publish purge rebuild regexp report rss schema search security_audit setup sha1 sha1hard sha3 shun sitemap skins smtp sqlcmd stash stat statrep style sync tag tar th_main timeline tkt tktsetup undo unicode unversioned update url user utf8 util verify vfile webmail 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 >> $@ |
| @@ -866,10 +866,16 @@ | |
| 866 | $(OBJDIR)\vfile$O : vfile_.c vfile.h |
| 867 | $(TCC) -o$@ -c vfile_.c |
| 868 | |
| 869 | vfile_.c : $(SRCDIR)\vfile.c |
| 870 | +translate$E $** > $@ |
| 871 | |
| 872 | $(OBJDIR)\webmail$O : webmail_.c webmail.h |
| 873 | $(TCC) -o$@ -c webmail_.c |
| 874 | |
| 875 | webmail_.c : $(SRCDIR)\webmail.c |
| 876 | +translate$E $** > $@ |
| 877 | |
| 878 | $(OBJDIR)\wiki$O : wiki_.c wiki.h |
| 879 | $(TCC) -o$@ -c wiki_.c |
| 880 | |
| 881 | wiki_.c : $(SRCDIR)\wiki.c |
| @@ -916,7 +922,7 @@ | |
| 922 | |
| 923 | zip_.c : $(SRCDIR)\zip.c |
| 924 | +translate$E $** > $@ |
| 925 | |
| 926 | headers: makeheaders$E page_index.h builtin_data.h default_css.h VERSION.h |
| 927 | +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 cookies_.c:cookies.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 dispatch_.c:dispatch.h doc_.c:doc.h email_.c:email.h encode_.c:encode.h etag_.c:etag.h event_.c:event.h export_.c:export.h file_.c:file.h finfo_.c:finfo.h foci_.c:foci.h forum_.c:forum.h fshell_.c:fshell.h fusefs_.c:fusefs.h glob_.c:glob.h graph_.c:graph.h gzip_.c:gzip.h hname_.c:hname.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 piechart_.c:piechart.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 security_audit_.c:security_audit.h setup_.c:setup.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 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 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 |
| 928 | @copy /Y nul: headers |
| 929 |
+12
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -555,10 +555,11 @@ | ||
| 555 | 555 | $(SRCDIR)/user.c \ |
| 556 | 556 | $(SRCDIR)/utf8.c \ |
| 557 | 557 | $(SRCDIR)/util.c \ |
| 558 | 558 | $(SRCDIR)/verify.c \ |
| 559 | 559 | $(SRCDIR)/vfile.c \ |
| 560 | + $(SRCDIR)/webmail.c \ | |
| 560 | 561 | $(SRCDIR)/wiki.c \ |
| 561 | 562 | $(SRCDIR)/wikiformat.c \ |
| 562 | 563 | $(SRCDIR)/winfile.c \ |
| 563 | 564 | $(SRCDIR)/winhttp.c \ |
| 564 | 565 | $(SRCDIR)/wysiwyg.c \ |
| @@ -759,10 +760,11 @@ | ||
| 759 | 760 | $(OBJDIR)/user_.c \ |
| 760 | 761 | $(OBJDIR)/utf8_.c \ |
| 761 | 762 | $(OBJDIR)/util_.c \ |
| 762 | 763 | $(OBJDIR)/verify_.c \ |
| 763 | 764 | $(OBJDIR)/vfile_.c \ |
| 765 | + $(OBJDIR)/webmail_.c \ | |
| 764 | 766 | $(OBJDIR)/wiki_.c \ |
| 765 | 767 | $(OBJDIR)/wikiformat_.c \ |
| 766 | 768 | $(OBJDIR)/winfile_.c \ |
| 767 | 769 | $(OBJDIR)/winhttp_.c \ |
| 768 | 770 | $(OBJDIR)/wysiwyg_.c \ |
| @@ -892,10 +894,11 @@ | ||
| 892 | 894 | $(OBJDIR)/user.o \ |
| 893 | 895 | $(OBJDIR)/utf8.o \ |
| 894 | 896 | $(OBJDIR)/util.o \ |
| 895 | 897 | $(OBJDIR)/verify.o \ |
| 896 | 898 | $(OBJDIR)/vfile.o \ |
| 899 | + $(OBJDIR)/webmail.o \ | |
| 897 | 900 | $(OBJDIR)/wiki.o \ |
| 898 | 901 | $(OBJDIR)/wikiformat.o \ |
| 899 | 902 | $(OBJDIR)/winfile.o \ |
| 900 | 903 | $(OBJDIR)/winhttp.o \ |
| 901 | 904 | $(OBJDIR)/wysiwyg.o \ |
| @@ -1244,10 +1247,11 @@ | ||
| 1244 | 1247 | $(OBJDIR)/user_.c:$(OBJDIR)/user.h \ |
| 1245 | 1248 | $(OBJDIR)/utf8_.c:$(OBJDIR)/utf8.h \ |
| 1246 | 1249 | $(OBJDIR)/util_.c:$(OBJDIR)/util.h \ |
| 1247 | 1250 | $(OBJDIR)/verify_.c:$(OBJDIR)/verify.h \ |
| 1248 | 1251 | $(OBJDIR)/vfile_.c:$(OBJDIR)/vfile.h \ |
| 1252 | + $(OBJDIR)/webmail_.c:$(OBJDIR)/webmail.h \ | |
| 1249 | 1253 | $(OBJDIR)/wiki_.c:$(OBJDIR)/wiki.h \ |
| 1250 | 1254 | $(OBJDIR)/wikiformat_.c:$(OBJDIR)/wikiformat.h \ |
| 1251 | 1255 | $(OBJDIR)/winfile_.c:$(OBJDIR)/winfile.h \ |
| 1252 | 1256 | $(OBJDIR)/winhttp_.c:$(OBJDIR)/winhttp.h \ |
| 1253 | 1257 | $(OBJDIR)/wysiwyg_.c:$(OBJDIR)/wysiwyg.h \ |
| @@ -2244,10 +2248,18 @@ | ||
| 2244 | 2248 | |
| 2245 | 2249 | $(OBJDIR)/vfile.o: $(OBJDIR)/vfile_.c $(OBJDIR)/vfile.h $(SRCDIR)/config.h |
| 2246 | 2250 | $(XTCC) -o $(OBJDIR)/vfile.o -c $(OBJDIR)/vfile_.c |
| 2247 | 2251 | |
| 2248 | 2252 | $(OBJDIR)/vfile.h: $(OBJDIR)/headers |
| 2253 | + | |
| 2254 | +$(OBJDIR)/webmail_.c: $(SRCDIR)/webmail.c $(TRANSLATE) | |
| 2255 | + $(TRANSLATE) $(SRCDIR)/webmail.c >$@ | |
| 2256 | + | |
| 2257 | +$(OBJDIR)/webmail.o: $(OBJDIR)/webmail_.c $(OBJDIR)/webmail.h $(SRCDIR)/config.h | |
| 2258 | + $(XTCC) -o $(OBJDIR)/webmail.o -c $(OBJDIR)/webmail_.c | |
| 2259 | + | |
| 2260 | +$(OBJDIR)/webmail.h: $(OBJDIR)/headers | |
| 2249 | 2261 | |
| 2250 | 2262 | $(OBJDIR)/wiki_.c: $(SRCDIR)/wiki.c $(TRANSLATE) |
| 2251 | 2263 | $(TRANSLATE) $(SRCDIR)/wiki.c >$@ |
| 2252 | 2264 | |
| 2253 | 2265 | $(OBJDIR)/wiki.o: $(OBJDIR)/wiki_.c $(OBJDIR)/wiki.h $(SRCDIR)/config.h |
| 2254 | 2266 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -555,10 +555,11 @@ | |
| 555 | $(SRCDIR)/user.c \ |
| 556 | $(SRCDIR)/utf8.c \ |
| 557 | $(SRCDIR)/util.c \ |
| 558 | $(SRCDIR)/verify.c \ |
| 559 | $(SRCDIR)/vfile.c \ |
| 560 | $(SRCDIR)/wiki.c \ |
| 561 | $(SRCDIR)/wikiformat.c \ |
| 562 | $(SRCDIR)/winfile.c \ |
| 563 | $(SRCDIR)/winhttp.c \ |
| 564 | $(SRCDIR)/wysiwyg.c \ |
| @@ -759,10 +760,11 @@ | |
| 759 | $(OBJDIR)/user_.c \ |
| 760 | $(OBJDIR)/utf8_.c \ |
| 761 | $(OBJDIR)/util_.c \ |
| 762 | $(OBJDIR)/verify_.c \ |
| 763 | $(OBJDIR)/vfile_.c \ |
| 764 | $(OBJDIR)/wiki_.c \ |
| 765 | $(OBJDIR)/wikiformat_.c \ |
| 766 | $(OBJDIR)/winfile_.c \ |
| 767 | $(OBJDIR)/winhttp_.c \ |
| 768 | $(OBJDIR)/wysiwyg_.c \ |
| @@ -892,10 +894,11 @@ | |
| 892 | $(OBJDIR)/user.o \ |
| 893 | $(OBJDIR)/utf8.o \ |
| 894 | $(OBJDIR)/util.o \ |
| 895 | $(OBJDIR)/verify.o \ |
| 896 | $(OBJDIR)/vfile.o \ |
| 897 | $(OBJDIR)/wiki.o \ |
| 898 | $(OBJDIR)/wikiformat.o \ |
| 899 | $(OBJDIR)/winfile.o \ |
| 900 | $(OBJDIR)/winhttp.o \ |
| 901 | $(OBJDIR)/wysiwyg.o \ |
| @@ -1244,10 +1247,11 @@ | |
| 1244 | $(OBJDIR)/user_.c:$(OBJDIR)/user.h \ |
| 1245 | $(OBJDIR)/utf8_.c:$(OBJDIR)/utf8.h \ |
| 1246 | $(OBJDIR)/util_.c:$(OBJDIR)/util.h \ |
| 1247 | $(OBJDIR)/verify_.c:$(OBJDIR)/verify.h \ |
| 1248 | $(OBJDIR)/vfile_.c:$(OBJDIR)/vfile.h \ |
| 1249 | $(OBJDIR)/wiki_.c:$(OBJDIR)/wiki.h \ |
| 1250 | $(OBJDIR)/wikiformat_.c:$(OBJDIR)/wikiformat.h \ |
| 1251 | $(OBJDIR)/winfile_.c:$(OBJDIR)/winfile.h \ |
| 1252 | $(OBJDIR)/winhttp_.c:$(OBJDIR)/winhttp.h \ |
| 1253 | $(OBJDIR)/wysiwyg_.c:$(OBJDIR)/wysiwyg.h \ |
| @@ -2244,10 +2248,18 @@ | |
| 2244 | |
| 2245 | $(OBJDIR)/vfile.o: $(OBJDIR)/vfile_.c $(OBJDIR)/vfile.h $(SRCDIR)/config.h |
| 2246 | $(XTCC) -o $(OBJDIR)/vfile.o -c $(OBJDIR)/vfile_.c |
| 2247 | |
| 2248 | $(OBJDIR)/vfile.h: $(OBJDIR)/headers |
| 2249 | |
| 2250 | $(OBJDIR)/wiki_.c: $(SRCDIR)/wiki.c $(TRANSLATE) |
| 2251 | $(TRANSLATE) $(SRCDIR)/wiki.c >$@ |
| 2252 | |
| 2253 | $(OBJDIR)/wiki.o: $(OBJDIR)/wiki_.c $(OBJDIR)/wiki.h $(SRCDIR)/config.h |
| 2254 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -555,10 +555,11 @@ | |
| 555 | $(SRCDIR)/user.c \ |
| 556 | $(SRCDIR)/utf8.c \ |
| 557 | $(SRCDIR)/util.c \ |
| 558 | $(SRCDIR)/verify.c \ |
| 559 | $(SRCDIR)/vfile.c \ |
| 560 | $(SRCDIR)/webmail.c \ |
| 561 | $(SRCDIR)/wiki.c \ |
| 562 | $(SRCDIR)/wikiformat.c \ |
| 563 | $(SRCDIR)/winfile.c \ |
| 564 | $(SRCDIR)/winhttp.c \ |
| 565 | $(SRCDIR)/wysiwyg.c \ |
| @@ -759,10 +760,11 @@ | |
| 760 | $(OBJDIR)/user_.c \ |
| 761 | $(OBJDIR)/utf8_.c \ |
| 762 | $(OBJDIR)/util_.c \ |
| 763 | $(OBJDIR)/verify_.c \ |
| 764 | $(OBJDIR)/vfile_.c \ |
| 765 | $(OBJDIR)/webmail_.c \ |
| 766 | $(OBJDIR)/wiki_.c \ |
| 767 | $(OBJDIR)/wikiformat_.c \ |
| 768 | $(OBJDIR)/winfile_.c \ |
| 769 | $(OBJDIR)/winhttp_.c \ |
| 770 | $(OBJDIR)/wysiwyg_.c \ |
| @@ -892,10 +894,11 @@ | |
| 894 | $(OBJDIR)/user.o \ |
| 895 | $(OBJDIR)/utf8.o \ |
| 896 | $(OBJDIR)/util.o \ |
| 897 | $(OBJDIR)/verify.o \ |
| 898 | $(OBJDIR)/vfile.o \ |
| 899 | $(OBJDIR)/webmail.o \ |
| 900 | $(OBJDIR)/wiki.o \ |
| 901 | $(OBJDIR)/wikiformat.o \ |
| 902 | $(OBJDIR)/winfile.o \ |
| 903 | $(OBJDIR)/winhttp.o \ |
| 904 | $(OBJDIR)/wysiwyg.o \ |
| @@ -1244,10 +1247,11 @@ | |
| 1247 | $(OBJDIR)/user_.c:$(OBJDIR)/user.h \ |
| 1248 | $(OBJDIR)/utf8_.c:$(OBJDIR)/utf8.h \ |
| 1249 | $(OBJDIR)/util_.c:$(OBJDIR)/util.h \ |
| 1250 | $(OBJDIR)/verify_.c:$(OBJDIR)/verify.h \ |
| 1251 | $(OBJDIR)/vfile_.c:$(OBJDIR)/vfile.h \ |
| 1252 | $(OBJDIR)/webmail_.c:$(OBJDIR)/webmail.h \ |
| 1253 | $(OBJDIR)/wiki_.c:$(OBJDIR)/wiki.h \ |
| 1254 | $(OBJDIR)/wikiformat_.c:$(OBJDIR)/wikiformat.h \ |
| 1255 | $(OBJDIR)/winfile_.c:$(OBJDIR)/winfile.h \ |
| 1256 | $(OBJDIR)/winhttp_.c:$(OBJDIR)/winhttp.h \ |
| 1257 | $(OBJDIR)/wysiwyg_.c:$(OBJDIR)/wysiwyg.h \ |
| @@ -2244,10 +2248,18 @@ | |
| 2248 | |
| 2249 | $(OBJDIR)/vfile.o: $(OBJDIR)/vfile_.c $(OBJDIR)/vfile.h $(SRCDIR)/config.h |
| 2250 | $(XTCC) -o $(OBJDIR)/vfile.o -c $(OBJDIR)/vfile_.c |
| 2251 | |
| 2252 | $(OBJDIR)/vfile.h: $(OBJDIR)/headers |
| 2253 | |
| 2254 | $(OBJDIR)/webmail_.c: $(SRCDIR)/webmail.c $(TRANSLATE) |
| 2255 | $(TRANSLATE) $(SRCDIR)/webmail.c >$@ |
| 2256 | |
| 2257 | $(OBJDIR)/webmail.o: $(OBJDIR)/webmail_.c $(OBJDIR)/webmail.h $(SRCDIR)/config.h |
| 2258 | $(XTCC) -o $(OBJDIR)/webmail.o -c $(OBJDIR)/webmail_.c |
| 2259 | |
| 2260 | $(OBJDIR)/webmail.h: $(OBJDIR)/headers |
| 2261 | |
| 2262 | $(OBJDIR)/wiki_.c: $(SRCDIR)/wiki.c $(TRANSLATE) |
| 2263 | $(TRANSLATE) $(SRCDIR)/wiki.c >$@ |
| 2264 | |
| 2265 | $(OBJDIR)/wiki.o: $(OBJDIR)/wiki_.c $(OBJDIR)/wiki.h $(SRCDIR)/config.h |
| 2266 |
+10
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -501,10 +501,11 @@ | ||
| 501 | 501 | user_.c \ |
| 502 | 502 | utf8_.c \ |
| 503 | 503 | util_.c \ |
| 504 | 504 | verify_.c \ |
| 505 | 505 | vfile_.c \ |
| 506 | + webmail_.c \ | |
| 506 | 507 | wiki_.c \ |
| 507 | 508 | wikiformat_.c \ |
| 508 | 509 | winfile_.c \ |
| 509 | 510 | winhttp_.c \ |
| 510 | 511 | wysiwyg_.c \ |
| @@ -709,10 +710,11 @@ | ||
| 709 | 710 | $(OX)\user$O \ |
| 710 | 711 | $(OX)\utf8$O \ |
| 711 | 712 | $(OX)\util$O \ |
| 712 | 713 | $(OX)\verify$O \ |
| 713 | 714 | $(OX)\vfile$O \ |
| 715 | + $(OX)\webmail$O \ | |
| 714 | 716 | $(OX)\wiki$O \ |
| 715 | 717 | $(OX)\wikiformat$O \ |
| 716 | 718 | $(OX)\winfile$O \ |
| 717 | 719 | $(OX)\winhttp$O \ |
| 718 | 720 | $(OX)\wysiwyg$O \ |
| @@ -901,10 +903,11 @@ | ||
| 901 | 903 | echo $(OX)\user.obj >> $@ |
| 902 | 904 | echo $(OX)\utf8.obj >> $@ |
| 903 | 905 | echo $(OX)\util.obj >> $@ |
| 904 | 906 | echo $(OX)\verify.obj >> $@ |
| 905 | 907 | echo $(OX)\vfile.obj >> $@ |
| 908 | + echo $(OX)\webmail.obj >> $@ | |
| 906 | 909 | echo $(OX)\wiki.obj >> $@ |
| 907 | 910 | echo $(OX)\wikiformat.obj >> $@ |
| 908 | 911 | echo $(OX)\winfile.obj >> $@ |
| 909 | 912 | echo $(OX)\winhttp.obj >> $@ |
| 910 | 913 | echo $(OX)\wysiwyg.obj >> $@ |
| @@ -1764,10 +1767,16 @@ | ||
| 1764 | 1767 | $(OX)\vfile$O : vfile_.c vfile.h |
| 1765 | 1768 | $(TCC) /Fo$@ -c vfile_.c |
| 1766 | 1769 | |
| 1767 | 1770 | vfile_.c : $(SRCDIR)\vfile.c |
| 1768 | 1771 | translate$E $** > $@ |
| 1772 | + | |
| 1773 | +$(OX)\webmail$O : webmail_.c webmail.h | |
| 1774 | + $(TCC) /Fo$@ -c webmail_.c | |
| 1775 | + | |
| 1776 | +webmail_.c : $(SRCDIR)\webmail.c | |
| 1777 | + translate$E $** > $@ | |
| 1769 | 1778 | |
| 1770 | 1779 | $(OX)\wiki$O : wiki_.c wiki.h |
| 1771 | 1780 | $(TCC) /Fo$@ -c wiki_.c |
| 1772 | 1781 | |
| 1773 | 1782 | wiki_.c : $(SRCDIR)\wiki.c |
| @@ -1940,10 +1949,11 @@ | ||
| 1940 | 1949 | user_.c:user.h \ |
| 1941 | 1950 | utf8_.c:utf8.h \ |
| 1942 | 1951 | util_.c:util.h \ |
| 1943 | 1952 | verify_.c:verify.h \ |
| 1944 | 1953 | vfile_.c:vfile.h \ |
| 1954 | + webmail_.c:webmail.h \ | |
| 1945 | 1955 | wiki_.c:wiki.h \ |
| 1946 | 1956 | wikiformat_.c:wikiformat.h \ |
| 1947 | 1957 | winfile_.c:winfile.h \ |
| 1948 | 1958 | winhttp_.c:winhttp.h \ |
| 1949 | 1959 | wysiwyg_.c:wysiwyg.h \ |
| 1950 | 1960 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -501,10 +501,11 @@ | |
| 501 | user_.c \ |
| 502 | utf8_.c \ |
| 503 | util_.c \ |
| 504 | verify_.c \ |
| 505 | vfile_.c \ |
| 506 | wiki_.c \ |
| 507 | wikiformat_.c \ |
| 508 | winfile_.c \ |
| 509 | winhttp_.c \ |
| 510 | wysiwyg_.c \ |
| @@ -709,10 +710,11 @@ | |
| 709 | $(OX)\user$O \ |
| 710 | $(OX)\utf8$O \ |
| 711 | $(OX)\util$O \ |
| 712 | $(OX)\verify$O \ |
| 713 | $(OX)\vfile$O \ |
| 714 | $(OX)\wiki$O \ |
| 715 | $(OX)\wikiformat$O \ |
| 716 | $(OX)\winfile$O \ |
| 717 | $(OX)\winhttp$O \ |
| 718 | $(OX)\wysiwyg$O \ |
| @@ -901,10 +903,11 @@ | |
| 901 | echo $(OX)\user.obj >> $@ |
| 902 | echo $(OX)\utf8.obj >> $@ |
| 903 | echo $(OX)\util.obj >> $@ |
| 904 | echo $(OX)\verify.obj >> $@ |
| 905 | echo $(OX)\vfile.obj >> $@ |
| 906 | echo $(OX)\wiki.obj >> $@ |
| 907 | echo $(OX)\wikiformat.obj >> $@ |
| 908 | echo $(OX)\winfile.obj >> $@ |
| 909 | echo $(OX)\winhttp.obj >> $@ |
| 910 | echo $(OX)\wysiwyg.obj >> $@ |
| @@ -1764,10 +1767,16 @@ | |
| 1764 | $(OX)\vfile$O : vfile_.c vfile.h |
| 1765 | $(TCC) /Fo$@ -c vfile_.c |
| 1766 | |
| 1767 | vfile_.c : $(SRCDIR)\vfile.c |
| 1768 | translate$E $** > $@ |
| 1769 | |
| 1770 | $(OX)\wiki$O : wiki_.c wiki.h |
| 1771 | $(TCC) /Fo$@ -c wiki_.c |
| 1772 | |
| 1773 | wiki_.c : $(SRCDIR)\wiki.c |
| @@ -1940,10 +1949,11 @@ | |
| 1940 | user_.c:user.h \ |
| 1941 | utf8_.c:utf8.h \ |
| 1942 | util_.c:util.h \ |
| 1943 | verify_.c:verify.h \ |
| 1944 | vfile_.c:vfile.h \ |
| 1945 | wiki_.c:wiki.h \ |
| 1946 | wikiformat_.c:wikiformat.h \ |
| 1947 | winfile_.c:winfile.h \ |
| 1948 | winhttp_.c:winhttp.h \ |
| 1949 | wysiwyg_.c:wysiwyg.h \ |
| 1950 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -501,10 +501,11 @@ | |
| 501 | user_.c \ |
| 502 | utf8_.c \ |
| 503 | util_.c \ |
| 504 | verify_.c \ |
| 505 | vfile_.c \ |
| 506 | webmail_.c \ |
| 507 | wiki_.c \ |
| 508 | wikiformat_.c \ |
| 509 | winfile_.c \ |
| 510 | winhttp_.c \ |
| 511 | wysiwyg_.c \ |
| @@ -709,10 +710,11 @@ | |
| 710 | $(OX)\user$O \ |
| 711 | $(OX)\utf8$O \ |
| 712 | $(OX)\util$O \ |
| 713 | $(OX)\verify$O \ |
| 714 | $(OX)\vfile$O \ |
| 715 | $(OX)\webmail$O \ |
| 716 | $(OX)\wiki$O \ |
| 717 | $(OX)\wikiformat$O \ |
| 718 | $(OX)\winfile$O \ |
| 719 | $(OX)\winhttp$O \ |
| 720 | $(OX)\wysiwyg$O \ |
| @@ -901,10 +903,11 @@ | |
| 903 | echo $(OX)\user.obj >> $@ |
| 904 | echo $(OX)\utf8.obj >> $@ |
| 905 | echo $(OX)\util.obj >> $@ |
| 906 | echo $(OX)\verify.obj >> $@ |
| 907 | echo $(OX)\vfile.obj >> $@ |
| 908 | echo $(OX)\webmail.obj >> $@ |
| 909 | echo $(OX)\wiki.obj >> $@ |
| 910 | echo $(OX)\wikiformat.obj >> $@ |
| 911 | echo $(OX)\winfile.obj >> $@ |
| 912 | echo $(OX)\winhttp.obj >> $@ |
| 913 | echo $(OX)\wysiwyg.obj >> $@ |
| @@ -1764,10 +1767,16 @@ | |
| 1767 | $(OX)\vfile$O : vfile_.c vfile.h |
| 1768 | $(TCC) /Fo$@ -c vfile_.c |
| 1769 | |
| 1770 | vfile_.c : $(SRCDIR)\vfile.c |
| 1771 | translate$E $** > $@ |
| 1772 | |
| 1773 | $(OX)\webmail$O : webmail_.c webmail.h |
| 1774 | $(TCC) /Fo$@ -c webmail_.c |
| 1775 | |
| 1776 | webmail_.c : $(SRCDIR)\webmail.c |
| 1777 | translate$E $** > $@ |
| 1778 | |
| 1779 | $(OX)\wiki$O : wiki_.c wiki.h |
| 1780 | $(TCC) /Fo$@ -c wiki_.c |
| 1781 | |
| 1782 | wiki_.c : $(SRCDIR)\wiki.c |
| @@ -1940,10 +1949,11 @@ | |
| 1949 | user_.c:user.h \ |
| 1950 | utf8_.c:utf8.h \ |
| 1951 | util_.c:util.h \ |
| 1952 | verify_.c:verify.h \ |
| 1953 | vfile_.c:vfile.h \ |
| 1954 | webmail_.c:webmail.h \ |
| 1955 | wiki_.c:wiki.h \ |
| 1956 | wikiformat_.c:wikiformat.h \ |
| 1957 | winfile_.c:winfile.h \ |
| 1958 | winhttp_.c:winhttp.h \ |
| 1959 | wysiwyg_.c:wysiwyg.h \ |
| 1960 |