Changeset: 71d1369f52d0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=71d1369f52d0
Modified Files:
        NT/monetdb_config.h.in
        vertoo.config
Branch: Aug2011
Log Message:

Fill in PACKAGE_* variables on Windows.


diffs (39 lines):

diff --git a/NT/monetdb_config.h.in b/NT/monetdb_config.h.in
--- a/NT/monetdb_config.h.in
+++ b/NT/monetdb_config.h.in
@@ -742,16 +742,16 @@
 #define PACKAGE_BUGREPORT "[email protected]"
 
 /* Define to the full name of this package. */
-#define PACKAGE_NAME ""
+#define PACKAGE_NAME "MonetDB"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING ""
+#define PACKAGE_STRING "MonetDB 11.5.0"
 
 /* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME ""
+#define PACKAGE_TARNAME "MonetDB"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION ""
+#define PACKAGE_VERSION "11.5.0"
 
 /* Path separator */
 #define PATH_SEP ';'
diff --git a/vertoo.config b/vertoo.config
--- a/vertoo.config
+++ b/vertoo.config
@@ -10,7 +10,10 @@ main.setVersionFormat('@normal')
 
 main.addAnchor("configure.ag", "[MonetDB], [%v]")
 main.addAnchor("MonetDB.spec", "%define version %v")
-main.addAnchor("NT/rules.msc", "VERSION=%v")
+main.addAnchors("NT/rules.msc",
+                "VERSION=%v",
+                'PACKAGE_STRING "MonetDB %v"',
+                'PACKAGE_VERSION %Q')
 main.addAnchors("gdk/libbat.rc",
                 'VALUE "FileVersion", "%v\\0"',
                 'VALUE "ProductVersion", "%v\\0"',
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to