summaryrefslogtreecommitdiffstats
path: root/win32/msvc
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2005-02-16 19:30:42 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2005-02-16 19:30:42 +0000
commit4119ec1861079098bc2957e4672b0974b95b6b0e (patch)
tree5562f288f3e308eacd6a69723182bd3d3c8c2249 /win32/msvc
parent2f3f58802b254a1b99890527b907060ba1d984cd (diff)
downloadlasso-4119ec1861079098bc2957e4672b0974b95b6b0e.tar.gz
lasso-4119ec1861079098bc2957e4672b0974b95b6b0e.tar.xz
lasso-4119ec1861079098bc2957e4672b0974b95b6b0e.zip
Now lasso_config.h for MSVC is generated with configure substitutions.
Diffstat (limited to 'win32/msvc')
-rw-r--r--win32/msvc/lasso_config.h.in (renamed from win32/msvc/lasso_config.h)26
1 files changed, 14 insertions, 12 deletions
diff --git a/win32/msvc/lasso_config.h b/win32/msvc/lasso_config.h.in
index 8207fa74..734715e4 100644
--- a/win32/msvc/lasso_config.h
+++ b/win32/msvc/lasso_config.h.in
@@ -1,39 +1,41 @@
/* Release version as a decimal */
-#define LASSO_VERSION_DECIMAL 600
+#define LASSO_VERSION_DECIMAL @VERSION_DECIMAL@
/* Major version number */
-#define LASSO_VERSION_MAJOR 0
+#define LASSO_VERSION_MAJOR @VERSION_MAJOR@
/* Minor version number */
-#define LASSO_VERSION_MINOR 6
+#define LASSO_VERSION_MINOR @VERSION_MINOR@
/* Release version number */
-#define LASSO_VERSION_SUBMINOR 0
+#define LASSO_VERSION_SUBMINOR @VERSION_RELEASE@
/* Windows version of the lasso version */
-#define LASSO_WINDOWS_VERSION 0,6,0,0
+#define LASSO_WINDOWS_VERSION @WINDOWS_VERSION@
/* Define if ID-WSF support is enabled */
/* #undef LASSO_WSF_ENABLED */
+#@LASSO_WSF_ENABLE@
/* Name of package */
-#define PACKAGE "lasso"
+#define PACKAGE "@PACKAGE@"
/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "lasso-devel@lists.labs.libre-entreprise.org"
+#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
/* Define to the full name of this package. */
-#define PACKAGE_NAME "Liberty Alliance Single Sign On"
+#define PACKAGE_NAME "@PACKAGE_NAME@"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Liberty Alliance Single Sign On 0.6.0"
+#define PACKAGE_STRING "@PACKAGE_STRING@"
/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "liberty-alliance-single-sign-on"
+#define PACKAGE_TARNAME "@PACKAGE_TARNAME@"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.6.0"
+#define PACKAGE_VERSION "@PACKAGE_VERSION@"
/* Version number of package */
-#define VERSION "0.6.0"
+#define VERSION "@VERSION@"
+