Fossil SCM
Remove some unnecessary spaces.
Commit
467c4269b0cfd477f0fa67d7030b6d3c051d0f81
Parent
03b6869856814ed…
7 files changed
+2
-2
+2
-2
+2
-2
+1
-1
+3
-3
+1
-1
+2
-2
+2
-2
| --- autosetup/cc-lib.tcl | ||
| +++ autosetup/cc-lib.tcl | ||
| @@ -10,11 +10,11 @@ | ||
| 10 | 10 | module-options {} |
| 11 | 11 | |
| 12 | 12 | # @cc-check-lfs |
| 13 | 13 | # |
| 14 | 14 | # The equivalent of the AC_SYS_LARGEFILE macro |
| 15 | -# | |
| 15 | +# | |
| 16 | 16 | # defines 'HAVE_LFS' if LFS is available, |
| 17 | 17 | # and defines '_FILE_OFFSET_BITS=64' if necessary |
| 18 | 18 | # |
| 19 | 19 | # Returns 1 if 'LFS' is available or 0 otherwise |
| 20 | 20 | # |
| @@ -36,11 +36,11 @@ | ||
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | # @cc-check-endian |
| 39 | 39 | # |
| 40 | 40 | # The equivalent of the AC_C_BIGENDIAN macro |
| 41 | -# | |
| 41 | +# | |
| 42 | 42 | # defines 'HAVE_BIG_ENDIAN' if endian is known to be big, |
| 43 | 43 | # or 'HAVE_LITTLE_ENDIAN' if endian is known to be little. |
| 44 | 44 | # |
| 45 | 45 | # Returns 1 if determined, or 0 if not. |
| 46 | 46 | # |
| 47 | 47 |
| --- autosetup/cc-lib.tcl | |
| +++ autosetup/cc-lib.tcl | |
| @@ -10,11 +10,11 @@ | |
| 10 | module-options {} |
| 11 | |
| 12 | # @cc-check-lfs |
| 13 | # |
| 14 | # The equivalent of the AC_SYS_LARGEFILE macro |
| 15 | # |
| 16 | # defines 'HAVE_LFS' if LFS is available, |
| 17 | # and defines '_FILE_OFFSET_BITS=64' if necessary |
| 18 | # |
| 19 | # Returns 1 if 'LFS' is available or 0 otherwise |
| 20 | # |
| @@ -36,11 +36,11 @@ | |
| 36 | } |
| 37 | |
| 38 | # @cc-check-endian |
| 39 | # |
| 40 | # The equivalent of the AC_C_BIGENDIAN macro |
| 41 | # |
| 42 | # defines 'HAVE_BIG_ENDIAN' if endian is known to be big, |
| 43 | # or 'HAVE_LITTLE_ENDIAN' if endian is known to be little. |
| 44 | # |
| 45 | # Returns 1 if determined, or 0 if not. |
| 46 | # |
| 47 |
| --- autosetup/cc-lib.tcl | |
| +++ autosetup/cc-lib.tcl | |
| @@ -10,11 +10,11 @@ | |
| 10 | module-options {} |
| 11 | |
| 12 | # @cc-check-lfs |
| 13 | # |
| 14 | # The equivalent of the AC_SYS_LARGEFILE macro |
| 15 | # |
| 16 | # defines 'HAVE_LFS' if LFS is available, |
| 17 | # and defines '_FILE_OFFSET_BITS=64' if necessary |
| 18 | # |
| 19 | # Returns 1 if 'LFS' is available or 0 otherwise |
| 20 | # |
| @@ -36,11 +36,11 @@ | |
| 36 | } |
| 37 | |
| 38 | # @cc-check-endian |
| 39 | # |
| 40 | # The equivalent of the AC_C_BIGENDIAN macro |
| 41 | # |
| 42 | # defines 'HAVE_BIG_ENDIAN' if endian is known to be big, |
| 43 | # or 'HAVE_LITTLE_ENDIAN' if endian is known to be little. |
| 44 | # |
| 45 | # Returns 1 if determined, or 0 if not. |
| 46 | # |
| 47 |
+2
-2
| --- autosetup/cc-shared.tcl | ||
| +++ autosetup/cc-shared.tcl | ||
| @@ -62,11 +62,11 @@ | ||
| 62 | 62 | } |
| 63 | 63 | sparc* { |
| 64 | 64 | if {[msg-quiet cc-check-decls __SUNPRO_C]} { |
| 65 | 65 | msg-result "Found sun stdio compiler" |
| 66 | 66 | # sun stdio compiler |
| 67 | - # XXX: These haven't been fully tested. | |
| 67 | + # XXX: These haven't been fully tested. | |
| 68 | 68 | define SHOBJ_CFLAGS -KPIC |
| 69 | 69 | define SHOBJ_LDFLAGS "-G" |
| 70 | 70 | define SH_CFLAGS -KPIC |
| 71 | 71 | define SH_LINKFLAGS -Wl,-export-dynamic |
| 72 | 72 | define SH_SOPREFIX -Wl,-h, |
| @@ -78,11 +78,11 @@ | ||
| 78 | 78 | } |
| 79 | 79 | *-*-solaris* { |
| 80 | 80 | if {[msg-quiet cc-check-decls __SUNPRO_C]} { |
| 81 | 81 | msg-result "Found sun stdio compiler" |
| 82 | 82 | # sun stdio compiler |
| 83 | - # XXX: These haven't been fully tested. | |
| 83 | + # XXX: These haven't been fully tested. | |
| 84 | 84 | define SHOBJ_CFLAGS -KPIC |
| 85 | 85 | define SHOBJ_LDFLAGS "-G" |
| 86 | 86 | define SH_CFLAGS -KPIC |
| 87 | 87 | define SH_LINKFLAGS -Wl,-export-dynamic |
| 88 | 88 | define SH_SOPREFIX -Wl,-h, |
| 89 | 89 |
| --- autosetup/cc-shared.tcl | |
| +++ autosetup/cc-shared.tcl | |
| @@ -62,11 +62,11 @@ | |
| 62 | } |
| 63 | sparc* { |
| 64 | if {[msg-quiet cc-check-decls __SUNPRO_C]} { |
| 65 | msg-result "Found sun stdio compiler" |
| 66 | # sun stdio compiler |
| 67 | # XXX: These haven't been fully tested. |
| 68 | define SHOBJ_CFLAGS -KPIC |
| 69 | define SHOBJ_LDFLAGS "-G" |
| 70 | define SH_CFLAGS -KPIC |
| 71 | define SH_LINKFLAGS -Wl,-export-dynamic |
| 72 | define SH_SOPREFIX -Wl,-h, |
| @@ -78,11 +78,11 @@ | |
| 78 | } |
| 79 | *-*-solaris* { |
| 80 | if {[msg-quiet cc-check-decls __SUNPRO_C]} { |
| 81 | msg-result "Found sun stdio compiler" |
| 82 | # sun stdio compiler |
| 83 | # XXX: These haven't been fully tested. |
| 84 | define SHOBJ_CFLAGS -KPIC |
| 85 | define SHOBJ_LDFLAGS "-G" |
| 86 | define SH_CFLAGS -KPIC |
| 87 | define SH_LINKFLAGS -Wl,-export-dynamic |
| 88 | define SH_SOPREFIX -Wl,-h, |
| 89 |
| --- autosetup/cc-shared.tcl | |
| +++ autosetup/cc-shared.tcl | |
| @@ -62,11 +62,11 @@ | |
| 62 | } |
| 63 | sparc* { |
| 64 | if {[msg-quiet cc-check-decls __SUNPRO_C]} { |
| 65 | msg-result "Found sun stdio compiler" |
| 66 | # sun stdio compiler |
| 67 | # XXX: These haven't been fully tested. |
| 68 | define SHOBJ_CFLAGS -KPIC |
| 69 | define SHOBJ_LDFLAGS "-G" |
| 70 | define SH_CFLAGS -KPIC |
| 71 | define SH_LINKFLAGS -Wl,-export-dynamic |
| 72 | define SH_SOPREFIX -Wl,-h, |
| @@ -78,11 +78,11 @@ | |
| 78 | } |
| 79 | *-*-solaris* { |
| 80 | if {[msg-quiet cc-check-decls __SUNPRO_C]} { |
| 81 | msg-result "Found sun stdio compiler" |
| 82 | # sun stdio compiler |
| 83 | # XXX: These haven't been fully tested. |
| 84 | define SHOBJ_CFLAGS -KPIC |
| 85 | define SHOBJ_LDFLAGS "-G" |
| 86 | define SH_CFLAGS -KPIC |
| 87 | define SH_LINKFLAGS -Wl,-export-dynamic |
| 88 | define SH_SOPREFIX -Wl,-h, |
| 89 |
+2
-2
| --- autosetup/cc.tcl | ||
| +++ autosetup/cc.tcl | ||
| @@ -215,11 +215,11 @@ | ||
| 215 | 215 | # If additional libraries may be needed for linking, they should be specified |
| 216 | 216 | # as $extralibs as "-lotherlib1 -lotherlib2". |
| 217 | 217 | # These libraries are not automatically added to LIBS. |
| 218 | 218 | # |
| 219 | 219 | # Returns 1 if found or 0 if not. |
| 220 | -# | |
| 220 | +# | |
| 221 | 221 | proc cc-check-function-in-lib {function libs {otherlibs {}}} { |
| 222 | 222 | msg-checking "Checking libs for $function..." |
| 223 | 223 | set found 0 |
| 224 | 224 | cc-with [list -libs $otherlibs] { |
| 225 | 225 | if {[cctest_function $function]} { |
| @@ -413,11 +413,11 @@ | ||
| 413 | 413 | return $result |
| 414 | 414 | } |
| 415 | 415 | } |
| 416 | 416 | |
| 417 | 417 | # @cctest ?settings? |
| 418 | -# | |
| 418 | +# | |
| 419 | 419 | # Low level C compiler checker. Compiles and or links a small C program |
| 420 | 420 | # according to the arguments and returns 1 if OK, or 0 if not. |
| 421 | 421 | # |
| 422 | 422 | # Supported settings are: |
| 423 | 423 | # |
| 424 | 424 |
| --- autosetup/cc.tcl | |
| +++ autosetup/cc.tcl | |
| @@ -215,11 +215,11 @@ | |
| 215 | # If additional libraries may be needed for linking, they should be specified |
| 216 | # as $extralibs as "-lotherlib1 -lotherlib2". |
| 217 | # These libraries are not automatically added to LIBS. |
| 218 | # |
| 219 | # Returns 1 if found or 0 if not. |
| 220 | # |
| 221 | proc cc-check-function-in-lib {function libs {otherlibs {}}} { |
| 222 | msg-checking "Checking libs for $function..." |
| 223 | set found 0 |
| 224 | cc-with [list -libs $otherlibs] { |
| 225 | if {[cctest_function $function]} { |
| @@ -413,11 +413,11 @@ | |
| 413 | return $result |
| 414 | } |
| 415 | } |
| 416 | |
| 417 | # @cctest ?settings? |
| 418 | # |
| 419 | # Low level C compiler checker. Compiles and or links a small C program |
| 420 | # according to the arguments and returns 1 if OK, or 0 if not. |
| 421 | # |
| 422 | # Supported settings are: |
| 423 | # |
| 424 |
| --- autosetup/cc.tcl | |
| +++ autosetup/cc.tcl | |
| @@ -215,11 +215,11 @@ | |
| 215 | # If additional libraries may be needed for linking, they should be specified |
| 216 | # as $extralibs as "-lotherlib1 -lotherlib2". |
| 217 | # These libraries are not automatically added to LIBS. |
| 218 | # |
| 219 | # Returns 1 if found or 0 if not. |
| 220 | # |
| 221 | proc cc-check-function-in-lib {function libs {otherlibs {}}} { |
| 222 | msg-checking "Checking libs for $function..." |
| 223 | set found 0 |
| 224 | cc-with [list -libs $otherlibs] { |
| 225 | if {[cctest_function $function]} { |
| @@ -413,11 +413,11 @@ | |
| 413 | return $result |
| 414 | } |
| 415 | } |
| 416 | |
| 417 | # @cctest ?settings? |
| 418 | # |
| 419 | # Low level C compiler checker. Compiles and or links a small C program |
| 420 | # according to the arguments and returns 1 if OK, or 0 if not. |
| 421 | # |
| 422 | # Supported settings are: |
| 423 | # |
| 424 |
+1
-1
| --- autosetup/system.tcl | ||
| +++ autosetup/system.tcl | ||
| @@ -106,11 +106,11 @@ | ||
| 106 | 106 | # If $outfile is blank/omitted, $template should end with ".in" which |
| 107 | 107 | # is removed to create the output file name. |
| 108 | 108 | # |
| 109 | 109 | # Each pattern of the form @define@ is replaced with the corresponding |
| 110 | 110 | # define, if it exists, or left unchanged if not. |
| 111 | -# | |
| 111 | +# | |
| 112 | 112 | # The special value @srcdir@ is substituted with the relative |
| 113 | 113 | # path to the source directory from the directory where the output |
| 114 | 114 | # file is created, while the special value @top_srcdir@ is substituted |
| 115 | 115 | # with the relative path to the top level source directory. |
| 116 | 116 | # |
| 117 | 117 |
| --- autosetup/system.tcl | |
| +++ autosetup/system.tcl | |
| @@ -106,11 +106,11 @@ | |
| 106 | # If $outfile is blank/omitted, $template should end with ".in" which |
| 107 | # is removed to create the output file name. |
| 108 | # |
| 109 | # Each pattern of the form @define@ is replaced with the corresponding |
| 110 | # define, if it exists, or left unchanged if not. |
| 111 | # |
| 112 | # The special value @srcdir@ is substituted with the relative |
| 113 | # path to the source directory from the directory where the output |
| 114 | # file is created, while the special value @top_srcdir@ is substituted |
| 115 | # with the relative path to the top level source directory. |
| 116 | # |
| 117 |
| --- autosetup/system.tcl | |
| +++ autosetup/system.tcl | |
| @@ -106,11 +106,11 @@ | |
| 106 | # If $outfile is blank/omitted, $template should end with ".in" which |
| 107 | # is removed to create the output file name. |
| 108 | # |
| 109 | # Each pattern of the form @define@ is replaced with the corresponding |
| 110 | # define, if it exists, or left unchanged if not. |
| 111 | # |
| 112 | # The special value @srcdir@ is substituted with the relative |
| 113 | # path to the source directory from the directory where the output |
| 114 | # file is created, while the special value @top_srcdir@ is substituted |
| 115 | # with the relative path to the top level source directory. |
| 116 | # |
| 117 |
+3
-3
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -1266,20 +1266,20 @@ | ||
| 1266 | 1266 | TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(SSL) $(INCL) |
| 1267 | 1267 | LIBS = $(DMDIR)\extra\lib\ zlib wsock32 advapi32 |
| 1268 | 1268 | } |
| 1269 | 1269 | writeln "SQLITE_OPTIONS = [join $SQLITE_OPTIONS { }]\n" |
| 1270 | 1270 | writeln "SHELL_OPTIONS = [join $SHELL_WIN32_OPTIONS { }]\n" |
| 1271 | -writeln -nonewline "SRC = " | |
| 1271 | +writeln -nonewline "SRC =" | |
| 1272 | 1272 | foreach s [lsort $src] { |
| 1273 | - writeln -nonewline "${s}_.c " | |
| 1273 | + writeln -nonewline " ${s}_.c" | |
| 1274 | 1274 | } |
| 1275 | 1275 | writeln "\n" |
| 1276 | 1276 | writeln -nonewline "OBJ = " |
| 1277 | 1277 | foreach s [lsort $src] { |
| 1278 | 1278 | writeln -nonewline "\$(OBJDIR)\\$s\$O " |
| 1279 | 1279 | } |
| 1280 | -writeln "\$(OBJDIR)\\shell\$O \$(OBJDIR)\\sqlite3\$O \$(OBJDIR)\\th\$O \$(OBJDIR)\\th_lang\$O " | |
| 1280 | +writeln "\$(OBJDIR)\\shell\$O \$(OBJDIR)\\sqlite3\$O \$(OBJDIR)\\th\$O \$(OBJDIR)\\th_lang\$O" | |
| 1281 | 1281 | writeln { |
| 1282 | 1282 | |
| 1283 | 1283 | RC=$(DMDIR)\bin\rcc |
| 1284 | 1284 | RCFLAGS=-32 -w1 -I$(SRCDIR) /D__DMC__ |
| 1285 | 1285 | |
| 1286 | 1286 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -1266,20 +1266,20 @@ | |
| 1266 | TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(SSL) $(INCL) |
| 1267 | LIBS = $(DMDIR)\extra\lib\ zlib wsock32 advapi32 |
| 1268 | } |
| 1269 | writeln "SQLITE_OPTIONS = [join $SQLITE_OPTIONS { }]\n" |
| 1270 | writeln "SHELL_OPTIONS = [join $SHELL_WIN32_OPTIONS { }]\n" |
| 1271 | writeln -nonewline "SRC = " |
| 1272 | foreach s [lsort $src] { |
| 1273 | writeln -nonewline "${s}_.c " |
| 1274 | } |
| 1275 | writeln "\n" |
| 1276 | writeln -nonewline "OBJ = " |
| 1277 | foreach s [lsort $src] { |
| 1278 | writeln -nonewline "\$(OBJDIR)\\$s\$O " |
| 1279 | } |
| 1280 | writeln "\$(OBJDIR)\\shell\$O \$(OBJDIR)\\sqlite3\$O \$(OBJDIR)\\th\$O \$(OBJDIR)\\th_lang\$O " |
| 1281 | writeln { |
| 1282 | |
| 1283 | RC=$(DMDIR)\bin\rcc |
| 1284 | RCFLAGS=-32 -w1 -I$(SRCDIR) /D__DMC__ |
| 1285 | |
| 1286 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -1266,20 +1266,20 @@ | |
| 1266 | TCC = $(DMDIR)\bin\dmc $(CFLAGS) $(DMCDEF) $(SSL) $(INCL) |
| 1267 | LIBS = $(DMDIR)\extra\lib\ zlib wsock32 advapi32 |
| 1268 | } |
| 1269 | writeln "SQLITE_OPTIONS = [join $SQLITE_OPTIONS { }]\n" |
| 1270 | writeln "SHELL_OPTIONS = [join $SHELL_WIN32_OPTIONS { }]\n" |
| 1271 | writeln -nonewline "SRC =" |
| 1272 | foreach s [lsort $src] { |
| 1273 | writeln -nonewline " ${s}_.c" |
| 1274 | } |
| 1275 | writeln "\n" |
| 1276 | writeln -nonewline "OBJ = " |
| 1277 | foreach s [lsort $src] { |
| 1278 | writeln -nonewline "\$(OBJDIR)\\$s\$O " |
| 1279 | } |
| 1280 | writeln "\$(OBJDIR)\\shell\$O \$(OBJDIR)\\sqlite3\$O \$(OBJDIR)\\th\$O \$(OBJDIR)\\th_lang\$O" |
| 1281 | writeln { |
| 1282 | |
| 1283 | RC=$(DMDIR)\bin\rcc |
| 1284 | RCFLAGS=-32 -w1 -I$(SRCDIR) /D__DMC__ |
| 1285 | |
| 1286 |
+1
-1
| --- src/unversioned.c | ||
| +++ src/unversioned.c | ||
| @@ -411,11 +411,11 @@ | ||
| 411 | 411 | }else if( memcmp(zCmd, "revert", nCmd)==0 ){ |
| 412 | 412 | unsigned syncFlags = unversioned_sync_flags(SYNC_UNVERSIONED|SYNC_UV_REVERT); |
| 413 | 413 | g.argv[1] = "sync"; |
| 414 | 414 | g.argv[2] = "--uv-noop"; |
| 415 | 415 | sync_unversioned(syncFlags); |
| 416 | - }else if( memcmp(zCmd, "remove", nCmd)==0 || memcmp(zCmd, "rm", nCmd)==0 | |
| 416 | + }else if( memcmp(zCmd, "remove", nCmd)==0 || memcmp(zCmd, "rm", nCmd)==0 | |
| 417 | 417 | || memcmp(zCmd, "delete", nCmd)==0 ){ |
| 418 | 418 | int i; |
| 419 | 419 | verify_all_options(); |
| 420 | 420 | db_begin_transaction(); |
| 421 | 421 | for(i=3; i<g.argc; i++){ |
| 422 | 422 |
| --- src/unversioned.c | |
| +++ src/unversioned.c | |
| @@ -411,11 +411,11 @@ | |
| 411 | }else if( memcmp(zCmd, "revert", nCmd)==0 ){ |
| 412 | unsigned syncFlags = unversioned_sync_flags(SYNC_UNVERSIONED|SYNC_UV_REVERT); |
| 413 | g.argv[1] = "sync"; |
| 414 | g.argv[2] = "--uv-noop"; |
| 415 | sync_unversioned(syncFlags); |
| 416 | }else if( memcmp(zCmd, "remove", nCmd)==0 || memcmp(zCmd, "rm", nCmd)==0 |
| 417 | || memcmp(zCmd, "delete", nCmd)==0 ){ |
| 418 | int i; |
| 419 | verify_all_options(); |
| 420 | db_begin_transaction(); |
| 421 | for(i=3; i<g.argc; i++){ |
| 422 |
| --- src/unversioned.c | |
| +++ src/unversioned.c | |
| @@ -411,11 +411,11 @@ | |
| 411 | }else if( memcmp(zCmd, "revert", nCmd)==0 ){ |
| 412 | unsigned syncFlags = unversioned_sync_flags(SYNC_UNVERSIONED|SYNC_UV_REVERT); |
| 413 | g.argv[1] = "sync"; |
| 414 | g.argv[2] = "--uv-noop"; |
| 415 | sync_unversioned(syncFlags); |
| 416 | }else if( memcmp(zCmd, "remove", nCmd)==0 || memcmp(zCmd, "rm", nCmd)==0 |
| 417 | || memcmp(zCmd, "delete", nCmd)==0 ){ |
| 418 | int i; |
| 419 | verify_all_options(); |
| 420 | db_begin_transaction(); |
| 421 | for(i=3; i<g.argc; i++){ |
| 422 |
+2
-2
| --- 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_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 |
| 30 | 30 | |
| 31 | 31 | SHELL_OPTIONS = -Dmain=sqlite3_shell -DSQLITE_SHELL_IS_UTF8=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DUSE_SYSTEM_SQLITE=$(USE_SYSTEM_SQLITE) -DSQLITE_SHELL_DBNAME_PROC=fossil_open -Daccess=file_access -Dsystem=fossil_system -Dgetenv=fossil_getenv -Dfopen=fossil_fopen |
| 32 | 32 | |
| 33 | -SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c builtin_.c bundle_.c cache_.c captcha_.c cgi_.c checkin_.c checkout_.c clearsign_.c clone_.c comformat_.c configure_.c content_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c dispatch_.c doc_.c encode_.c event_.c export_.c file_.c finfo_.c foci_.c fshell_.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 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 setup_.c sha1_.c shun_.c sitemap_.c skins_.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 db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c dispatch_.c doc_.c encode_.c event_.c export_.c file_.c finfo_.c foci_.c fshell_.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 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 setup_.c sha1_.c shun_.c sitemap_.c skins_.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 | 34 | |
| 35 | -OBJ = $(OBJDIR)\add$O $(OBJDIR)\allrepo$O $(OBJDIR)\attach$O $(OBJDIR)\bag$O $(OBJDIR)\bisect$O $(OBJDIR)\blob$O $(OBJDIR)\branch$O $(OBJDIR)\browse$O $(OBJDIR)\builtin$O $(OBJDIR)\bundle$O $(OBJDIR)\cache$O $(OBJDIR)\captcha$O $(OBJDIR)\cgi$O $(OBJDIR)\checkin$O $(OBJDIR)\checkout$O $(OBJDIR)\clearsign$O $(OBJDIR)\clone$O $(OBJDIR)\comformat$O $(OBJDIR)\configure$O $(OBJDIR)\content$O $(OBJDIR)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\dispatch$O $(OBJDIR)\doc$O $(OBJDIR)\encode$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\file$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\fshell$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)\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)\setup$O $(OBJDIR)\sha1$O $(OBJDIR)\shun$O $(OBJDIR)\sitemap$O $(OBJDIR)\skins$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)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\dispatch$O $(OBJDIR)\doc$O $(OBJDIR)\encode$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\file$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\fshell$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)\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)\setup$O $(OBJDIR)\sha1$O $(OBJDIR)\shun$O $(OBJDIR)\sitemap$O $(OBJDIR)\skins$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 | 36 | |
| 37 | 37 | |
| 38 | 38 | RC=$(DMDIR)\bin\rcc |
| 39 | 39 | RCFLAGS=-32 -w1 -I$(SRCDIR) /D__DMC__ |
| 40 | 40 | |
| 41 | 41 |
| --- 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_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 |
| 30 | |
| 31 | SHELL_OPTIONS = -Dmain=sqlite3_shell -DSQLITE_SHELL_IS_UTF8=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DUSE_SYSTEM_SQLITE=$(USE_SYSTEM_SQLITE) -DSQLITE_SHELL_DBNAME_PROC=fossil_open -Daccess=file_access -Dsystem=fossil_system -Dgetenv=fossil_getenv -Dfopen=fossil_fopen |
| 32 | |
| 33 | SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c builtin_.c bundle_.c cache_.c captcha_.c cgi_.c checkin_.c checkout_.c clearsign_.c clone_.c comformat_.c configure_.c content_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c dispatch_.c doc_.c encode_.c event_.c export_.c file_.c finfo_.c foci_.c fshell_.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 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 setup_.c sha1_.c shun_.c sitemap_.c skins_.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)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\dispatch$O $(OBJDIR)\doc$O $(OBJDIR)\encode$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\file$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\fshell$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)\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)\setup$O $(OBJDIR)\sha1$O $(OBJDIR)\shun$O $(OBJDIR)\sitemap$O $(OBJDIR)\skins$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 | |
| 41 |
| --- 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_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 |
| 30 | |
| 31 | SHELL_OPTIONS = -Dmain=sqlite3_shell -DSQLITE_SHELL_IS_UTF8=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DUSE_SYSTEM_SQLITE=$(USE_SYSTEM_SQLITE) -DSQLITE_SHELL_DBNAME_PROC=fossil_open -Daccess=file_access -Dsystem=fossil_system -Dgetenv=fossil_getenv -Dfopen=fossil_fopen |
| 32 | |
| 33 | SRC = add_.c allrepo_.c attach_.c bag_.c bisect_.c blob_.c branch_.c browse_.c builtin_.c bundle_.c cache_.c captcha_.c cgi_.c checkin_.c checkout_.c clearsign_.c clone_.c comformat_.c configure_.c content_.c db_.c delta_.c deltacmd_.c descendants_.c diff_.c diffcmd_.c dispatch_.c doc_.c encode_.c event_.c export_.c file_.c finfo_.c foci_.c fshell_.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 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 setup_.c sha1_.c shun_.c sitemap_.c skins_.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)\db$O $(OBJDIR)\delta$O $(OBJDIR)\deltacmd$O $(OBJDIR)\descendants$O $(OBJDIR)\diff$O $(OBJDIR)\diffcmd$O $(OBJDIR)\dispatch$O $(OBJDIR)\doc$O $(OBJDIR)\encode$O $(OBJDIR)\event$O $(OBJDIR)\export$O $(OBJDIR)\file$O $(OBJDIR)\finfo$O $(OBJDIR)\foci$O $(OBJDIR)\fshell$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)\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)\setup$O $(OBJDIR)\sha1$O $(OBJDIR)\shun$O $(OBJDIR)\sitemap$O $(OBJDIR)\skins$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 | |
| 41 |