Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | added source to Makefile.in for non-msvc builds |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | feech-versionedsettingsupport |
Files: | files | file ages | folders |
SHA1: |
1bc542834a3145b23f97302efb494c29 |
User & Date: | dave 2014-10-20 16:43:13.308 |
Context
2014-10-20
| ||
17:09 | sqlite3ext.h should not have been included unconditionally -- it is specific to dlls where host app provides sqlite impl. sqlite3ext.h needed to be added to repo, nonetheless, for some configurations. As such, sqlite3.h,.c were updated to be consistent with that file version (and also the final released version of 3.8.7) check-in: 0ab8c75c49 user: dave tags: feech-versionedsettingsupport | |
16:43 | added source to Makefile.in for non-msvc builds check-in: 1bc542834a user: dave tags: feech-versionedsettingsupport | |
13:06 | I committed into wrong branch, so pulling to the intended one. The changes thus far are benign, so I'm going to leave them there for the moment, and also since ultimately I'll be merging them back. (I'm such a buffoon.) check-in: d9afd076f1 user: dave tags: feech-versionedsettingsupport | |
Changes
Changes to src/Makefile.in.
︙ | ︙ | |||
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | fsl_config.c \ fsl_cx.c \ fsl_db.c \ fsl_delta.c \ fsl_diff.c \ fsl_encode.c \ fsl_event.c \ fsl_fs.c \ fsl_glob.c \ fsl_io.c \ fsl_leaf.c \ fsl_list.c \ fsl_md5.c \ fsl_mf.c \ fsl_path.c \ fsl_popen.c \ fsl_pq.c \ fsl_repo.c \ fsl_schema.c \ fsl_sha1.c \ fsl_strftime.c \ fsl_tag.c \ fsl_ticket.c \ fsl_utf8.c \ fsl_vfile.c \ fsl_wiki.c \ fsl_zip.c FSL.SRC := $(FSL.SRC.BASE) \ fsl_jni.c \ fsl_tcl.c | > > | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | fsl_config.c \ fsl_cx.c \ fsl_db.c \ fsl_delta.c \ fsl_diff.c \ fsl_encode.c \ fsl_event.c \ fsl_ext_regexp.c \ fsl_fs.c \ fsl_glob.c \ fsl_io.c \ fsl_leaf.c \ fsl_list.c \ fsl_md5.c \ fsl_mf.c \ fsl_path.c \ fsl_popen.c \ fsl_pq.c \ fsl_repo.c \ fsl_schema.c \ fsl_sha1.c \ fsl_strftime.c \ fsl_tag.c \ fsl_ticket.c \ fsl_utf8.c \ fsl_vfile.c \ fsl_vtbl_fossil_settings.c \ fsl_wiki.c \ fsl_zip.c FSL.SRC := $(FSL.SRC.BASE) \ fsl_jni.c \ fsl_tcl.c |
︙ | ︙ |