1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Upstream JimTCL patch and minor tcl script tweaks to support (fconfigure -translation binary) for better cross-platform build portability.

FossilOrigin-Name: 0974a17c4565f202777fc6203df20dca19acc1e8740ede15334783f41e3e5054
This commit is contained in:
stephan
2025-02-05 12:49:15 +00:00
parent b6859b6f2c
commit 97af1346f0
7 changed files with 59 additions and 17 deletions

View File

@ -15,7 +15,7 @@ set END {^/\*+ End of %s \*+/}
set in [open sqlite3.c]
set out1 [open sqlite3-all.c w]
fconfigure $out1 -translation lf
fconfigure $out1 -translation binary
# Copy the header from sqlite3.c into sqlite3-all.c
#