Fossil SCM

Style cleanup: fix case of 'SQLite' in makefile comments.

mistachkin 2014-09-12 21:46 trunk
Commit fe3c9db0753d244a042ac4da9ca6484261102a6a
+1 -1
--- src/main.mk
+++ src/main.mk
@@ -406,11 +406,11 @@
406406
-DMINIZ_NO_TIME \
407407
-DMINIZ_NO_ARCHIVE_APIS
408408
409409
# The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set
410410
# to 1. If it is set to 1, then there is no need to build or link
411
-# the sqlite3.o object. Instead, the system sqlite will be linked
411
+# the sqlite3.o object. Instead, the system SQLite will be linked
412412
# using -lsqlite3.
413413
SQLITE3_OBJ.1 =
414414
SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o
415415
SQLITE3_OBJ. = $(SQLITE3_OBJ.0)
416416
417417
--- src/main.mk
+++ src/main.mk
@@ -406,11 +406,11 @@
406 -DMINIZ_NO_TIME \
407 -DMINIZ_NO_ARCHIVE_APIS
408
409 # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set
410 # to 1. If it is set to 1, then there is no need to build or link
411 # the sqlite3.o object. Instead, the system sqlite will be linked
412 # using -lsqlite3.
413 SQLITE3_OBJ.1 =
414 SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o
415 SQLITE3_OBJ. = $(SQLITE3_OBJ.0)
416
417
--- src/main.mk
+++ src/main.mk
@@ -406,11 +406,11 @@
406 -DMINIZ_NO_TIME \
407 -DMINIZ_NO_ARCHIVE_APIS
408
409 # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set
410 # to 1. If it is set to 1, then there is no need to build or link
411 # the sqlite3.o object. Instead, the system SQLite will be linked
412 # using -lsqlite3.
413 SQLITE3_OBJ.1 =
414 SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o
415 SQLITE3_OBJ. = $(SQLITE3_OBJ.0)
416
417
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -278,11 +278,11 @@
278278
# Setup the options used to compile the included miniz library.
279279
MINIZ_OPTIONS = <<<MINIZ_OPTIONS>>>
280280
281281
# The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set
282282
# to 1. If it is set to 1, then there is no need to build or link
283
-# the sqlite3.o object. Instead, the system sqlite will be linked
283
+# the sqlite3.o object. Instead, the system SQLite will be linked
284284
# using -lsqlite3.
285285
SQLITE3_OBJ.1 =
286286
SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o
287287
SQLITE3_OBJ. = $(SQLITE3_OBJ.0)
288288
@@ -465,11 +465,11 @@
465465
466466
#### Load Tcl using the private stubs mechanism
467467
#
468468
# FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1
469469
470
-#### Use 'system' sqlite
470
+#### Use 'system' SQLite
471471
#
472472
# USE_SYSTEM_SQLITE = 1
473473
474474
#### Use the miniz compression library
475475
#
@@ -822,11 +822,11 @@
822822
$(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION)
823823
$(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h
824824
825825
# The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set
826826
# to 1. If it is set to 1, then there is no need to build or link
827
-# the sqlite3.o object. Instead, the system sqlite will be linked
827
+# the sqlite3.o object. Instead, the system SQLite will be linked
828828
# using -lsqlite3.
829829
SQLITE3_OBJ.1 =
830830
SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o
831831
SQLITE3_OBJ. = $(SQLITE3_OBJ.0)
832832
@@ -1559,17 +1559,17 @@
15591559
# the automatically generated source files
15601560
UTILS=translate.exe mkindex.exe makeheaders.exe
15611561
UTILS_OBJ=$(UTILS:.exe=.obj)
15621562
UTILS_SRC=$(foreach uf,$(UTILS),$(SRCDIR)$(uf:.exe=.c))
15631563
1564
-# define the sqlite files, which need special flags on compile
1564
+# define the SQLite files, which need special flags on compile
15651565
SQLITESRC=sqlite3.c
15661566
ORIGSQLITESRC=$(foreach sf,$(SQLITESRC),$(SRCDIR)$(sf))
15671567
SQLITEOBJ=$(foreach sf,$(SQLITESRC),$(sf:.c=.obj))
15681568
SQLITEDEFINES=<<<SQLITE_OPTIONS>>>
15691569
1570
-# define the sqlite shell files, which need special flags on compile
1570
+# define the SQLite shell files, which need special flags on compile
15711571
SQLITESHELLSRC=shell.c
15721572
ORIGSQLITESHELLSRC=$(foreach sf,$(SQLITESHELLSRC),$(SRCDIR)$(sf))
15731573
SQLITESHELLOBJ=$(foreach sf,$(SQLITESHELLSRC),$(sf:.c=.obj))
15741574
SQLITESHELLDEFINES=<<<SHELL_OPTIONS>>>
15751575
15761576
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -278,11 +278,11 @@
278 # Setup the options used to compile the included miniz library.
279 MINIZ_OPTIONS = <<<MINIZ_OPTIONS>>>
280
281 # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set
282 # to 1. If it is set to 1, then there is no need to build or link
283 # the sqlite3.o object. Instead, the system sqlite will be linked
284 # using -lsqlite3.
285 SQLITE3_OBJ.1 =
286 SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o
287 SQLITE3_OBJ. = $(SQLITE3_OBJ.0)
288
@@ -465,11 +465,11 @@
465
466 #### Load Tcl using the private stubs mechanism
467 #
468 # FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1
469
470 #### Use 'system' sqlite
471 #
472 # USE_SYSTEM_SQLITE = 1
473
474 #### Use the miniz compression library
475 #
@@ -822,11 +822,11 @@
822 $(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION)
823 $(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h
824
825 # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set
826 # to 1. If it is set to 1, then there is no need to build or link
827 # the sqlite3.o object. Instead, the system sqlite will be linked
828 # using -lsqlite3.
829 SQLITE3_OBJ.1 =
830 SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o
831 SQLITE3_OBJ. = $(SQLITE3_OBJ.0)
832
@@ -1559,17 +1559,17 @@
1559 # the automatically generated source files
1560 UTILS=translate.exe mkindex.exe makeheaders.exe
1561 UTILS_OBJ=$(UTILS:.exe=.obj)
1562 UTILS_SRC=$(foreach uf,$(UTILS),$(SRCDIR)$(uf:.exe=.c))
1563
1564 # define the sqlite files, which need special flags on compile
1565 SQLITESRC=sqlite3.c
1566 ORIGSQLITESRC=$(foreach sf,$(SQLITESRC),$(SRCDIR)$(sf))
1567 SQLITEOBJ=$(foreach sf,$(SQLITESRC),$(sf:.c=.obj))
1568 SQLITEDEFINES=<<<SQLITE_OPTIONS>>>
1569
1570 # define the sqlite shell files, which need special flags on compile
1571 SQLITESHELLSRC=shell.c
1572 ORIGSQLITESHELLSRC=$(foreach sf,$(SQLITESHELLSRC),$(SRCDIR)$(sf))
1573 SQLITESHELLOBJ=$(foreach sf,$(SQLITESHELLSRC),$(sf:.c=.obj))
1574 SQLITESHELLDEFINES=<<<SHELL_OPTIONS>>>
1575
1576
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -278,11 +278,11 @@
278 # Setup the options used to compile the included miniz library.
279 MINIZ_OPTIONS = <<<MINIZ_OPTIONS>>>
280
281 # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set
282 # to 1. If it is set to 1, then there is no need to build or link
283 # the sqlite3.o object. Instead, the system SQLite will be linked
284 # using -lsqlite3.
285 SQLITE3_OBJ.1 =
286 SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o
287 SQLITE3_OBJ. = $(SQLITE3_OBJ.0)
288
@@ -465,11 +465,11 @@
465
466 #### Load Tcl using the private stubs mechanism
467 #
468 # FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1
469
470 #### Use 'system' SQLite
471 #
472 # USE_SYSTEM_SQLITE = 1
473
474 #### Use the miniz compression library
475 #
@@ -822,11 +822,11 @@
822 $(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION)
823 $(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h
824
825 # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set
826 # to 1. If it is set to 1, then there is no need to build or link
827 # the sqlite3.o object. Instead, the system SQLite will be linked
828 # using -lsqlite3.
829 SQLITE3_OBJ.1 =
830 SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o
831 SQLITE3_OBJ. = $(SQLITE3_OBJ.0)
832
@@ -1559,17 +1559,17 @@
1559 # the automatically generated source files
1560 UTILS=translate.exe mkindex.exe makeheaders.exe
1561 UTILS_OBJ=$(UTILS:.exe=.obj)
1562 UTILS_SRC=$(foreach uf,$(UTILS),$(SRCDIR)$(uf:.exe=.c))
1563
1564 # define the SQLite files, which need special flags on compile
1565 SQLITESRC=sqlite3.c
1566 ORIGSQLITESRC=$(foreach sf,$(SQLITESRC),$(SRCDIR)$(sf))
1567 SQLITEOBJ=$(foreach sf,$(SQLITESRC),$(sf:.c=.obj))
1568 SQLITEDEFINES=<<<SQLITE_OPTIONS>>>
1569
1570 # define the SQLite shell files, which need special flags on compile
1571 SQLITESHELLSRC=shell.c
1572 ORIGSQLITESHELLSRC=$(foreach sf,$(SQLITESHELLSRC),$(SRCDIR)$(sf))
1573 SQLITESHELLOBJ=$(foreach sf,$(SQLITESHELLSRC),$(sf:.c=.obj))
1574 SQLITESHELLDEFINES=<<<SHELL_OPTIONS>>>
1575
1576
--- win/Makefile.PellesCGMake
+++ win/Makefile.PellesCGMake
@@ -79,17 +79,17 @@
7979
# the automatically generated source files
8080
UTILS=translate.exe mkindex.exe makeheaders.exe
8181
UTILS_OBJ=$(UTILS:.exe=.obj)
8282
UTILS_SRC=$(foreach uf,$(UTILS),$(SRCDIR)$(uf:.exe=.c))
8383
84
-# define the sqlite files, which need special flags on compile
84
+# define the SQLite files, which need special flags on compile
8585
SQLITESRC=sqlite3.c
8686
ORIGSQLITESRC=$(foreach sf,$(SQLITESRC),$(SRCDIR)$(sf))
8787
SQLITEOBJ=$(foreach sf,$(SQLITESRC),$(sf:.c=.obj))
8888
SQLITEDEFINES=-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 -DSQLITE_WIN32_NO_ANSI
8989
90
-# define the sqlite shell files, which need special flags on compile
90
+# define the SQLite shell files, which need special flags on compile
9191
SQLITESHELLSRC=shell.c
9292
ORIGSQLITESHELLSRC=$(foreach sf,$(SQLITESHELLSRC),$(SRCDIR)$(sf))
9393
SQLITESHELLOBJ=$(foreach sf,$(SQLITESHELLSRC),$(sf:.c=.obj))
9494
SQLITESHELLDEFINES=-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
9595
9696
--- win/Makefile.PellesCGMake
+++ win/Makefile.PellesCGMake
@@ -79,17 +79,17 @@
79 # the automatically generated source files
80 UTILS=translate.exe mkindex.exe makeheaders.exe
81 UTILS_OBJ=$(UTILS:.exe=.obj)
82 UTILS_SRC=$(foreach uf,$(UTILS),$(SRCDIR)$(uf:.exe=.c))
83
84 # define the sqlite files, which need special flags on compile
85 SQLITESRC=sqlite3.c
86 ORIGSQLITESRC=$(foreach sf,$(SQLITESRC),$(SRCDIR)$(sf))
87 SQLITEOBJ=$(foreach sf,$(SQLITESRC),$(sf:.c=.obj))
88 SQLITEDEFINES=-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 -DSQLITE_WIN32_NO_ANSI
89
90 # define the sqlite shell files, which need special flags on compile
91 SQLITESHELLSRC=shell.c
92 ORIGSQLITESHELLSRC=$(foreach sf,$(SQLITESHELLSRC),$(SRCDIR)$(sf))
93 SQLITESHELLOBJ=$(foreach sf,$(SQLITESHELLSRC),$(sf:.c=.obj))
94 SQLITESHELLDEFINES=-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
95
96
--- win/Makefile.PellesCGMake
+++ win/Makefile.PellesCGMake
@@ -79,17 +79,17 @@
79 # the automatically generated source files
80 UTILS=translate.exe mkindex.exe makeheaders.exe
81 UTILS_OBJ=$(UTILS:.exe=.obj)
82 UTILS_SRC=$(foreach uf,$(UTILS),$(SRCDIR)$(uf:.exe=.c))
83
84 # define the SQLite files, which need special flags on compile
85 SQLITESRC=sqlite3.c
86 ORIGSQLITESRC=$(foreach sf,$(SQLITESRC),$(SRCDIR)$(sf))
87 SQLITEOBJ=$(foreach sf,$(SQLITESRC),$(sf:.c=.obj))
88 SQLITEDEFINES=-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 -DSQLITE_WIN32_NO_ANSI
89
90 # define the SQLite shell files, which need special flags on compile
91 SQLITESHELLSRC=shell.c
92 ORIGSQLITESHELLSRC=$(foreach sf,$(SQLITESHELLSRC),$(SRCDIR)$(sf))
93 SQLITESHELLOBJ=$(foreach sf,$(SQLITESHELLSRC),$(sf:.c=.obj))
94 SQLITESHELLDEFINES=-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
95
96
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -73,11 +73,11 @@
7373
7474
#### Load Tcl using the private stubs mechanism
7575
#
7676
# FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1
7777
78
-#### Use 'system' sqlite
78
+#### Use 'system' SQLite
7979
#
8080
# USE_SYSTEM_SQLITE = 1
8181
8282
#### Use the miniz compression library
8383
#
@@ -753,11 +753,11 @@
753753
$(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION)
754754
$(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h
755755
756756
# The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set
757757
# to 1. If it is set to 1, then there is no need to build or link
758
-# the sqlite3.o object. Instead, the system sqlite will be linked
758
+# the sqlite3.o object. Instead, the system SQLite will be linked
759759
# using -lsqlite3.
760760
SQLITE3_OBJ.1 =
761761
SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o
762762
SQLITE3_OBJ. = $(SQLITE3_OBJ.0)
763763
764764
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -73,11 +73,11 @@
73
74 #### Load Tcl using the private stubs mechanism
75 #
76 # FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1
77
78 #### Use 'system' sqlite
79 #
80 # USE_SYSTEM_SQLITE = 1
81
82 #### Use the miniz compression library
83 #
@@ -753,11 +753,11 @@
753 $(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION)
754 $(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h
755
756 # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set
757 # to 1. If it is set to 1, then there is no need to build or link
758 # the sqlite3.o object. Instead, the system sqlite will be linked
759 # using -lsqlite3.
760 SQLITE3_OBJ.1 =
761 SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o
762 SQLITE3_OBJ. = $(SQLITE3_OBJ.0)
763
764
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -73,11 +73,11 @@
73
74 #### Load Tcl using the private stubs mechanism
75 #
76 # FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1
77
78 #### Use 'system' SQLite
79 #
80 # USE_SYSTEM_SQLITE = 1
81
82 #### Use the miniz compression library
83 #
@@ -753,11 +753,11 @@
753 $(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION)
754 $(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h
755
756 # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set
757 # to 1. If it is set to 1, then there is no need to build or link
758 # the sqlite3.o object. Instead, the system SQLite will be linked
759 # using -lsqlite3.
760 SQLITE3_OBJ.1 =
761 SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o
762 SQLITE3_OBJ. = $(SQLITE3_OBJ.0)
763
764
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -73,11 +73,11 @@
7373
7474
#### Load Tcl using the private stubs mechanism
7575
#
7676
FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1
7777
78
-#### Use 'system' sqlite
78
+#### Use 'system' SQLite
7979
#
8080
# USE_SYSTEM_SQLITE = 1
8181
8282
#### Use the miniz compression library
8383
#
@@ -753,11 +753,11 @@
753753
$(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION)
754754
$(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h
755755
756756
# The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set
757757
# to 1. If it is set to 1, then there is no need to build or link
758
-# the sqlite3.o object. Instead, the system sqlite will be linked
758
+# the sqlite3.o object. Instead, the system SQLite will be linked
759759
# using -lsqlite3.
760760
SQLITE3_OBJ.1 =
761761
SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o
762762
SQLITE3_OBJ. = $(SQLITE3_OBJ.0)
763763
764764
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -73,11 +73,11 @@
73
74 #### Load Tcl using the private stubs mechanism
75 #
76 FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1
77
78 #### Use 'system' sqlite
79 #
80 # USE_SYSTEM_SQLITE = 1
81
82 #### Use the miniz compression library
83 #
@@ -753,11 +753,11 @@
753 $(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION)
754 $(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h
755
756 # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set
757 # to 1. If it is set to 1, then there is no need to build or link
758 # the sqlite3.o object. Instead, the system sqlite will be linked
759 # using -lsqlite3.
760 SQLITE3_OBJ.1 =
761 SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o
762 SQLITE3_OBJ. = $(SQLITE3_OBJ.0)
763
764
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -73,11 +73,11 @@
73
74 #### Load Tcl using the private stubs mechanism
75 #
76 FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1
77
78 #### Use 'system' SQLite
79 #
80 # USE_SYSTEM_SQLITE = 1
81
82 #### Use the miniz compression library
83 #
@@ -753,11 +753,11 @@
753 $(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION)
754 $(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h
755
756 # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set
757 # to 1. If it is set to 1, then there is no need to build or link
758 # the sqlite3.o object. Instead, the system SQLite will be linked
759 # using -lsqlite3.
760 SQLITE3_OBJ.1 =
761 SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o
762 SQLITE3_OBJ. = $(SQLITE3_OBJ.0)
763
764

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button