Fossil SCM
Add the "files_of_checkin" virtual table.
Commit
7a588fe662d422b59c93b29d18b7c42cacc73e79
Parent
5dd8b2dabead37a…
8 files changed
+1
+12
+12
+1
+1
+10
-4
+12
+10
M
src/db.c
+1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -741,10 +741,11 @@ | ||
| 741 | 741 | sqlite3_create_function( |
| 742 | 742 | db, "if_selected", 3, SQLITE_UTF8, 0, file_is_selected,0,0 |
| 743 | 743 | ); |
| 744 | 744 | if( g.fSqlTrace ) sqlite3_trace(db, db_sql_trace, 0); |
| 745 | 745 | re_add_sql_func(db); |
| 746 | + foci_register(db); | |
| 746 | 747 | sqlite3_exec(db, "PRAGMA foreign_keys=OFF;", 0, 0, 0); |
| 747 | 748 | return db; |
| 748 | 749 | } |
| 749 | 750 | |
| 750 | 751 | |
| 751 | 752 | |
| 752 | 753 | ADDED src/foci.c |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -741,10 +741,11 @@ | |
| 741 | sqlite3_create_function( |
| 742 | db, "if_selected", 3, SQLITE_UTF8, 0, file_is_selected,0,0 |
| 743 | ); |
| 744 | if( g.fSqlTrace ) sqlite3_trace(db, db_sql_trace, 0); |
| 745 | re_add_sql_func(db); |
| 746 | sqlite3_exec(db, "PRAGMA foreign_keys=OFF;", 0, 0, 0); |
| 747 | return db; |
| 748 | } |
| 749 | |
| 750 | |
| 751 | |
| 752 | DDED src/foci.c |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -741,10 +741,11 @@ | |
| 741 | sqlite3_create_function( |
| 742 | db, "if_selected", 3, SQLITE_UTF8, 0, file_is_selected,0,0 |
| 743 | ); |
| 744 | if( g.fSqlTrace ) sqlite3_trace(db, db_sql_trace, 0); |
| 745 | re_add_sql_func(db); |
| 746 | foci_register(db); |
| 747 | sqlite3_exec(db, "PRAGMA foreign_keys=OFF;", 0, 0, 0); |
| 748 | return db; |
| 749 | } |
| 750 | |
| 751 | |
| 752 | |
| 753 | DDED src/foci.c |
+12
| --- a/src/foci.c | ||
| +++ b/src/foci.c | ||
| @@ -0,0 +1,12 @@ | ||
| 1 | +//* The function finds the BLOB.RID value | |
| 2 | +** corresponding to the 'trunk' tag. Then the | |
| 3 | +** decodes the manifest defined by that BLOB and returns all files described | |
| 4 | +** by that manifest. / /an SQLite virtual tabCREATE VIRTUAL TABLE temp.focipCur->iFile = 0; | |
| 5 | +pCuur->pMan, 0); Then the | |
| 6 | +** decodes//* The function finds ttion finds the BL//* Of CheckI rem | |
| 7 | + sqlite3_context *ctx, int iFile;Index of cfileLOB.RID value | |
| 8 | +** corresponding to the 'trunk' tag. Then the | |
| 9 | +** decodes the manifest defined by that BLOB and returns all files described | |
| 10 | +** b//* The funcMan->aFile[pCsr->iFile].Man->aFile[pCsr->iFile].Man->aFile[pCsr->iFile].Man->aFile[pCsr->iFile].Table *pTab = (FociTable *)pVTab;int rc; | |
| 11 | + | |
| 12 | + |
| --- a/src/foci.c | |
| +++ b/src/foci.c | |
| @@ -0,0 +1,12 @@ | |
| --- a/src/foci.c | |
| +++ b/src/foci.c | |
| @@ -0,0 +1,12 @@ | |
| 1 | //* The function finds the BLOB.RID value |
| 2 | ** corresponding to the 'trunk' tag. Then the |
| 3 | ** decodes the manifest defined by that BLOB and returns all files described |
| 4 | ** by that manifest. / /an SQLite virtual tabCREATE VIRTUAL TABLE temp.focipCur->iFile = 0; |
| 5 | pCuur->pMan, 0); Then the |
| 6 | ** decodes//* The function finds ttion finds the BL//* Of CheckI rem |
| 7 | sqlite3_context *ctx, int iFile;Index of cfileLOB.RID value |
| 8 | ** corresponding to the 'trunk' tag. Then the |
| 9 | ** decodes the manifest defined by that BLOB and returns all files described |
| 10 | ** b//* The funcMan->aFile[pCsr->iFile].Man->aFile[pCsr->iFile].Man->aFile[pCsr->iFile].Man->aFile[pCsr->iFile].Table *pTab = (FociTable *)pVTab;int rc; |
| 11 | |
| 12 |
+12
| --- src/main.mk | ||
| +++ src/main.mk | ||
| @@ -43,10 +43,11 @@ | ||
| 43 | 43 | $(SRCDIR)/encode.c \ |
| 44 | 44 | $(SRCDIR)/event.c \ |
| 45 | 45 | $(SRCDIR)/export.c \ |
| 46 | 46 | $(SRCDIR)/file.c \ |
| 47 | 47 | $(SRCDIR)/finfo.c \ |
| 48 | + $(SRCDIR)/foci.c \ | |
| 48 | 49 | $(SRCDIR)/fusefs.c \ |
| 49 | 50 | $(SRCDIR)/glob.c \ |
| 50 | 51 | $(SRCDIR)/graph.c \ |
| 51 | 52 | $(SRCDIR)/gzip.c \ |
| 52 | 53 | $(SRCDIR)/http.c \ |
| @@ -160,10 +161,11 @@ | ||
| 160 | 161 | $(OBJDIR)/encode_.c \ |
| 161 | 162 | $(OBJDIR)/event_.c \ |
| 162 | 163 | $(OBJDIR)/export_.c \ |
| 163 | 164 | $(OBJDIR)/file_.c \ |
| 164 | 165 | $(OBJDIR)/finfo_.c \ |
| 166 | + $(OBJDIR)/foci_.c \ | |
| 165 | 167 | $(OBJDIR)/fusefs_.c \ |
| 166 | 168 | $(OBJDIR)/glob_.c \ |
| 167 | 169 | $(OBJDIR)/graph_.c \ |
| 168 | 170 | $(OBJDIR)/gzip_.c \ |
| 169 | 171 | $(OBJDIR)/http_.c \ |
| @@ -274,10 +276,11 @@ | ||
| 274 | 276 | $(OBJDIR)/encode.o \ |
| 275 | 277 | $(OBJDIR)/event.o \ |
| 276 | 278 | $(OBJDIR)/export.o \ |
| 277 | 279 | $(OBJDIR)/file.o \ |
| 278 | 280 | $(OBJDIR)/finfo.o \ |
| 281 | + $(OBJDIR)/foci.o \ | |
| 279 | 282 | $(OBJDIR)/fusefs.o \ |
| 280 | 283 | $(OBJDIR)/glob.o \ |
| 281 | 284 | $(OBJDIR)/graph.o \ |
| 282 | 285 | $(OBJDIR)/gzip.o \ |
| 283 | 286 | $(OBJDIR)/http.o \ |
| @@ -497,10 +500,11 @@ | ||
| 497 | 500 | $(OBJDIR)/encode_.c:$(OBJDIR)/encode.h \ |
| 498 | 501 | $(OBJDIR)/event_.c:$(OBJDIR)/event.h \ |
| 499 | 502 | $(OBJDIR)/export_.c:$(OBJDIR)/export.h \ |
| 500 | 503 | $(OBJDIR)/file_.c:$(OBJDIR)/file.h \ |
| 501 | 504 | $(OBJDIR)/finfo_.c:$(OBJDIR)/finfo.h \ |
| 505 | + $(OBJDIR)/foci_.c:$(OBJDIR)/foci.h \ | |
| 502 | 506 | $(OBJDIR)/fusefs_.c:$(OBJDIR)/fusefs.h \ |
| 503 | 507 | $(OBJDIR)/glob_.c:$(OBJDIR)/glob.h \ |
| 504 | 508 | $(OBJDIR)/graph_.c:$(OBJDIR)/graph.h \ |
| 505 | 509 | $(OBJDIR)/gzip_.c:$(OBJDIR)/gzip.h \ |
| 506 | 510 | $(OBJDIR)/http_.c:$(OBJDIR)/http.h \ |
| @@ -832,10 +836,18 @@ | ||
| 832 | 836 | |
| 833 | 837 | $(OBJDIR)/finfo.o: $(OBJDIR)/finfo_.c $(OBJDIR)/finfo.h $(SRCDIR)/config.h |
| 834 | 838 | $(XTCC) -o $(OBJDIR)/finfo.o -c $(OBJDIR)/finfo_.c |
| 835 | 839 | |
| 836 | 840 | $(OBJDIR)/finfo.h: $(OBJDIR)/headers |
| 841 | + | |
| 842 | +$(OBJDIR)/foci_.c: $(SRCDIR)/foci.c $(OBJDIR)/translate | |
| 843 | + $(OBJDIR)/translate $(SRCDIR)/foci.c >$@ | |
| 844 | + | |
| 845 | +$(OBJDIR)/foci.o: $(OBJDIR)/foci_.c $(OBJDIR)/foci.h $(SRCDIR)/config.h | |
| 846 | + $(XTCC) -o $(OBJDIR)/foci.o -c $(OBJDIR)/foci_.c | |
| 847 | + | |
| 848 | +$(OBJDIR)/foci.h: $(OBJDIR)/headers | |
| 837 | 849 | |
| 838 | 850 | $(OBJDIR)/fusefs_.c: $(SRCDIR)/fusefs.c $(OBJDIR)/translate |
| 839 | 851 | $(OBJDIR)/translate $(SRCDIR)/fusefs.c >$@ |
| 840 | 852 | |
| 841 | 853 | $(OBJDIR)/fusefs.o: $(OBJDIR)/fusefs_.c $(OBJDIR)/fusefs.h $(SRCDIR)/config.h |
| 842 | 854 |
| --- src/main.mk | |
| +++ src/main.mk | |
| @@ -43,10 +43,11 @@ | |
| 43 | $(SRCDIR)/encode.c \ |
| 44 | $(SRCDIR)/event.c \ |
| 45 | $(SRCDIR)/export.c \ |
| 46 | $(SRCDIR)/file.c \ |
| 47 | $(SRCDIR)/finfo.c \ |
| 48 | $(SRCDIR)/fusefs.c \ |
| 49 | $(SRCDIR)/glob.c \ |
| 50 | $(SRCDIR)/graph.c \ |
| 51 | $(SRCDIR)/gzip.c \ |
| 52 | $(SRCDIR)/http.c \ |
| @@ -160,10 +161,11 @@ | |
| 160 | $(OBJDIR)/encode_.c \ |
| 161 | $(OBJDIR)/event_.c \ |
| 162 | $(OBJDIR)/export_.c \ |
| 163 | $(OBJDIR)/file_.c \ |
| 164 | $(OBJDIR)/finfo_.c \ |
| 165 | $(OBJDIR)/fusefs_.c \ |
| 166 | $(OBJDIR)/glob_.c \ |
| 167 | $(OBJDIR)/graph_.c \ |
| 168 | $(OBJDIR)/gzip_.c \ |
| 169 | $(OBJDIR)/http_.c \ |
| @@ -274,10 +276,11 @@ | |
| 274 | $(OBJDIR)/encode.o \ |
| 275 | $(OBJDIR)/event.o \ |
| 276 | $(OBJDIR)/export.o \ |
| 277 | $(OBJDIR)/file.o \ |
| 278 | $(OBJDIR)/finfo.o \ |
| 279 | $(OBJDIR)/fusefs.o \ |
| 280 | $(OBJDIR)/glob.o \ |
| 281 | $(OBJDIR)/graph.o \ |
| 282 | $(OBJDIR)/gzip.o \ |
| 283 | $(OBJDIR)/http.o \ |
| @@ -497,10 +500,11 @@ | |
| 497 | $(OBJDIR)/encode_.c:$(OBJDIR)/encode.h \ |
| 498 | $(OBJDIR)/event_.c:$(OBJDIR)/event.h \ |
| 499 | $(OBJDIR)/export_.c:$(OBJDIR)/export.h \ |
| 500 | $(OBJDIR)/file_.c:$(OBJDIR)/file.h \ |
| 501 | $(OBJDIR)/finfo_.c:$(OBJDIR)/finfo.h \ |
| 502 | $(OBJDIR)/fusefs_.c:$(OBJDIR)/fusefs.h \ |
| 503 | $(OBJDIR)/glob_.c:$(OBJDIR)/glob.h \ |
| 504 | $(OBJDIR)/graph_.c:$(OBJDIR)/graph.h \ |
| 505 | $(OBJDIR)/gzip_.c:$(OBJDIR)/gzip.h \ |
| 506 | $(OBJDIR)/http_.c:$(OBJDIR)/http.h \ |
| @@ -832,10 +836,18 @@ | |
| 832 | |
| 833 | $(OBJDIR)/finfo.o: $(OBJDIR)/finfo_.c $(OBJDIR)/finfo.h $(SRCDIR)/config.h |
| 834 | $(XTCC) -o $(OBJDIR)/finfo.o -c $(OBJDIR)/finfo_.c |
| 835 | |
| 836 | $(OBJDIR)/finfo.h: $(OBJDIR)/headers |
| 837 | |
| 838 | $(OBJDIR)/fusefs_.c: $(SRCDIR)/fusefs.c $(OBJDIR)/translate |
| 839 | $(OBJDIR)/translate $(SRCDIR)/fusefs.c >$@ |
| 840 | |
| 841 | $(OBJDIR)/fusefs.o: $(OBJDIR)/fusefs_.c $(OBJDIR)/fusefs.h $(SRCDIR)/config.h |
| 842 |
| --- src/main.mk | |
| +++ src/main.mk | |
| @@ -43,10 +43,11 @@ | |
| 43 | $(SRCDIR)/encode.c \ |
| 44 | $(SRCDIR)/event.c \ |
| 45 | $(SRCDIR)/export.c \ |
| 46 | $(SRCDIR)/file.c \ |
| 47 | $(SRCDIR)/finfo.c \ |
| 48 | $(SRCDIR)/foci.c \ |
| 49 | $(SRCDIR)/fusefs.c \ |
| 50 | $(SRCDIR)/glob.c \ |
| 51 | $(SRCDIR)/graph.c \ |
| 52 | $(SRCDIR)/gzip.c \ |
| 53 | $(SRCDIR)/http.c \ |
| @@ -160,10 +161,11 @@ | |
| 161 | $(OBJDIR)/encode_.c \ |
| 162 | $(OBJDIR)/event_.c \ |
| 163 | $(OBJDIR)/export_.c \ |
| 164 | $(OBJDIR)/file_.c \ |
| 165 | $(OBJDIR)/finfo_.c \ |
| 166 | $(OBJDIR)/foci_.c \ |
| 167 | $(OBJDIR)/fusefs_.c \ |
| 168 | $(OBJDIR)/glob_.c \ |
| 169 | $(OBJDIR)/graph_.c \ |
| 170 | $(OBJDIR)/gzip_.c \ |
| 171 | $(OBJDIR)/http_.c \ |
| @@ -274,10 +276,11 @@ | |
| 276 | $(OBJDIR)/encode.o \ |
| 277 | $(OBJDIR)/event.o \ |
| 278 | $(OBJDIR)/export.o \ |
| 279 | $(OBJDIR)/file.o \ |
| 280 | $(OBJDIR)/finfo.o \ |
| 281 | $(OBJDIR)/foci.o \ |
| 282 | $(OBJDIR)/fusefs.o \ |
| 283 | $(OBJDIR)/glob.o \ |
| 284 | $(OBJDIR)/graph.o \ |
| 285 | $(OBJDIR)/gzip.o \ |
| 286 | $(OBJDIR)/http.o \ |
| @@ -497,10 +500,11 @@ | |
| 500 | $(OBJDIR)/encode_.c:$(OBJDIR)/encode.h \ |
| 501 | $(OBJDIR)/event_.c:$(OBJDIR)/event.h \ |
| 502 | $(OBJDIR)/export_.c:$(OBJDIR)/export.h \ |
| 503 | $(OBJDIR)/file_.c:$(OBJDIR)/file.h \ |
| 504 | $(OBJDIR)/finfo_.c:$(OBJDIR)/finfo.h \ |
| 505 | $(OBJDIR)/foci_.c:$(OBJDIR)/foci.h \ |
| 506 | $(OBJDIR)/fusefs_.c:$(OBJDIR)/fusefs.h \ |
| 507 | $(OBJDIR)/glob_.c:$(OBJDIR)/glob.h \ |
| 508 | $(OBJDIR)/graph_.c:$(OBJDIR)/graph.h \ |
| 509 | $(OBJDIR)/gzip_.c:$(OBJDIR)/gzip.h \ |
| 510 | $(OBJDIR)/http_.c:$(OBJDIR)/http.h \ |
| @@ -832,10 +836,18 @@ | |
| 836 | |
| 837 | $(OBJDIR)/finfo.o: $(OBJDIR)/finfo_.c $(OBJDIR)/finfo.h $(SRCDIR)/config.h |
| 838 | $(XTCC) -o $(OBJDIR)/finfo.o -c $(OBJDIR)/finfo_.c |
| 839 | |
| 840 | $(OBJDIR)/finfo.h: $(OBJDIR)/headers |
| 841 | |
| 842 | $(OBJDIR)/foci_.c: $(SRCDIR)/foci.c $(OBJDIR)/translate |
| 843 | $(OBJDIR)/translate $(SRCDIR)/foci.c >$@ |
| 844 | |
| 845 | $(OBJDIR)/foci.o: $(OBJDIR)/foci_.c $(OBJDIR)/foci.h $(SRCDIR)/config.h |
| 846 | $(XTCC) -o $(OBJDIR)/foci.o -c $(OBJDIR)/foci_.c |
| 847 | |
| 848 | $(OBJDIR)/foci.h: $(OBJDIR)/headers |
| 849 | |
| 850 | $(OBJDIR)/fusefs_.c: $(SRCDIR)/fusefs.c $(OBJDIR)/translate |
| 851 | $(OBJDIR)/translate $(SRCDIR)/fusefs.c >$@ |
| 852 | |
| 853 | $(OBJDIR)/fusefs.o: $(OBJDIR)/fusefs_.c $(OBJDIR)/fusefs.h $(SRCDIR)/config.h |
| 854 |
+1
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -50,10 +50,11 @@ | ||
| 50 | 50 | encode |
| 51 | 51 | event |
| 52 | 52 | export |
| 53 | 53 | file |
| 54 | 54 | finfo |
| 55 | + foci | |
| 55 | 56 | fusefs |
| 56 | 57 | glob |
| 57 | 58 | graph |
| 58 | 59 | gzip |
| 59 | 60 | http |
| 60 | 61 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -50,10 +50,11 @@ | |
| 50 | encode |
| 51 | event |
| 52 | export |
| 53 | file |
| 54 | finfo |
| 55 | fusefs |
| 56 | glob |
| 57 | graph |
| 58 | gzip |
| 59 | http |
| 60 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -50,10 +50,11 @@ | |
| 50 | encode |
| 51 | event |
| 52 | export |
| 53 | file |
| 54 | finfo |
| 55 | foci |
| 56 | fusefs |
| 57 | glob |
| 58 | graph |
| 59 | gzip |
| 60 | http |
| 61 |
+1
| --- src/sqlcmd.c | ||
| +++ src/sqlcmd.c | ||
| @@ -126,10 +126,11 @@ | ||
| 126 | 126 | sqlite3_create_function(db, "compress", 1, SQLITE_UTF8, 0, |
| 127 | 127 | sqlcmd_compress, 0, 0); |
| 128 | 128 | sqlite3_create_function(db, "decompress", 1, SQLITE_UTF8, 0, |
| 129 | 129 | sqlcmd_decompress, 0, 0); |
| 130 | 130 | re_add_sql_func(db); |
| 131 | + foci_register(db); | |
| 131 | 132 | g.zMainDbType = "repository"; |
| 132 | 133 | g.repositoryOpen = 1; |
| 133 | 134 | g.db = db; |
| 134 | 135 | db_open_config(1); |
| 135 | 136 | if( g.zLocalDbName ){ |
| 136 | 137 |
| --- src/sqlcmd.c | |
| +++ src/sqlcmd.c | |
| @@ -126,10 +126,11 @@ | |
| 126 | sqlite3_create_function(db, "compress", 1, SQLITE_UTF8, 0, |
| 127 | sqlcmd_compress, 0, 0); |
| 128 | sqlite3_create_function(db, "decompress", 1, SQLITE_UTF8, 0, |
| 129 | sqlcmd_decompress, 0, 0); |
| 130 | re_add_sql_func(db); |
| 131 | g.zMainDbType = "repository"; |
| 132 | g.repositoryOpen = 1; |
| 133 | g.db = db; |
| 134 | db_open_config(1); |
| 135 | if( g.zLocalDbName ){ |
| 136 |
| --- src/sqlcmd.c | |
| +++ src/sqlcmd.c | |
| @@ -126,10 +126,11 @@ | |
| 126 | sqlite3_create_function(db, "compress", 1, SQLITE_UTF8, 0, |
| 127 | sqlcmd_compress, 0, 0); |
| 128 | sqlite3_create_function(db, "decompress", 1, SQLITE_UTF8, 0, |
| 129 | sqlcmd_decompress, 0, 0); |
| 130 | re_add_sql_func(db); |
| 131 | foci_register(db); |
| 132 | g.zMainDbType = "repository"; |
| 133 | g.repositoryOpen = 1; |
| 134 | g.db = db; |
| 135 | db_open_config(1); |
| 136 | if( g.zLocalDbName ){ |
| 137 |
+10
-4
| --- win/Makefile.dmc | ||
| +++ win/Makefile.dmc | ||
| @@ -28,13 +28,13 @@ | ||
| 28 | 28 | |
| 29 | 29 | SQLITE_OPTIONS = -DNDEBUG=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_OMIT_DEPRECATED -DSQLITE_ENABLE_EXPLAIN_COMMENTS |
| 30 | 30 | |
| 31 | 31 | SHELL_OPTIONS = -Dmain=sqlite3_shell -DSQLITE_OMIT_LOAD_EXTENSION=1 -DUSE_SYSTEM_SQLITE=$(USE_SYSTEM_SQLITE) -DSQLITE_SHELL_DBNAME_PROC=fossil_open -Daccess=file_access -Dsystem=fossil_system -Dgetenv=fossil_getenv -Dfopen=fossil_fopen |
| 32 | 32 | |
| 33 | -SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c builtin_.c cache_.c captcha_.c cgi_.c checkin_.c checkout_.c clearsign_.c clone_.c comformat_.c configure_.c content_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c doc_.c encode_.c event_.c export_.c file_.c finfo_.c fusefs_.c glob_.c graph_.c gzip_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c json_.c json_artifact_.c json_branch_.c json_config_.c json_diff_.c json_dir_.c json_finfo_.c json_login_.c json_query_.c json_report_.c json_status_.c json_tag_.c json_timeline_.c json_user_.c json_wiki_.c leaf_.c loadctrl_.c login_.c lookslike_.c main_.c manifest_.c markdown_.c markdown_html_.c md5_.c merge_.c merge3_.c moderate_.c name_.c path_.c pivot_.c popen_.c pqueue_.c printf_.c rebuild_.c regexp_.c report_.c rss_.c schema_.c search_.c setup_.c sha1_.c shun_.c skins_.c sqlcmd_.c stash_.c stat_.c style_.c sync_.c tag_.c tar_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c unicode_.c update_.c url_.c user_.c utf8_.c util_.c verify_.c vfile_.c wiki_.c wikiformat_.c winfile_.c winhttp_.c wysiwyg_.c xfer_.c xfersetup_.c zip_.c | |
| 33 | +SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c builtin_.c cache_.c captcha_.c cgi_.c checkin_.c checkout_.c clearsign_.c clone_.c comformat_.c configure_.c content_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c doc_.c encode_.c event_.c export_.c file_.c finfo_.c foci_.c fusefs_.c glob_.c graph_.c gzip_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c json_.c json_artifact_.c json_branch_.c json_config_.c json_diff_.c json_dir_.c json_finfo_.c json_login_.c json_query_.c json_report_.c json_status_.c json_tag_.c json_timeline_.c json_user_.c json_wiki_.c leaf_.c loadctrl_.c login_.c lookslike_.c main_.c manifest_.c markdown_.c markdown_html_.c md5_.c merge_.c merge3_.c moderate_.c name_.c path_.c pivot_.c popen_.c pqueue_.c printf_.c rebuild_.c regexp_.c report_.c rss_.c schema_.c search_.c setup_.c sha1_.c shun_.c skins_.c sqlcmd_.c stash_.c stat_.c style_.c sync_.c tag_.c tar_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c unicode_.c update_.c url_.c user_.c utf8_.c util_.c verify_.c vfile_.c wiki_.c wikiformat_.c winfile_.c winhttp_.c wysiwyg_.c xfer_.c xfersetup_.c zip_.c | |
| 34 | 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)\cache$O $(OBJDIR)\captcha$O $(OBJDIR)\cgi$O $(OBJDIR)\checkin$O $(OBJDIR)\checkout$O $(OBJDIR)\clearsign$O $(OBJDIR)\clone$O $(OBJDIR)\comformat$O $(OBJDIR)\configure$O $(OBJDIR)\content$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\doc$O $(OBJDIR)\encode$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\file$O $(OBJDIR)\finfo$O $(OBJDIR)\fusefs$O $(OBJDIR)\glob$O $(OBJDIR)\graph$O $(OBJDIR)\gzip$O $(OBJDIR)\http$O $(OBJDIR)\http_socket$O $(OBJDIR)\http_ssl$O $(OBJDIR)\http_transport$O $(OBJDIR)\import$O $(OBJDIR)\info$O $(OBJDIR)\json$O $(OBJDIR)\json_artifact$O $(OBJDIR)\json_branch$O $(OBJDIR)\json_config$O $(OBJDIR)\json_diff$O $(OBJDIR)\json_dir$O $(OBJDIR)\json_finfo$O $(OBJDIR)\json_login$O $(OBJDIR)\json_query$O $(OBJDIR)\json_report$O $(OBJDIR)\json_status$O $(OBJDIR)\json_tag$O $(OBJDIR)\json_timeline$O $(OBJDIR)\json_user$O $(OBJDIR)\json_wiki$O $(OBJDIR)\leaf$O $(OBJDIR)\loadctrl$O $(OBJDIR)\login$O $(OBJDIR)\lookslike$O $(OBJDIR)\main$O $(OBJDIR)\manifest$O $(OBJDIR)\markdown$O $(OBJDIR)\markdown_html$O $(OBJDIR)\md5$O $(OBJDIR)\merge$O $(OBJDIR)\merge3$O $(OBJDIR)\moderate$O $(OBJDIR)\name$O $(OBJDIR)\path$O $(OBJDIR)\pivot$O $(OBJDIR)\popen$O $(OBJDIR)\pqueue$O $(OBJDIR)\printf$O $(OBJDIR)\rebuild$O $(OBJDIR)\regexp$O $(OBJDIR)\report$O $(OBJDIR)\rss$O $(OBJDIR)\schema$O $(OBJDIR)\search$O $(OBJDIR)\setup$O $(OBJDIR)\sha1$O $(OBJDIR)\shun$O $(OBJDIR)\skins$O $(OBJDIR)\sqlcmd$O $(OBJDIR)\stash$O $(OBJDIR)\stat$O $(OBJDIR)\style$O $(OBJDIR)\sync$O $(OBJDIR)\tag$O $(OBJDIR)\tar$O $(OBJDIR)\th_main$O $(OBJDIR)\timeline$O $(OBJDIR)\tkt$O $(OBJDIR)\tktsetup$O $(OBJDIR)\undo$O $(OBJDIR)\unicode$O $(OBJDIR)\update$O $(OBJDIR)\url$O $(OBJDIR)\user$O $(OBJDIR)\utf8$O $(OBJDIR)\util$O $(OBJDIR)\verify$O $(OBJDIR)\vfile$O $(OBJDIR)\wiki$O $(OBJDIR)\wikiformat$O $(OBJDIR)\winfile$O $(OBJDIR)\winhttp$O $(OBJDIR)\wysiwyg$O $(OBJDIR)\xfer$O $(OBJDIR)\xfersetup$O $(OBJDIR)\zip$O $(OBJDIR)\shell$O $(OBJDIR)\sqlite3$O $(OBJDIR)\th$O $(OBJDIR)\th_lang$O | |
| 35 | +OBJ = $(OBJDIR)\add$O $(OBJDIR)\allrepo$O $(OBJDIR)\attach$O $(OBJDIR)\bag$O $(OBJDIR)\bisect$O $(OBJDIR)\blob$O $(OBJDIR)\branch$O $(OBJDIR)\browse$O $(OBJDIR)\builtin$O $(OBJDIR)\cache$O $(OBJDIR)\captcha$O $(OBJDIR)\cgi$O $(OBJDIR)\checkin$O $(OBJDIR)\checkout$O $(OBJDIR)\clearsign$O $(OBJDIR)\clone$O $(OBJDIR)\comformat$O $(OBJDIR)\configure$O $(OBJDIR)\content$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\doc$O $(OBJDIR)\encode$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\file$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\fusefs$O $(OBJDIR)\glob$O $(OBJDIR)\graph$O $(OBJDIR)\gzip$O $(OBJDIR)\http$O $(OBJDIR)\http_socket$O $(OBJDIR)\http_ssl$O $(OBJDIR)\http_transport$O $(OBJDIR)\import$O $(OBJDIR)\info$O $(OBJDIR)\json$O $(OBJDIR)\json_artifact$O $(OBJDIR)\json_branch$O $(OBJDIR)\json_config$O $(OBJDIR)\json_diff$O $(OBJDIR)\json_dir$O $(OBJDIR)\json_finfo$O $(OBJDIR)\json_login$O $(OBJDIR)\json_query$O $(OBJDIR)\json_report$O $(OBJDIR)\json_status$O $(OBJDIR)\json_tag$O $(OBJDIR)\json_timeline$O $(OBJDIR)\json_user$O $(OBJDIR)\json_wiki$O $(OBJDIR)\leaf$O $(OBJDIR)\loadctrl$O $(OBJDIR)\login$O $(OBJDIR)\lookslike$O $(OBJDIR)\main$O $(OBJDIR)\manifest$O $(OBJDIR)\markdown$O $(OBJDIR)\markdown_html$O $(OBJDIR)\md5$O $(OBJDIR)\merge$O $(OBJDIR)\merge3$O $(OBJDIR)\moderate$O $(OBJDIR)\name$O $(OBJDIR)\path$O $(OBJDIR)\pivot$O $(OBJDIR)\popen$O $(OBJDIR)\pqueue$O $(OBJDIR)\printf$O $(OBJDIR)\rebuild$O $(OBJDIR)\regexp$O $(OBJDIR)\report$O $(OBJDIR)\rss$O $(OBJDIR)\schema$O $(OBJDIR)\search$O $(OBJDIR)\setup$O $(OBJDIR)\sha1$O $(OBJDIR)\shun$O $(OBJDIR)\skins$O $(OBJDIR)\sqlcmd$O $(OBJDIR)\stash$O $(OBJDIR)\stat$O $(OBJDIR)\style$O $(OBJDIR)\sync$O $(OBJDIR)\tag$O $(OBJDIR)\tar$O $(OBJDIR)\th_main$O $(OBJDIR)\timeline$O $(OBJDIR)\tkt$O $(OBJDIR)\tktsetup$O $(OBJDIR)\undo$O $(OBJDIR)\unicode$O $(OBJDIR)\update$O $(OBJDIR)\url$O $(OBJDIR)\user$O $(OBJDIR)\utf8$O $(OBJDIR)\util$O $(OBJDIR)\verify$O $(OBJDIR)\vfile$O $(OBJDIR)\wiki$O $(OBJDIR)\wikiformat$O $(OBJDIR)\winfile$O $(OBJDIR)\winhttp$O $(OBJDIR)\wysiwyg$O $(OBJDIR)\xfer$O $(OBJDIR)\xfersetup$O $(OBJDIR)\zip$O $(OBJDIR)\shell$O $(OBJDIR)\sqlite3$O $(OBJDIR)\th$O $(OBJDIR)\th_lang$O | |
| 36 | 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 cache captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event export file finfo fusefs glob graph gzip http http_socket http_ssl http_transport import info json json_artifact json_branch json_config json_diff json_dir json_finfo json_login json_query json_report json_status json_tag json_timeline json_user json_wiki leaf loadctrl login lookslike main manifest markdown markdown_html md5 merge merge3 moderate name path pivot popen pqueue printf rebuild regexp report rss schema search setup sha1 shun skins sqlcmd stash stat style sync tag tar th_main timeline tkt tktsetup undo unicode update url user utf8 util verify vfile wiki wikiformat winfile winhttp wysiwyg xfer xfersetup zip shell sqlite3 th th_lang > $@ | |
| 54 | + +echo add allrepo attach bag bisect blob branch browse builtin cache captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event export file finfo foci fusefs glob graph gzip http http_socket http_ssl http_transport import info json json_artifact json_branch json_config json_diff json_dir json_finfo json_login json_query json_report json_status json_tag json_timeline json_user json_wiki leaf loadctrl login lookslike main manifest markdown markdown_html md5 merge merge3 moderate name path pivot popen pqueue printf rebuild regexp report rss schema search setup sha1 shun skins sqlcmd stash stat style sync tag tar th_main timeline tkt tktsetup undo unicode update url user utf8 util verify vfile wiki wikiformat winfile winhttp wysiwyg xfer xfersetup zip shell sqlite3 th th_lang > $@ | |
| 55 | 55 | +echo fossil >> $@ |
| 56 | 56 | +echo fossil >> $@ |
| 57 | 57 | +echo $(LIBS) >> $@ |
| 58 | 58 | +echo. >> $@ |
| 59 | 59 | +echo fossil >> $@ |
| @@ -308,10 +308,16 @@ | ||
| 308 | 308 | $(OBJDIR)\finfo$O : finfo_.c finfo.h |
| 309 | 309 | $(TCC) -o$@ -c finfo_.c |
| 310 | 310 | |
| 311 | 311 | finfo_.c : $(SRCDIR)\finfo.c |
| 312 | 312 | +translate$E $** > $@ |
| 313 | + | |
| 314 | +$(OBJDIR)\foci$O : foci_.c foci.h | |
| 315 | + $(TCC) -o$@ -c foci_.c | |
| 316 | + | |
| 317 | +foci_.c : $(SRCDIR)\foci.c | |
| 318 | + +translate$E $** > $@ | |
| 313 | 319 | |
| 314 | 320 | $(OBJDIR)\fusefs$O : fusefs_.c fusefs.h |
| 315 | 321 | $(TCC) -o$@ -c fusefs_.c |
| 316 | 322 | |
| 317 | 323 | fusefs_.c : $(SRCDIR)\fusefs.c |
| @@ -796,7 +802,7 @@ | ||
| 796 | 802 | |
| 797 | 803 | zip_.c : $(SRCDIR)\zip.c |
| 798 | 804 | +translate$E $** > $@ |
| 799 | 805 | |
| 800 | 806 | headers: makeheaders$E page_index.h builtin_data.h VERSION.h |
| 801 | - +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 cache_.c:cache.h captcha_.c:captcha.h cgi_.c:cgi.h checkin_.c:checkin.h checkout_.c:checkout.h clearsign_.c:clearsign.h clone_.c:clone.h comformat_.c:comformat.h configure_.c:configure.h content_.c:content.h db_.c:db.h delta_.c:delta.h deltacmd_.c:deltacmd.h descendants_.c:descendants.h diff_.c:diff.h diffcmd_.c:diffcmd.h doc_.c:doc.h encode_.c:encode.h event_.c:event.h export_.c:export.h file_.c:file.h finfo_.c:finfo.h fusefs_.c:fusefs.h glob_.c:glob.h graph_.c:graph.h gzip_.c:gzip.h http_.c:http.h http_socket_.c:http_socket.h http_ssl_.c:http_ssl.h http_transport_.c:http_transport.h import_.c:import.h info_.c:info.h json_.c:json.h json_artifact_.c:json_artifact.h json_branch_.c:json_branch.h json_config_.c:json_config.h json_diff_.c:json_diff.h json_dir_.c:json_dir.h json_finfo_.c:json_finfo.h json_login_.c:json_login.h json_query_.c:json_query.h json_report_.c:json_report.h json_status_.c:json_status.h json_tag_.c:json_tag.h json_timeline_.c:json_timeline.h json_user_.c:json_user.h json_wiki_.c:json_wiki.h leaf_.c:leaf.h loadctrl_.c:loadctrl.h login_.c:login.h lookslike_.c:lookslike.h main_.c:main.h manifest_.c:manifest.h markdown_.c:markdown.h markdown_html_.c:markdown_html.h md5_.c:md5.h merge_.c:merge.h merge3_.c:merge3.h moderate_.c:moderate.h name_.c:name.h path_.c:path.h pivot_.c:pivot.h popen_.c:popen.h pqueue_.c:pqueue.h printf_.c:printf.h rebuild_.c:rebuild.h regexp_.c:regexp.h report_.c:report.h rss_.c:rss.h schema_.c:schema.h search_.c:search.h setup_.c:setup.h sha1_.c:sha1.h shun_.c:shun.h skins_.c:skins.h sqlcmd_.c:sqlcmd.h stash_.c:stash.h stat_.c:stat.h style_.c:style.h sync_.c:sync.h tag_.c:tag.h tar_.c:tar.h th_main_.c:th_main.h timeline_.c:timeline.h tkt_.c:tkt.h tktsetup_.c:tktsetup.h undo_.c:undo.h unicode_.c:unicode.h update_.c:update.h url_.c:url.h user_.c:user.h utf8_.c:utf8.h util_.c:util.h verify_.c:verify.h vfile_.c:vfile.h wiki_.c:wiki.h wikiformat_.c:wikiformat.h winfile_.c:winfile.h winhttp_.c:winhttp.h wysiwyg_.c:wysiwyg.h xfer_.c:xfer.h xfersetup_.c:xfersetup.h zip_.c:zip.h $(SRCDIR)\sqlite3.h $(SRCDIR)\th.h VERSION.h $(SRCDIR)\cson_amalgamation.h | |
| 807 | + +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 cache_.c:cache.h captcha_.c:captcha.h cgi_.c:cgi.h checkin_.c:checkin.h checkout_.c:checkout.h clearsign_.c:clearsign.h clone_.c:clone.h comformat_.c:comformat.h configure_.c:configure.h content_.c:content.h db_.c:db.h delta_.c:delta.h deltacmd_.c:deltacmd.h descendants_.c:descendants.h diff_.c:diff.h diffcmd_.c:diffcmd.h doc_.c:doc.h encode_.c:encode.h event_.c:event.h export_.c:export.h file_.c:file.h finfo_.c:finfo.h foci_.c:foci.h fusefs_.c:fusefs.h glob_.c:glob.h graph_.c:graph.h gzip_.c:gzip.h http_.c:http.h http_socket_.c:http_socket.h http_ssl_.c:http_ssl.h http_transport_.c:http_transport.h import_.c:import.h info_.c:info.h json_.c:json.h json_artifact_.c:json_artifact.h json_branch_.c:json_branch.h json_config_.c:json_config.h json_diff_.c:json_diff.h json_dir_.c:json_dir.h json_finfo_.c:json_finfo.h json_login_.c:json_login.h json_query_.c:json_query.h json_report_.c:json_report.h json_status_.c:json_status.h json_tag_.c:json_tag.h json_timeline_.c:json_timeline.h json_user_.c:json_user.h json_wiki_.c:json_wiki.h leaf_.c:leaf.h loadctrl_.c:loadctrl.h login_.c:login.h lookslike_.c:lookslike.h main_.c:main.h manifest_.c:manifest.h markdown_.c:markdown.h markdown_html_.c:markdown_html.h md5_.c:md5.h merge_.c:merge.h merge3_.c:merge3.h moderate_.c:moderate.h name_.c:name.h path_.c:path.h pivot_.c:pivot.h popen_.c:popen.h pqueue_.c:pqueue.h printf_.c:printf.h rebuild_.c:rebuild.h regexp_.c:regexp.h report_.c:report.h rss_.c:rss.h schema_.c:schema.h search_.c:search.h setup_.c:setup.h sha1_.c:sha1.h shun_.c:shun.h skins_.c:skins.h sqlcmd_.c:sqlcmd.h stash_.c:stash.h stat_.c:stat.h style_.c:style.h sync_.c:sync.h tag_.c:tag.h tar_.c:tar.h th_main_.c:th_main.h timeline_.c:timeline.h tkt_.c:tkt.h tktsetup_.c:tktsetup.h undo_.c:undo.h unicode_.c:unicode.h update_.c:update.h url_.c:url.h user_.c:user.h utf8_.c:utf8.h util_.c:util.h verify_.c:verify.h vfile_.c:vfile.h wiki_.c:wiki.h wikiformat_.c:wikiformat.h winfile_.c:winfile.h winhttp_.c:winhttp.h wysiwyg_.c:wysiwyg.h xfer_.c:xfer.h xfersetup_.c:xfersetup.h zip_.c:zip.h $(SRCDIR)\sqlite3.h $(SRCDIR)\th.h VERSION.h $(SRCDIR)\cson_amalgamation.h | |
| 802 | 808 | @copy /Y nul: headers |
| 803 | 809 |
| --- win/Makefile.dmc | |
| +++ win/Makefile.dmc | |
| @@ -28,13 +28,13 @@ | |
| 28 | |
| 29 | SQLITE_OPTIONS = -DNDEBUG=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_OMIT_DEPRECATED -DSQLITE_ENABLE_EXPLAIN_COMMENTS |
| 30 | |
| 31 | SHELL_OPTIONS = -Dmain=sqlite3_shell -DSQLITE_OMIT_LOAD_EXTENSION=1 -DUSE_SYSTEM_SQLITE=$(USE_SYSTEM_SQLITE) -DSQLITE_SHELL_DBNAME_PROC=fossil_open -Daccess=file_access -Dsystem=fossil_system -Dgetenv=fossil_getenv -Dfopen=fossil_fopen |
| 32 | |
| 33 | SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c builtin_.c cache_.c captcha_.c cgi_.c checkin_.c checkout_.c clearsign_.c clone_.c comformat_.c configure_.c content_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c doc_.c encode_.c event_.c export_.c file_.c finfo_.c fusefs_.c glob_.c graph_.c gzip_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c json_.c json_artifact_.c json_branch_.c json_config_.c json_diff_.c json_dir_.c json_finfo_.c json_login_.c json_query_.c json_report_.c json_status_.c json_tag_.c json_timeline_.c json_user_.c json_wiki_.c leaf_.c loadctrl_.c login_.c lookslike_.c main_.c manifest_.c markdown_.c markdown_html_.c md5_.c merge_.c merge3_.c moderate_.c name_.c path_.c pivot_.c popen_.c pqueue_.c printf_.c rebuild_.c regexp_.c report_.c rss_.c schema_.c search_.c setup_.c sha1_.c shun_.c skins_.c sqlcmd_.c stash_.c stat_.c style_.c sync_.c tag_.c tar_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c unicode_.c update_.c url_.c user_.c utf8_.c util_.c verify_.c vfile_.c wiki_.c wikiformat_.c winfile_.c winhttp_.c wysiwyg_.c xfer_.c xfersetup_.c zip_.c |
| 34 | |
| 35 | OBJ = $(OBJDIR)\add$O $(OBJDIR)\allrepo$O $(OBJDIR)\attach$O $(OBJDIR)\bag$O $(OBJDIR)\bisect$O $(OBJDIR)\blob$O $(OBJDIR)\branch$O $(OBJDIR)\browse$O $(OBJDIR)\builtin$O $(OBJDIR)\cache$O $(OBJDIR)\captcha$O $(OBJDIR)\cgi$O $(OBJDIR)\checkin$O $(OBJDIR)\checkout$O $(OBJDIR)\clearsign$O $(OBJDIR)\clone$O $(OBJDIR)\comformat$O $(OBJDIR)\configure$O $(OBJDIR)\content$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\doc$O $(OBJDIR)\encode$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\file$O $(OBJDIR)\finfo$O $(OBJDIR)\fusefs$O $(OBJDIR)\glob$O $(OBJDIR)\graph$O $(OBJDIR)\gzip$O $(OBJDIR)\http$O $(OBJDIR)\http_socket$O $(OBJDIR)\http_ssl$O $(OBJDIR)\http_transport$O $(OBJDIR)\import$O $(OBJDIR)\info$O $(OBJDIR)\json$O $(OBJDIR)\json_artifact$O $(OBJDIR)\json_branch$O $(OBJDIR)\json_config$O $(OBJDIR)\json_diff$O $(OBJDIR)\json_dir$O $(OBJDIR)\json_finfo$O $(OBJDIR)\json_login$O $(OBJDIR)\json_query$O $(OBJDIR)\json_report$O $(OBJDIR)\json_status$O $(OBJDIR)\json_tag$O $(OBJDIR)\json_timeline$O $(OBJDIR)\json_user$O $(OBJDIR)\json_wiki$O $(OBJDIR)\leaf$O $(OBJDIR)\loadctrl$O $(OBJDIR)\login$O $(OBJDIR)\lookslike$O $(OBJDIR)\main$O $(OBJDIR)\manifest$O $(OBJDIR)\markdown$O $(OBJDIR)\markdown_html$O $(OBJDIR)\md5$O $(OBJDIR)\merge$O $(OBJDIR)\merge3$O $(OBJDIR)\moderate$O $(OBJDIR)\name$O $(OBJDIR)\path$O $(OBJDIR)\pivot$O $(OBJDIR)\popen$O $(OBJDIR)\pqueue$O $(OBJDIR)\printf$O $(OBJDIR)\rebuild$O $(OBJDIR)\regexp$O $(OBJDIR)\report$O $(OBJDIR)\rss$O $(OBJDIR)\schema$O $(OBJDIR)\search$O $(OBJDIR)\setup$O $(OBJDIR)\sha1$O $(OBJDIR)\shun$O $(OBJDIR)\skins$O $(OBJDIR)\sqlcmd$O $(OBJDIR)\stash$O $(OBJDIR)\stat$O $(OBJDIR)\style$O $(OBJDIR)\sync$O $(OBJDIR)\tag$O $(OBJDIR)\tar$O $(OBJDIR)\th_main$O $(OBJDIR)\timeline$O $(OBJDIR)\tkt$O $(OBJDIR)\tktsetup$O $(OBJDIR)\undo$O $(OBJDIR)\unicode$O $(OBJDIR)\update$O $(OBJDIR)\url$O $(OBJDIR)\user$O $(OBJDIR)\utf8$O $(OBJDIR)\util$O $(OBJDIR)\verify$O $(OBJDIR)\vfile$O $(OBJDIR)\wiki$O $(OBJDIR)\wikiformat$O $(OBJDIR)\winfile$O $(OBJDIR)\winhttp$O $(OBJDIR)\wysiwyg$O $(OBJDIR)\xfer$O $(OBJDIR)\xfersetup$O $(OBJDIR)\zip$O $(OBJDIR)\shell$O $(OBJDIR)\sqlite3$O $(OBJDIR)\th$O $(OBJDIR)\th_lang$O |
| 36 | |
| 37 | |
| 38 | RC=$(DMDIR)\bin\rcc |
| 39 | RCFLAGS=-32 -w1 -I$(SRCDIR) /D__DMC__ |
| 40 | |
| @@ -49,11 +49,11 @@ | |
| 49 | |
| 50 | $(OBJDIR)\fossil.res: $B\win\fossil.rc |
| 51 | $(RC) $(RCFLAGS) -o$@ $** |
| 52 | |
| 53 | $(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res |
| 54 | +echo add allrepo attach bag bisect blob branch browse builtin cache captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event export file finfo fusefs glob graph gzip http http_socket http_ssl http_transport import info json json_artifact json_branch json_config json_diff json_dir json_finfo json_login json_query json_report json_status json_tag json_timeline json_user json_wiki leaf loadctrl login lookslike main manifest markdown markdown_html md5 merge merge3 moderate name path pivot popen pqueue printf rebuild regexp report rss schema search setup sha1 shun skins sqlcmd stash stat style sync tag tar th_main timeline tkt tktsetup undo unicode update url user utf8 util verify vfile wiki wikiformat winfile winhttp wysiwyg xfer xfersetup zip shell sqlite3 th th_lang > $@ |
| 55 | +echo fossil >> $@ |
| 56 | +echo fossil >> $@ |
| 57 | +echo $(LIBS) >> $@ |
| 58 | +echo. >> $@ |
| 59 | +echo fossil >> $@ |
| @@ -308,10 +308,16 @@ | |
| 308 | $(OBJDIR)\finfo$O : finfo_.c finfo.h |
| 309 | $(TCC) -o$@ -c finfo_.c |
| 310 | |
| 311 | finfo_.c : $(SRCDIR)\finfo.c |
| 312 | +translate$E $** > $@ |
| 313 | |
| 314 | $(OBJDIR)\fusefs$O : fusefs_.c fusefs.h |
| 315 | $(TCC) -o$@ -c fusefs_.c |
| 316 | |
| 317 | fusefs_.c : $(SRCDIR)\fusefs.c |
| @@ -796,7 +802,7 @@ | |
| 796 | |
| 797 | zip_.c : $(SRCDIR)\zip.c |
| 798 | +translate$E $** > $@ |
| 799 | |
| 800 | headers: makeheaders$E page_index.h builtin_data.h VERSION.h |
| 801 | +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 cache_.c:cache.h captcha_.c:captcha.h cgi_.c:cgi.h checkin_.c:checkin.h checkout_.c:checkout.h clearsign_.c:clearsign.h clone_.c:clone.h comformat_.c:comformat.h configure_.c:configure.h content_.c:content.h db_.c:db.h delta_.c:delta.h deltacmd_.c:deltacmd.h descendants_.c:descendants.h diff_.c:diff.h diffcmd_.c:diffcmd.h doc_.c:doc.h encode_.c:encode.h event_.c:event.h export_.c:export.h file_.c:file.h finfo_.c:finfo.h fusefs_.c:fusefs.h glob_.c:glob.h graph_.c:graph.h gzip_.c:gzip.h http_.c:http.h http_socket_.c:http_socket.h http_ssl_.c:http_ssl.h http_transport_.c:http_transport.h import_.c:import.h info_.c:info.h json_.c:json.h json_artifact_.c:json_artifact.h json_branch_.c:json_branch.h json_config_.c:json_config.h json_diff_.c:json_diff.h json_dir_.c:json_dir.h json_finfo_.c:json_finfo.h json_login_.c:json_login.h json_query_.c:json_query.h json_report_.c:json_report.h json_status_.c:json_status.h json_tag_.c:json_tag.h json_timeline_.c:json_timeline.h json_user_.c:json_user.h json_wiki_.c:json_wiki.h leaf_.c:leaf.h loadctrl_.c:loadctrl.h login_.c:login.h lookslike_.c:lookslike.h main_.c:main.h manifest_.c:manifest.h markdown_.c:markdown.h markdown_html_.c:markdown_html.h md5_.c:md5.h merge_.c:merge.h merge3_.c:merge3.h moderate_.c:moderate.h name_.c:name.h path_.c:path.h pivot_.c:pivot.h popen_.c:popen.h pqueue_.c:pqueue.h printf_.c:printf.h rebuild_.c:rebuild.h regexp_.c:regexp.h report_.c:report.h rss_.c:rss.h schema_.c:schema.h search_.c:search.h setup_.c:setup.h sha1_.c:sha1.h shun_.c:shun.h skins_.c:skins.h sqlcmd_.c:sqlcmd.h stash_.c:stash.h stat_.c:stat.h style_.c:style.h sync_.c:sync.h tag_.c:tag.h tar_.c:tar.h th_main_.c:th_main.h timeline_.c:timeline.h tkt_.c:tkt.h tktsetup_.c:tktsetup.h undo_.c:undo.h unicode_.c:unicode.h update_.c:update.h url_.c:url.h user_.c:user.h utf8_.c:utf8.h util_.c:util.h verify_.c:verify.h vfile_.c:vfile.h wiki_.c:wiki.h wikiformat_.c:wikiformat.h winfile_.c:winfile.h winhttp_.c:winhttp.h wysiwyg_.c:wysiwyg.h xfer_.c:xfer.h xfersetup_.c:xfersetup.h zip_.c:zip.h $(SRCDIR)\sqlite3.h $(SRCDIR)\th.h VERSION.h $(SRCDIR)\cson_amalgamation.h |
| 802 | @copy /Y nul: headers |
| 803 |
| --- win/Makefile.dmc | |
| +++ win/Makefile.dmc | |
| @@ -28,13 +28,13 @@ | |
| 28 | |
| 29 | SQLITE_OPTIONS = -DNDEBUG=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_OMIT_DEPRECATED -DSQLITE_ENABLE_EXPLAIN_COMMENTS |
| 30 | |
| 31 | SHELL_OPTIONS = -Dmain=sqlite3_shell -DSQLITE_OMIT_LOAD_EXTENSION=1 -DUSE_SYSTEM_SQLITE=$(USE_SYSTEM_SQLITE) -DSQLITE_SHELL_DBNAME_PROC=fossil_open -Daccess=file_access -Dsystem=fossil_system -Dgetenv=fossil_getenv -Dfopen=fossil_fopen |
| 32 | |
| 33 | SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c builtin_.c cache_.c captcha_.c cgi_.c checkin_.c checkout_.c clearsign_.c clone_.c comformat_.c configure_.c content_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c doc_.c encode_.c event_.c export_.c file_.c finfo_.c foci_.c fusefs_.c glob_.c graph_.c gzip_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c json_.c json_artifact_.c json_branch_.c json_config_.c json_diff_.c json_dir_.c json_finfo_.c json_login_.c json_query_.c json_report_.c json_status_.c json_tag_.c json_timeline_.c json_user_.c json_wiki_.c leaf_.c loadctrl_.c login_.c lookslike_.c main_.c manifest_.c markdown_.c markdown_html_.c md5_.c merge_.c merge3_.c moderate_.c name_.c path_.c pivot_.c popen_.c pqueue_.c printf_.c rebuild_.c regexp_.c report_.c rss_.c schema_.c search_.c setup_.c sha1_.c shun_.c skins_.c sqlcmd_.c stash_.c stat_.c style_.c sync_.c tag_.c tar_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c unicode_.c update_.c url_.c user_.c utf8_.c util_.c verify_.c vfile_.c wiki_.c wikiformat_.c winfile_.c winhttp_.c wysiwyg_.c xfer_.c xfersetup_.c zip_.c |
| 34 | |
| 35 | OBJ = $(OBJDIR)\add$O $(OBJDIR)\allrepo$O $(OBJDIR)\attach$O $(OBJDIR)\bag$O $(OBJDIR)\bisect$O $(OBJDIR)\blob$O $(OBJDIR)\branch$O $(OBJDIR)\browse$O $(OBJDIR)\builtin$O $(OBJDIR)\cache$O $(OBJDIR)\captcha$O $(OBJDIR)\cgi$O $(OBJDIR)\checkin$O $(OBJDIR)\checkout$O $(OBJDIR)\clearsign$O $(OBJDIR)\clone$O $(OBJDIR)\comformat$O $(OBJDIR)\configure$O $(OBJDIR)\content$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\doc$O $(OBJDIR)\encode$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\file$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\fusefs$O $(OBJDIR)\glob$O $(OBJDIR)\graph$O $(OBJDIR)\gzip$O $(OBJDIR)\http$O $(OBJDIR)\http_socket$O $(OBJDIR)\http_ssl$O $(OBJDIR)\http_transport$O $(OBJDIR)\import$O $(OBJDIR)\info$O $(OBJDIR)\json$O $(OBJDIR)\json_artifact$O $(OBJDIR)\json_branch$O $(OBJDIR)\json_config$O $(OBJDIR)\json_diff$O $(OBJDIR)\json_dir$O $(OBJDIR)\json_finfo$O $(OBJDIR)\json_login$O $(OBJDIR)\json_query$O $(OBJDIR)\json_report$O $(OBJDIR)\json_status$O $(OBJDIR)\json_tag$O $(OBJDIR)\json_timeline$O $(OBJDIR)\json_user$O $(OBJDIR)\json_wiki$O $(OBJDIR)\leaf$O $(OBJDIR)\loadctrl$O $(OBJDIR)\login$O $(OBJDIR)\lookslike$O $(OBJDIR)\main$O $(OBJDIR)\manifest$O $(OBJDIR)\markdown$O $(OBJDIR)\markdown_html$O $(OBJDIR)\md5$O $(OBJDIR)\merge$O $(OBJDIR)\merge3$O $(OBJDIR)\moderate$O $(OBJDIR)\name$O $(OBJDIR)\path$O $(OBJDIR)\pivot$O $(OBJDIR)\popen$O $(OBJDIR)\pqueue$O $(OBJDIR)\printf$O $(OBJDIR)\rebuild$O $(OBJDIR)\regexp$O $(OBJDIR)\report$O $(OBJDIR)\rss$O $(OBJDIR)\schema$O $(OBJDIR)\search$O $(OBJDIR)\setup$O $(OBJDIR)\sha1$O $(OBJDIR)\shun$O $(OBJDIR)\skins$O $(OBJDIR)\sqlcmd$O $(OBJDIR)\stash$O $(OBJDIR)\stat$O $(OBJDIR)\style$O $(OBJDIR)\sync$O $(OBJDIR)\tag$O $(OBJDIR)\tar$O $(OBJDIR)\th_main$O $(OBJDIR)\timeline$O $(OBJDIR)\tkt$O $(OBJDIR)\tktsetup$O $(OBJDIR)\undo$O $(OBJDIR)\unicode$O $(OBJDIR)\update$O $(OBJDIR)\url$O $(OBJDIR)\user$O $(OBJDIR)\utf8$O $(OBJDIR)\util$O $(OBJDIR)\verify$O $(OBJDIR)\vfile$O $(OBJDIR)\wiki$O $(OBJDIR)\wikiformat$O $(OBJDIR)\winfile$O $(OBJDIR)\winhttp$O $(OBJDIR)\wysiwyg$O $(OBJDIR)\xfer$O $(OBJDIR)\xfersetup$O $(OBJDIR)\zip$O $(OBJDIR)\shell$O $(OBJDIR)\sqlite3$O $(OBJDIR)\th$O $(OBJDIR)\th_lang$O |
| 36 | |
| 37 | |
| 38 | RC=$(DMDIR)\bin\rcc |
| 39 | RCFLAGS=-32 -w1 -I$(SRCDIR) /D__DMC__ |
| 40 | |
| @@ -49,11 +49,11 @@ | |
| 49 | |
| 50 | $(OBJDIR)\fossil.res: $B\win\fossil.rc |
| 51 | $(RC) $(RCFLAGS) -o$@ $** |
| 52 | |
| 53 | $(OBJDIR)\link: $B\win\Makefile.dmc $(OBJDIR)\fossil.res |
| 54 | +echo add allrepo attach bag bisect blob branch browse builtin cache captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event export file finfo foci fusefs glob graph gzip http http_socket http_ssl http_transport import info json json_artifact json_branch json_config json_diff json_dir json_finfo json_login json_query json_report json_status json_tag json_timeline json_user json_wiki leaf loadctrl login lookslike main manifest markdown markdown_html md5 merge merge3 moderate name path pivot popen pqueue printf rebuild regexp report rss schema search setup sha1 shun skins sqlcmd stash stat style sync tag tar th_main timeline tkt tktsetup undo unicode update url user utf8 util verify vfile wiki wikiformat winfile winhttp wysiwyg xfer xfersetup zip shell sqlite3 th th_lang > $@ |
| 55 | +echo fossil >> $@ |
| 56 | +echo fossil >> $@ |
| 57 | +echo $(LIBS) >> $@ |
| 58 | +echo. >> $@ |
| 59 | +echo fossil >> $@ |
| @@ -308,10 +308,16 @@ | |
| 308 | $(OBJDIR)\finfo$O : finfo_.c finfo.h |
| 309 | $(TCC) -o$@ -c finfo_.c |
| 310 | |
| 311 | finfo_.c : $(SRCDIR)\finfo.c |
| 312 | +translate$E $** > $@ |
| 313 | |
| 314 | $(OBJDIR)\foci$O : foci_.c foci.h |
| 315 | $(TCC) -o$@ -c foci_.c |
| 316 | |
| 317 | foci_.c : $(SRCDIR)\foci.c |
| 318 | +translate$E $** > $@ |
| 319 | |
| 320 | $(OBJDIR)\fusefs$O : fusefs_.c fusefs.h |
| 321 | $(TCC) -o$@ -c fusefs_.c |
| 322 | |
| 323 | fusefs_.c : $(SRCDIR)\fusefs.c |
| @@ -796,7 +802,7 @@ | |
| 802 | |
| 803 | zip_.c : $(SRCDIR)\zip.c |
| 804 | +translate$E $** > $@ |
| 805 | |
| 806 | headers: makeheaders$E page_index.h builtin_data.h VERSION.h |
| 807 | +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 cache_.c:cache.h captcha_.c:captcha.h cgi_.c:cgi.h checkin_.c:checkin.h checkout_.c:checkout.h clearsign_.c:clearsign.h clone_.c:clone.h comformat_.c:comformat.h configure_.c:configure.h content_.c:content.h db_.c:db.h delta_.c:delta.h deltacmd_.c:deltacmd.h descendants_.c:descendants.h diff_.c:diff.h diffcmd_.c:diffcmd.h doc_.c:doc.h encode_.c:encode.h event_.c:event.h export_.c:export.h file_.c:file.h finfo_.c:finfo.h foci_.c:foci.h fusefs_.c:fusefs.h glob_.c:glob.h graph_.c:graph.h gzip_.c:gzip.h http_.c:http.h http_socket_.c:http_socket.h http_ssl_.c:http_ssl.h http_transport_.c:http_transport.h import_.c:import.h info_.c:info.h json_.c:json.h json_artifact_.c:json_artifact.h json_branch_.c:json_branch.h json_config_.c:json_config.h json_diff_.c:json_diff.h json_dir_.c:json_dir.h json_finfo_.c:json_finfo.h json_login_.c:json_login.h json_query_.c:json_query.h json_report_.c:json_report.h json_status_.c:json_status.h json_tag_.c:json_tag.h json_timeline_.c:json_timeline.h json_user_.c:json_user.h json_wiki_.c:json_wiki.h leaf_.c:leaf.h loadctrl_.c:loadctrl.h login_.c:login.h lookslike_.c:lookslike.h main_.c:main.h manifest_.c:manifest.h markdown_.c:markdown.h markdown_html_.c:markdown_html.h md5_.c:md5.h merge_.c:merge.h merge3_.c:merge3.h moderate_.c:moderate.h name_.c:name.h path_.c:path.h pivot_.c:pivot.h popen_.c:popen.h pqueue_.c:pqueue.h printf_.c:printf.h rebuild_.c:rebuild.h regexp_.c:regexp.h report_.c:report.h rss_.c:rss.h schema_.c:schema.h search_.c:search.h setup_.c:setup.h sha1_.c:sha1.h shun_.c:shun.h skins_.c:skins.h sqlcmd_.c:sqlcmd.h stash_.c:stash.h stat_.c:stat.h style_.c:style.h sync_.c:sync.h tag_.c:tag.h tar_.c:tar.h th_main_.c:th_main.h timeline_.c:timeline.h tkt_.c:tkt.h tktsetup_.c:tktsetup.h undo_.c:undo.h unicode_.c:unicode.h update_.c:update.h url_.c:url.h user_.c:user.h utf8_.c:utf8.h util_.c:util.h verify_.c:verify.h vfile_.c:vfile.h wiki_.c:wiki.h wikiformat_.c:wikiformat.h winfile_.c:winfile.h winhttp_.c:winhttp.h wysiwyg_.c:wysiwyg.h xfer_.c:xfer.h xfersetup_.c:xfersetup.h zip_.c:zip.h $(SRCDIR)\sqlite3.h $(SRCDIR)\th.h VERSION.h $(SRCDIR)\cson_amalgamation.h |
| 808 | @copy /Y nul: headers |
| 809 |
+12
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -374,10 +374,11 @@ | ||
| 374 | 374 | $(SRCDIR)/encode.c \ |
| 375 | 375 | $(SRCDIR)/event.c \ |
| 376 | 376 | $(SRCDIR)/export.c \ |
| 377 | 377 | $(SRCDIR)/file.c \ |
| 378 | 378 | $(SRCDIR)/finfo.c \ |
| 379 | + $(SRCDIR)/foci.c \ | |
| 379 | 380 | $(SRCDIR)/fusefs.c \ |
| 380 | 381 | $(SRCDIR)/glob.c \ |
| 381 | 382 | $(SRCDIR)/graph.c \ |
| 382 | 383 | $(SRCDIR)/gzip.c \ |
| 383 | 384 | $(SRCDIR)/http.c \ |
| @@ -491,10 +492,11 @@ | ||
| 491 | 492 | $(OBJDIR)/encode_.c \ |
| 492 | 493 | $(OBJDIR)/event_.c \ |
| 493 | 494 | $(OBJDIR)/export_.c \ |
| 494 | 495 | $(OBJDIR)/file_.c \ |
| 495 | 496 | $(OBJDIR)/finfo_.c \ |
| 497 | + $(OBJDIR)/foci_.c \ | |
| 496 | 498 | $(OBJDIR)/fusefs_.c \ |
| 497 | 499 | $(OBJDIR)/glob_.c \ |
| 498 | 500 | $(OBJDIR)/graph_.c \ |
| 499 | 501 | $(OBJDIR)/gzip_.c \ |
| 500 | 502 | $(OBJDIR)/http_.c \ |
| @@ -605,10 +607,11 @@ | ||
| 605 | 607 | $(OBJDIR)/encode.o \ |
| 606 | 608 | $(OBJDIR)/event.o \ |
| 607 | 609 | $(OBJDIR)/export.o \ |
| 608 | 610 | $(OBJDIR)/file.o \ |
| 609 | 611 | $(OBJDIR)/finfo.o \ |
| 612 | + $(OBJDIR)/foci.o \ | |
| 610 | 613 | $(OBJDIR)/fusefs.o \ |
| 611 | 614 | $(OBJDIR)/glob.o \ |
| 612 | 615 | $(OBJDIR)/graph.o \ |
| 613 | 616 | $(OBJDIR)/gzip.o \ |
| 614 | 617 | $(OBJDIR)/http.o \ |
| @@ -912,10 +915,11 @@ | ||
| 912 | 915 | $(OBJDIR)/encode_.c:$(OBJDIR)/encode.h \ |
| 913 | 916 | $(OBJDIR)/event_.c:$(OBJDIR)/event.h \ |
| 914 | 917 | $(OBJDIR)/export_.c:$(OBJDIR)/export.h \ |
| 915 | 918 | $(OBJDIR)/file_.c:$(OBJDIR)/file.h \ |
| 916 | 919 | $(OBJDIR)/finfo_.c:$(OBJDIR)/finfo.h \ |
| 920 | + $(OBJDIR)/foci_.c:$(OBJDIR)/foci.h \ | |
| 917 | 921 | $(OBJDIR)/fusefs_.c:$(OBJDIR)/fusefs.h \ |
| 918 | 922 | $(OBJDIR)/glob_.c:$(OBJDIR)/glob.h \ |
| 919 | 923 | $(OBJDIR)/graph_.c:$(OBJDIR)/graph.h \ |
| 920 | 924 | $(OBJDIR)/gzip_.c:$(OBJDIR)/gzip.h \ |
| 921 | 925 | $(OBJDIR)/http_.c:$(OBJDIR)/http.h \ |
| @@ -1249,10 +1253,18 @@ | ||
| 1249 | 1253 | |
| 1250 | 1254 | $(OBJDIR)/finfo.o: $(OBJDIR)/finfo_.c $(OBJDIR)/finfo.h $(SRCDIR)/config.h |
| 1251 | 1255 | $(XTCC) -o $(OBJDIR)/finfo.o -c $(OBJDIR)/finfo_.c |
| 1252 | 1256 | |
| 1253 | 1257 | $(OBJDIR)/finfo.h: $(OBJDIR)/headers |
| 1258 | + | |
| 1259 | +$(OBJDIR)/foci_.c: $(SRCDIR)/foci.c $(TRANSLATE) | |
| 1260 | + $(TRANSLATE) $(SRCDIR)/foci.c >$@ | |
| 1261 | + | |
| 1262 | +$(OBJDIR)/foci.o: $(OBJDIR)/foci_.c $(OBJDIR)/foci.h $(SRCDIR)/config.h | |
| 1263 | + $(XTCC) -o $(OBJDIR)/foci.o -c $(OBJDIR)/foci_.c | |
| 1264 | + | |
| 1265 | +$(OBJDIR)/foci.h: $(OBJDIR)/headers | |
| 1254 | 1266 | |
| 1255 | 1267 | $(OBJDIR)/fusefs_.c: $(SRCDIR)/fusefs.c $(TRANSLATE) |
| 1256 | 1268 | $(TRANSLATE) $(SRCDIR)/fusefs.c >$@ |
| 1257 | 1269 | |
| 1258 | 1270 | $(OBJDIR)/fusefs.o: $(OBJDIR)/fusefs_.c $(OBJDIR)/fusefs.h $(SRCDIR)/config.h |
| 1259 | 1271 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -374,10 +374,11 @@ | |
| 374 | $(SRCDIR)/encode.c \ |
| 375 | $(SRCDIR)/event.c \ |
| 376 | $(SRCDIR)/export.c \ |
| 377 | $(SRCDIR)/file.c \ |
| 378 | $(SRCDIR)/finfo.c \ |
| 379 | $(SRCDIR)/fusefs.c \ |
| 380 | $(SRCDIR)/glob.c \ |
| 381 | $(SRCDIR)/graph.c \ |
| 382 | $(SRCDIR)/gzip.c \ |
| 383 | $(SRCDIR)/http.c \ |
| @@ -491,10 +492,11 @@ | |
| 491 | $(OBJDIR)/encode_.c \ |
| 492 | $(OBJDIR)/event_.c \ |
| 493 | $(OBJDIR)/export_.c \ |
| 494 | $(OBJDIR)/file_.c \ |
| 495 | $(OBJDIR)/finfo_.c \ |
| 496 | $(OBJDIR)/fusefs_.c \ |
| 497 | $(OBJDIR)/glob_.c \ |
| 498 | $(OBJDIR)/graph_.c \ |
| 499 | $(OBJDIR)/gzip_.c \ |
| 500 | $(OBJDIR)/http_.c \ |
| @@ -605,10 +607,11 @@ | |
| 605 | $(OBJDIR)/encode.o \ |
| 606 | $(OBJDIR)/event.o \ |
| 607 | $(OBJDIR)/export.o \ |
| 608 | $(OBJDIR)/file.o \ |
| 609 | $(OBJDIR)/finfo.o \ |
| 610 | $(OBJDIR)/fusefs.o \ |
| 611 | $(OBJDIR)/glob.o \ |
| 612 | $(OBJDIR)/graph.o \ |
| 613 | $(OBJDIR)/gzip.o \ |
| 614 | $(OBJDIR)/http.o \ |
| @@ -912,10 +915,11 @@ | |
| 912 | $(OBJDIR)/encode_.c:$(OBJDIR)/encode.h \ |
| 913 | $(OBJDIR)/event_.c:$(OBJDIR)/event.h \ |
| 914 | $(OBJDIR)/export_.c:$(OBJDIR)/export.h \ |
| 915 | $(OBJDIR)/file_.c:$(OBJDIR)/file.h \ |
| 916 | $(OBJDIR)/finfo_.c:$(OBJDIR)/finfo.h \ |
| 917 | $(OBJDIR)/fusefs_.c:$(OBJDIR)/fusefs.h \ |
| 918 | $(OBJDIR)/glob_.c:$(OBJDIR)/glob.h \ |
| 919 | $(OBJDIR)/graph_.c:$(OBJDIR)/graph.h \ |
| 920 | $(OBJDIR)/gzip_.c:$(OBJDIR)/gzip.h \ |
| 921 | $(OBJDIR)/http_.c:$(OBJDIR)/http.h \ |
| @@ -1249,10 +1253,18 @@ | |
| 1249 | |
| 1250 | $(OBJDIR)/finfo.o: $(OBJDIR)/finfo_.c $(OBJDIR)/finfo.h $(SRCDIR)/config.h |
| 1251 | $(XTCC) -o $(OBJDIR)/finfo.o -c $(OBJDIR)/finfo_.c |
| 1252 | |
| 1253 | $(OBJDIR)/finfo.h: $(OBJDIR)/headers |
| 1254 | |
| 1255 | $(OBJDIR)/fusefs_.c: $(SRCDIR)/fusefs.c $(TRANSLATE) |
| 1256 | $(TRANSLATE) $(SRCDIR)/fusefs.c >$@ |
| 1257 | |
| 1258 | $(OBJDIR)/fusefs.o: $(OBJDIR)/fusefs_.c $(OBJDIR)/fusefs.h $(SRCDIR)/config.h |
| 1259 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -374,10 +374,11 @@ | |
| 374 | $(SRCDIR)/encode.c \ |
| 375 | $(SRCDIR)/event.c \ |
| 376 | $(SRCDIR)/export.c \ |
| 377 | $(SRCDIR)/file.c \ |
| 378 | $(SRCDIR)/finfo.c \ |
| 379 | $(SRCDIR)/foci.c \ |
| 380 | $(SRCDIR)/fusefs.c \ |
| 381 | $(SRCDIR)/glob.c \ |
| 382 | $(SRCDIR)/graph.c \ |
| 383 | $(SRCDIR)/gzip.c \ |
| 384 | $(SRCDIR)/http.c \ |
| @@ -491,10 +492,11 @@ | |
| 492 | $(OBJDIR)/encode_.c \ |
| 493 | $(OBJDIR)/event_.c \ |
| 494 | $(OBJDIR)/export_.c \ |
| 495 | $(OBJDIR)/file_.c \ |
| 496 | $(OBJDIR)/finfo_.c \ |
| 497 | $(OBJDIR)/foci_.c \ |
| 498 | $(OBJDIR)/fusefs_.c \ |
| 499 | $(OBJDIR)/glob_.c \ |
| 500 | $(OBJDIR)/graph_.c \ |
| 501 | $(OBJDIR)/gzip_.c \ |
| 502 | $(OBJDIR)/http_.c \ |
| @@ -605,10 +607,11 @@ | |
| 607 | $(OBJDIR)/encode.o \ |
| 608 | $(OBJDIR)/event.o \ |
| 609 | $(OBJDIR)/export.o \ |
| 610 | $(OBJDIR)/file.o \ |
| 611 | $(OBJDIR)/finfo.o \ |
| 612 | $(OBJDIR)/foci.o \ |
| 613 | $(OBJDIR)/fusefs.o \ |
| 614 | $(OBJDIR)/glob.o \ |
| 615 | $(OBJDIR)/graph.o \ |
| 616 | $(OBJDIR)/gzip.o \ |
| 617 | $(OBJDIR)/http.o \ |
| @@ -912,10 +915,11 @@ | |
| 915 | $(OBJDIR)/encode_.c:$(OBJDIR)/encode.h \ |
| 916 | $(OBJDIR)/event_.c:$(OBJDIR)/event.h \ |
| 917 | $(OBJDIR)/export_.c:$(OBJDIR)/export.h \ |
| 918 | $(OBJDIR)/file_.c:$(OBJDIR)/file.h \ |
| 919 | $(OBJDIR)/finfo_.c:$(OBJDIR)/finfo.h \ |
| 920 | $(OBJDIR)/foci_.c:$(OBJDIR)/foci.h \ |
| 921 | $(OBJDIR)/fusefs_.c:$(OBJDIR)/fusefs.h \ |
| 922 | $(OBJDIR)/glob_.c:$(OBJDIR)/glob.h \ |
| 923 | $(OBJDIR)/graph_.c:$(OBJDIR)/graph.h \ |
| 924 | $(OBJDIR)/gzip_.c:$(OBJDIR)/gzip.h \ |
| 925 | $(OBJDIR)/http_.c:$(OBJDIR)/http.h \ |
| @@ -1249,10 +1253,18 @@ | |
| 1253 | |
| 1254 | $(OBJDIR)/finfo.o: $(OBJDIR)/finfo_.c $(OBJDIR)/finfo.h $(SRCDIR)/config.h |
| 1255 | $(XTCC) -o $(OBJDIR)/finfo.o -c $(OBJDIR)/finfo_.c |
| 1256 | |
| 1257 | $(OBJDIR)/finfo.h: $(OBJDIR)/headers |
| 1258 | |
| 1259 | $(OBJDIR)/foci_.c: $(SRCDIR)/foci.c $(TRANSLATE) |
| 1260 | $(TRANSLATE) $(SRCDIR)/foci.c >$@ |
| 1261 | |
| 1262 | $(OBJDIR)/foci.o: $(OBJDIR)/foci_.c $(OBJDIR)/foci.h $(SRCDIR)/config.h |
| 1263 | $(XTCC) -o $(OBJDIR)/foci.o -c $(OBJDIR)/foci_.c |
| 1264 | |
| 1265 | $(OBJDIR)/foci.h: $(OBJDIR)/headers |
| 1266 | |
| 1267 | $(OBJDIR)/fusefs_.c: $(SRCDIR)/fusefs.c $(TRANSLATE) |
| 1268 | $(TRANSLATE) $(SRCDIR)/fusefs.c >$@ |
| 1269 | |
| 1270 | $(OBJDIR)/fusefs.o: $(OBJDIR)/fusefs_.c $(OBJDIR)/fusefs.h $(SRCDIR)/config.h |
| 1271 |
+10
| --- win/Makefile.msc | ||
| +++ win/Makefile.msc | ||
| @@ -226,10 +226,11 @@ | ||
| 226 | 226 | encode_.c \ |
| 227 | 227 | event_.c \ |
| 228 | 228 | export_.c \ |
| 229 | 229 | file_.c \ |
| 230 | 230 | finfo_.c \ |
| 231 | + foci_.c \ | |
| 231 | 232 | fusefs_.c \ |
| 232 | 233 | glob_.c \ |
| 233 | 234 | graph_.c \ |
| 234 | 235 | gzip_.c \ |
| 235 | 236 | http_.c \ |
| @@ -342,10 +343,11 @@ | ||
| 342 | 343 | $(OX)\encode$O \ |
| 343 | 344 | $(OX)\event$O \ |
| 344 | 345 | $(OX)\export$O \ |
| 345 | 346 | $(OX)\file$O \ |
| 346 | 347 | $(OX)\finfo$O \ |
| 348 | + $(OX)\foci$O \ | |
| 347 | 349 | $(OX)\fusefs$O \ |
| 348 | 350 | $(OX)\glob$O \ |
| 349 | 351 | $(OX)\graph$O \ |
| 350 | 352 | $(OX)\gzip$O \ |
| 351 | 353 | $(OX)\http$O \ |
| @@ -511,10 +513,11 @@ | ||
| 511 | 513 | echo $(OX)\encode.obj >> $@ |
| 512 | 514 | echo $(OX)\event.obj >> $@ |
| 513 | 515 | echo $(OX)\export.obj >> $@ |
| 514 | 516 | echo $(OX)\file.obj >> $@ |
| 515 | 517 | echo $(OX)\finfo.obj >> $@ |
| 518 | + echo $(OX)\foci.obj >> $@ | |
| 516 | 519 | echo $(OX)\fusefs.obj >> $@ |
| 517 | 520 | echo $(OX)\glob.obj >> $@ |
| 518 | 521 | echo $(OX)\graph.obj >> $@ |
| 519 | 522 | echo $(OX)\gzip.obj >> $@ |
| 520 | 523 | echo $(OX)\http.obj >> $@ |
| @@ -881,10 +884,16 @@ | ||
| 881 | 884 | $(OX)\finfo$O : finfo_.c finfo.h |
| 882 | 885 | $(TCC) /Fo$@ -c finfo_.c |
| 883 | 886 | |
| 884 | 887 | finfo_.c : $(SRCDIR)\finfo.c |
| 885 | 888 | translate$E $** > $@ |
| 889 | + | |
| 890 | +$(OX)\foci$O : foci_.c foci.h | |
| 891 | + $(TCC) /Fo$@ -c foci_.c | |
| 892 | + | |
| 893 | +foci_.c : $(SRCDIR)\foci.c | |
| 894 | + translate$E $** > $@ | |
| 886 | 895 | |
| 887 | 896 | $(OX)\fusefs$O : fusefs_.c fusefs.h |
| 888 | 897 | $(TCC) /Fo$@ -c fusefs_.c |
| 889 | 898 | |
| 890 | 899 | fusefs_.c : $(SRCDIR)\fusefs.c |
| @@ -1403,10 +1412,11 @@ | ||
| 1403 | 1412 | encode_.c:encode.h \ |
| 1404 | 1413 | event_.c:event.h \ |
| 1405 | 1414 | export_.c:export.h \ |
| 1406 | 1415 | file_.c:file.h \ |
| 1407 | 1416 | finfo_.c:finfo.h \ |
| 1417 | + foci_.c:foci.h \ | |
| 1408 | 1418 | fusefs_.c:fusefs.h \ |
| 1409 | 1419 | glob_.c:glob.h \ |
| 1410 | 1420 | graph_.c:graph.h \ |
| 1411 | 1421 | gzip_.c:gzip.h \ |
| 1412 | 1422 | http_.c:http.h \ |
| 1413 | 1423 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -226,10 +226,11 @@ | |
| 226 | encode_.c \ |
| 227 | event_.c \ |
| 228 | export_.c \ |
| 229 | file_.c \ |
| 230 | finfo_.c \ |
| 231 | fusefs_.c \ |
| 232 | glob_.c \ |
| 233 | graph_.c \ |
| 234 | gzip_.c \ |
| 235 | http_.c \ |
| @@ -342,10 +343,11 @@ | |
| 342 | $(OX)\encode$O \ |
| 343 | $(OX)\event$O \ |
| 344 | $(OX)\export$O \ |
| 345 | $(OX)\file$O \ |
| 346 | $(OX)\finfo$O \ |
| 347 | $(OX)\fusefs$O \ |
| 348 | $(OX)\glob$O \ |
| 349 | $(OX)\graph$O \ |
| 350 | $(OX)\gzip$O \ |
| 351 | $(OX)\http$O \ |
| @@ -511,10 +513,11 @@ | |
| 511 | echo $(OX)\encode.obj >> $@ |
| 512 | echo $(OX)\event.obj >> $@ |
| 513 | echo $(OX)\export.obj >> $@ |
| 514 | echo $(OX)\file.obj >> $@ |
| 515 | echo $(OX)\finfo.obj >> $@ |
| 516 | echo $(OX)\fusefs.obj >> $@ |
| 517 | echo $(OX)\glob.obj >> $@ |
| 518 | echo $(OX)\graph.obj >> $@ |
| 519 | echo $(OX)\gzip.obj >> $@ |
| 520 | echo $(OX)\http.obj >> $@ |
| @@ -881,10 +884,16 @@ | |
| 881 | $(OX)\finfo$O : finfo_.c finfo.h |
| 882 | $(TCC) /Fo$@ -c finfo_.c |
| 883 | |
| 884 | finfo_.c : $(SRCDIR)\finfo.c |
| 885 | translate$E $** > $@ |
| 886 | |
| 887 | $(OX)\fusefs$O : fusefs_.c fusefs.h |
| 888 | $(TCC) /Fo$@ -c fusefs_.c |
| 889 | |
| 890 | fusefs_.c : $(SRCDIR)\fusefs.c |
| @@ -1403,10 +1412,11 @@ | |
| 1403 | encode_.c:encode.h \ |
| 1404 | event_.c:event.h \ |
| 1405 | export_.c:export.h \ |
| 1406 | file_.c:file.h \ |
| 1407 | finfo_.c:finfo.h \ |
| 1408 | fusefs_.c:fusefs.h \ |
| 1409 | glob_.c:glob.h \ |
| 1410 | graph_.c:graph.h \ |
| 1411 | gzip_.c:gzip.h \ |
| 1412 | http_.c:http.h \ |
| 1413 |
| --- win/Makefile.msc | |
| +++ win/Makefile.msc | |
| @@ -226,10 +226,11 @@ | |
| 226 | encode_.c \ |
| 227 | event_.c \ |
| 228 | export_.c \ |
| 229 | file_.c \ |
| 230 | finfo_.c \ |
| 231 | foci_.c \ |
| 232 | fusefs_.c \ |
| 233 | glob_.c \ |
| 234 | graph_.c \ |
| 235 | gzip_.c \ |
| 236 | http_.c \ |
| @@ -342,10 +343,11 @@ | |
| 343 | $(OX)\encode$O \ |
| 344 | $(OX)\event$O \ |
| 345 | $(OX)\export$O \ |
| 346 | $(OX)\file$O \ |
| 347 | $(OX)\finfo$O \ |
| 348 | $(OX)\foci$O \ |
| 349 | $(OX)\fusefs$O \ |
| 350 | $(OX)\glob$O \ |
| 351 | $(OX)\graph$O \ |
| 352 | $(OX)\gzip$O \ |
| 353 | $(OX)\http$O \ |
| @@ -511,10 +513,11 @@ | |
| 513 | echo $(OX)\encode.obj >> $@ |
| 514 | echo $(OX)\event.obj >> $@ |
| 515 | echo $(OX)\export.obj >> $@ |
| 516 | echo $(OX)\file.obj >> $@ |
| 517 | echo $(OX)\finfo.obj >> $@ |
| 518 | echo $(OX)\foci.obj >> $@ |
| 519 | echo $(OX)\fusefs.obj >> $@ |
| 520 | echo $(OX)\glob.obj >> $@ |
| 521 | echo $(OX)\graph.obj >> $@ |
| 522 | echo $(OX)\gzip.obj >> $@ |
| 523 | echo $(OX)\http.obj >> $@ |
| @@ -881,10 +884,16 @@ | |
| 884 | $(OX)\finfo$O : finfo_.c finfo.h |
| 885 | $(TCC) /Fo$@ -c finfo_.c |
| 886 | |
| 887 | finfo_.c : $(SRCDIR)\finfo.c |
| 888 | translate$E $** > $@ |
| 889 | |
| 890 | $(OX)\foci$O : foci_.c foci.h |
| 891 | $(TCC) /Fo$@ -c foci_.c |
| 892 | |
| 893 | foci_.c : $(SRCDIR)\foci.c |
| 894 | translate$E $** > $@ |
| 895 | |
| 896 | $(OX)\fusefs$O : fusefs_.c fusefs.h |
| 897 | $(TCC) /Fo$@ -c fusefs_.c |
| 898 | |
| 899 | fusefs_.c : $(SRCDIR)\fusefs.c |
| @@ -1403,10 +1412,11 @@ | |
| 1412 | encode_.c:encode.h \ |
| 1413 | event_.c:event.h \ |
| 1414 | export_.c:export.h \ |
| 1415 | file_.c:file.h \ |
| 1416 | finfo_.c:finfo.h \ |
| 1417 | foci_.c:foci.h \ |
| 1418 | fusefs_.c:fusefs.h \ |
| 1419 | glob_.c:glob.h \ |
| 1420 | graph_.c:graph.h \ |
| 1421 | gzip_.c:gzip.h \ |
| 1422 | http_.c:http.h \ |
| 1423 |