Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a bug in the publish.sh script that was causing the windows DLL to not be built. (CVS 686) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ee8c2758a222251fed0197d2a364346d |
User & Date: | drh 2002-07-18 11:07:19.000 |
Context
2002-07-18
| ||
11:10 | Version 2.6.0 Release 2 (CVS 687) (check-in: cc4f824b15 user: drh tags: trunk) | |
11:07 | Fix a bug in the publish.sh script that was causing the windows DLL to not be built. (CVS 686) (check-in: ee8c2758a2 user: drh tags: trunk) | |
11:01 | Change the name of variable "near" to "nearby" since MSVC mistakenly belieaves that "near" is a keyword. (CVS 685) (check-in: 9761a2a0fb user: drh tags: trunk) | |
Changes
Changes to publish.sh.
︙ | ︙ | |||
101 102 103 104 105 106 107 | sqlite_libencoding sqlite_changes sqlite_create_function sqlite_create_aggregate sqlite_user_data sqlite_aggregate_context sqlite_aggregate_count | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | sqlite_libencoding sqlite_changes sqlite_create_function sqlite_create_aggregate sqlite_user_data sqlite_aggregate_context sqlite_aggregate_count sqlite_set_result_string sqlite_set_result_int sqlite_set_result_double sqlite_set_result_error sqliteMalloc sqliteFree sqliteRealloc END_OF_FILE |
︙ | ︙ |