]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Modify generation of resource header file for MSVC so that it can work from outside...
authormistachkin <mistachkin@noemail.net>
Thu, 27 Sep 2012 21:03:53 +0000 (21:03 +0000)
committermistachkin <mistachkin@noemail.net>
Thu, 27 Sep 2012 21:03:53 +0000 (21:03 +0000)
FossilOrigin-Name: 20caf80cb3b65e69a99dbc142db8ee435fb2dbdc

Makefile.msc
manifest
manifest.uuid

index 5cad8931d9f34db79ddf654e465ba8ec0ccc28a8..1f8b5bfe826cc82f7eeceb4ebaf3a2cbe624dae6 100644 (file)
@@ -157,8 +157,8 @@ NLTLIBPATHS = "/LIBPATH:$(NCRTLIBPATH)" "/LIBPATH:$(NSDKLIBPATH)"
 # will run on the target platform.  (BCC and TCC are usually the
 # same unless your are cross-compiling.)
 #
-TCC = $(CC) -W3 -DSQLITE_OS_WIN=1 -I. -I$(TOP)\src -fp:precise
-RCC = $(RC) -DSQLITE_OS_WIN=1 -I. -I$(TOP)\src
+TCC = $(CC) -W3 -DSQLITE_OS_WIN=1 -I$(TOP) -I$(TOP)\src -fp:precise
+RCC = $(RC) -DSQLITE_OS_WIN=1 -I$(TOP) -I$(TOP)\src
 
 # When compiling the library for use in the WinRT environment,
 # the following compile-time options must be used as well to
@@ -821,7 +821,7 @@ opcodes.lo: opcodes.c
 #
 sqlite3res.lo: $(TOP)\src\sqlite3.rc $(HDR)
        echo #ifndef SQLITE_RESOURCE_VERSION > sqlite3rc.h
-       for /F %%V in ('type VERSION') do ( \
+       for /F %%V in ('type "$(TOP)\VERSION"') do ( \
                echo #define SQLITE_RESOURCE_VERSION %%V \
                        | $(NAWK) "/.*/ { gsub(/[.]/,\",\");print }" >> sqlite3rc.h \
        )
index 88b0955609d7e8220986a6d99421fd0f89c4574e..ef93e95f00b1f27bbb11920bf21aea619f0d6909 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,9 +1,9 @@
-C Merge\sthe\s"PRAGMA\sbusy_timeout"\schange\sinto\strunk.
-D 2012-09-27T12:11:25.613
+C Modify\sgeneration\sof\sresource\sheader\sfile\sfor\sMSVC\sso\sthat\sit\scan\swork\sfrom\soutside\sthe\sworking\sdirectory.
+D 2012-09-27T21:03:53.180
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 5f4f26109f9d80829122e0e09f9cda008fa065fb
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
-F Makefile.msc d97ae1025a1b7bb2b365b135fc0aa25247e736b2
+F Makefile.msc 1102ce2c75965b9b5534efce380007ffcb08c52e
 F Makefile.vxworks b18ad88e9a8c6a001f5cf4a389116a4f1a7ab45f
 F README cd04a36fbc7ea56932a4052d7d0b7f09f27c33d6
 F VERSION edab4af5a4623f8198833ea481ce98ab53750a8d
@@ -1016,7 +1016,7 @@ F tool/vdbe-compress.tcl f12c884766bd14277f4fcedcae07078011717381
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
 F tool/win/sqlite.vsix 67d8a99aceb56384a81b3f30d6c71743146d2cc9
-P 349a55cd8ba9ce65ebfd987ecfebd1204f7d0a85 43e474d3e9364e6ed417db06e98faa3e5bc2eb26
-R 5a669a0b1c46b5fd25601e00205c57db
-U drh
-Z 91e60aa7644657f70b6c3a01cca7ec80
+P 1a679a1ef3b4f2d898c8cd83432d2b4c12bd93fa
+R 7d7f62653f839631b2ae10b7e4925e7c
+U mistachkin
+Z 55006677d3f8e37d2f9043a0e5e0a385
index 4e4eaae0044a513818ba3ace96244c50de003a89..a8c2936eb8f9c9ee3b827f073115833819972246 100644 (file)
@@ -1 +1 @@
-1a679a1ef3b4f2d898c8cd83432d2b4c12bd93fa
\ No newline at end of file
+20caf80cb3b65e69a99dbc142db8ee435fb2dbdc
\ No newline at end of file