[Mobies-commit] [commit] r3611 - GReAT/trunk/InnoSetup
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Thu Jan 20 10:43:02 CST 2011
Author: ksmyth
Date: Thu Jan 20 10:43:01 2011
New Revision: 3611
Log:
Optionally get version from environment. Use $GREAT_PATH instead of hardcoded path
Modified:
GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss
Modified: GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss
==============================================================================
--- GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss Wed Jan 19 12:00:36 2011 (r3610)
+++ GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss Thu Jan 20 10:43:01 2011 (r3611)
@@ -12,11 +12,12 @@
#define UDMDLL "UdmDll_3_2.dll"
#define GREATPATH GetEnv('GREAT_PATH')
-#if GREATPATH == ""
-#define GREATPATH "C:\Projects\GReAT"
-#endif
+#define GREATVER GetEnv('GREAT_VERSION')
+#if GREATVER == ""
#define GREATVER "1.7.5"
+#endif
+
#define OutputFileBase "GReAT_setup"
[Setup]
More information about the Mobies-commit
mailing list