Skip to content

Commit

Permalink
RJH: added build scripts and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaretto committed Jul 25, 2024
1 parent 569876d commit 9abcb26
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile.msc
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,11 @@ TLIBS =
# default to file, 2 to default to memory, and 3 to force temporary
# tables to always be in memory.
#
TCC = $(TCC) -DSQLITE_TEMP_STORE=1
RCC = $(RCC) -DSQLITE_TEMP_STORE=1
TCC = $(TCC) -DSQLITE_TEMP_STORE=2
RCC = $(RCC) -DSQLITE_TEMP_STORE=2

TCC = $(TCC) -DSQLITE_HAS_CODEC
RCC = $(RCC) -DSQLITE_HAS_CODEC

# Enable/disable loadable extensions, and other optional features
# based on configuration. (-DSQLITE_OMIT*, -DSQLITE_ENABLE*).
Expand Down
5 changes: 5 additions & 0 deletions bld/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nmake /f ..\Makefile.msc TOP=.. clean
nmake /f ..\Makefile.msc TOP=..
copy/y sqlite3.c I:\dev\ark\chemdata\ver14\ll_api\SQLite\SQLite3Crypt\sqlite3crypt\
copy/y sqlite3.h I:\dev\ark\chemdata\ver14\ll_api\SQLite\SQLite3Crypt\sqlite3crypt\
copy/y sqlite3ext.h I:\dev\ark\chemdata\ver14\ll_api\SQLite\SQLite3Crypt\sqlite3crypt\
Empty file added readme-rjh.txt
Empty file.

0 comments on commit 9abcb26

Please sign in to comment.