]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Properly process x64 DLL exports, which do not contain a leading underscore, in the...
authormistachkin <mistachkin@noemail.net>
Wed, 17 Aug 2011 07:46:48 +0000 (07:46 +0000)
committermistachkin <mistachkin@noemail.net>
Wed, 17 Aug 2011 07:46:48 +0000 (07:46 +0000)
FossilOrigin-Name: d5936324d27a16ce251f56f5813176c82215d901

Makefile.msc
manifest
manifest.uuid

index 326ae9d2bbd4a48c6e421854f6030c0ebe81b9dd..60fe09dcd1b210d563300efb299d9a15f22107f0 100644 (file)
@@ -897,7 +897,7 @@ dll: sqlite3.dll
 sqlite3.def: libsqlite3.lib
        echo EXPORTS > sqlite3.def
        dumpbin /all libsqlite3.lib \
-               | $(NAWK) "/ 1 _sqlite3_/ { sub(/^.* _/,\"\");print }" \
+               | $(NAWK) "/ 1 _?sqlite3_/ { sub(/^.* _?/,\"\");print }" \
                | sort >> sqlite3.def
 
 sqlite3.dll: $(LIBOBJ) sqlite3.def
index 3e76ee2ab1b5b915a42d7018005c6a407dbf8be3..2022a36dd8e36b4d2cf3ea8e61d670577ae7452e 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,9 +1,9 @@
-C Add\svdbesort.c\sto\sthe\sMSVC\smakefile.
-D 2011-08-17T02:19:54.041
+C Properly\sprocess\sx64\sDLL\sexports,\swhich\sdo\snot\scontain\sa\sleading\sunderscore,\sin\sthe\sMSVC\smakefile.
+D 2011-08-17T07:46:48.807
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 8c930e7b493d59099ea1304bd0f2aed152eb3315
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
-F Makefile.msc fea2e0a074809d785dd7471a3b0d72acca4c9073
+F Makefile.msc 386444f1e1a1536d19a426030d93fd6e03b7d3b5
 F Makefile.vxworks c85ec1d8597fe2f7bc225af12ac1666e21379151
 F README cd04a36fbc7ea56932a4052d7d0b7f09f27c33d6
 F VERSION f724de7326e87b7f3b0a55f16ef4b4d993680d54
@@ -960,7 +960,7 @@ F tool/symbols.sh caaf6ccc7300fd43353318b44524853e222557d5
 F tool/tostr.awk 11760e1b94a5d3dcd42378f3cc18544c06cfa576
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
 F tool/warnings.sh 2ebae31e1eb352696f3c2f7706a34c084b28c262
-P f01766f42342f043bf0cbe1e07224963011f01b7
-R c793a5c60ca1ad78ac8923cca825ce9c
+P 8eaa2cd3f454711f2275d03831bca6a36a0b2504
+R 0fe48656420959bd5de542be5b4efaf6
 U mistachkin
-Z 34f393e16d3ab18b8e040e48a688f767
+Z 5230d32cf6c6e4c6fcefed256acd0f20
index d2f7c86b6bd95a1b543a3858d88f5e844b7ff559..afdbd317e3a7be783cda7f0dd472b8212a16b933 100644 (file)
@@ -1 +1 @@
-8eaa2cd3f454711f2275d03831bca6a36a0b2504
\ No newline at end of file
+d5936324d27a16ce251f56f5813176c82215d901
\ No newline at end of file