Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the custom MinGW makefile. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
96dec24eaf2e7a604aee71faf2deb242 |
User & Date: | mistachkin 2016-04-09 16:57:16.099 |
Context
2016-04-11
| ||
23:23 | Fix typo in docs. ... (check-in: 16ef8ee9 user: mistachkin tags: trunk) | |
2016-04-10
| ||
02:14 | Merge trunk. ... (check-in: 023601fb user: andygoth tags: andygoth-quote-apostrophe) | |
02:13 | Merge trunk. ... (check-in: 12810dbf user: andygoth tags: andygoth-brackets-outside-link) | |
02:10 | Merge trunk. ... (Closed-Leaf check-in: cfca8ec3 user: andygoth tags: mistake) | |
2016-04-09
| ||
16:57 | Update the custom MinGW makefile. ... (check-in: 96dec24e user: mistachkin tags: trunk) | |
2016-04-08
| ||
14:47 | Add the SQLITE_SHELL_IS_UTF8 command-line option on windows in order to fix the build. ... (check-in: a233ed21 user: drh tags: trunk) | |
Changes
Changes to win/Makefile.mingw.mistachkin.
︙ | ︙ | |||
2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 | -DSQLITE_ENABLE_FTS5 \ -DSQLITE_WIN32_NO_ANSI \ -D_HAVE__MINGW_H \ -DSQLITE_USE_MALLOC_H \ -DSQLITE_USE_MSIZE 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 | > | 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 | -DSQLITE_ENABLE_FTS5 \ -DSQLITE_WIN32_NO_ANSI \ -D_HAVE__MINGW_H \ -DSQLITE_USE_MALLOC_H \ -DSQLITE_USE_MSIZE 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 |
︙ | ︙ |