[json-glib/msvc-patch: 3/4] Updates to MSVC pre-configured headers
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib/msvc-patch: 3/4] Updates to MSVC pre-configured headers
- Date: Wed, 13 Apr 2011 06:06:02 +0000 (UTC)
commit 6c74292e66be25840612d7ee6871f1668010eada
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Wed Apr 13 00:30:38 2011 +0800
Updates to MSVC pre-configured headers
Add automation support for config.h.win32(.in), so config.h.win32
will be distributed with the correct version info during "make dist"
Also eliminate json-version.h.win32 as it is no longer needed (distribute
json-version.h during "make dist")
build/win32/{config.h.win32 => config.h.win32.in} | 10 +-
build/win32/json-version.h.win32 | 100 ---------------------
2 files changed, 5 insertions(+), 105 deletions(-)
---
diff --git a/build/win32/config.h.win32 b/build/win32/config.h.win32.in
similarity index 83%
rename from build/win32/config.h.win32
rename to build/win32/config.h.win32.in
index bb90b41..8cd09b6 100644
--- a/build/win32/config.h.win32
+++ b/build/win32/config.h.win32.in
@@ -34,28 +34,28 @@
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
-#define LT_OBJDIR "./"
+#define LT_OBJDIR ".libs/"
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#define NO_MINUS_C_MINUS_O 1
/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "fanc999 gmail com"
+#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=json-glib"
/* Define to the full name of this package. */
#define PACKAGE_NAME "json-glib"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "json-glib 0.12.0"
+#define PACKAGE_STRING "json-glib @JSON_MAJOR_VERSION @JSON_MINOR_VERSION @JSON_MICRO_VERSION@"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "json-glib"
/* Define to the home page for this package. */
-#define PACKAGE_URL "http://live.gnome.org/JsonGlib"
+#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.12.0"
+#define PACKAGE_VERSION "@JSON_MAJOR_VERSION @JSON_MINOR_VERSION @JSON_MICRO_VERSION@"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]