diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-08-28 16:53:27 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-08-28 16:53:27 +0000 |
commit | c6aae12cc16e79cbeb51032f5b2822d29410c142 (patch) | |
tree | 8d91708ece9721666e4db5dca50cd74f9fba48f9 /ext/pdo_sqlite/sqlite/mkdll.sh | |
parent | 3a21310f37054961066eec5752775c173d1dc1d7 (diff) | |
download | php-git-c6aae12cc16e79cbeb51032f5b2822d29410c142.tar.gz |
Upgraded bundled SQLite library for PDO:SQLite to 3.2.5 (step 1)
Diffstat (limited to 'ext/pdo_sqlite/sqlite/mkdll.sh')
-rw-r--r-- | ext/pdo_sqlite/sqlite/mkdll.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pdo_sqlite/sqlite/mkdll.sh b/ext/pdo_sqlite/sqlite/mkdll.sh index bad8619f3e..1ad5f83326 100644 --- a/ext/pdo_sqlite/sqlite/mkdll.sh +++ b/ext/pdo_sqlite/sqlite/mkdll.sh @@ -21,7 +21,9 @@ for i in *.c; do done echo 'EXPORTS' >tclsqlite3.def echo 'Tclsqlite3_Init' >>tclsqlite3.def +echo 'Tclsqlite_Init' >>tclsqlite3.def echo 'Sqlite3_Init' >>tclsqlite3.def +echo 'Sqlite_Init' >>tclsqlite3.def i386-mingw32msvc-dllwrap \ --def tclsqlite3.def -v --export-all \ --driver-name i386-mingw32msvc-gcc \ |