[Mobies-commit] [commit] r3602 - UDM/trunk/InnoSetup

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Tue Jan 18 16:07:05 CST 2011


Author: ksmyth
Date: Tue Jan 18 16:07:05 2011
New Revision: 3602

Log:
Get UDM_PATH et al from the environment. Accept UDM_VERSION from the environment

Modified:
   UDM/trunk/InnoSetup/udm_innosetupVS2008.iss

Modified: UDM/trunk/InnoSetup/udm_innosetupVS2008.iss
==============================================================================
--- UDM/trunk/InnoSetup/udm_innosetupVS2008.iss	Wed Jan  5 01:21:35 2011	(r3601)
+++ UDM/trunk/InnoSetup/udm_innosetupVS2008.iss	Tue Jan 18 16:07:05 2011	(r3602)
@@ -8,27 +8,19 @@
 #define GMEVER "10.8.18"
 
 #define UDMPATH GetEnv('UDM_PATH')
-#if UDMPATH == ""
-#define UDMPATH "C:\Projects\UDM"
-#endif
-
 #define UDM3rdPartyPATH GetEnv('UDM_3RDPARTY_PATH')
-#if UDM3rdPartyPATH == ""
-#define UDM3rdPartyPATH "C:\Projects\udm_ns_3rdparty"
-#endif
-
 #define GREATPATH GetEnv('GREAT_PATH')
-#if GREATPATH == ""
-#define GREATPATH "C:\Projects\GReAT"
-#endif
 
 #define UDMDLL "UdmDll_3_2.dll"
 #define UDMDLLD "UdmDll_3_2D.dll"
 #define UDMDLLVS10 "UdmDll_3_2_VS10.dll"
 #define UDMDLLDVS10 "UdmDll_3_2_VS10D.dll"
 
+#define UDMVER GetEnv('UDM_VERSION')
+#if UDMVER == ""
 #define UDMVER "3.2.7"
-#define OutputFileBase "Udm_setup_VC9"
+#endif
+#define OutputFileBase "Udm_setup"
 
 [Setup]
 AppID=ISIS UDM


More information about the Mobies-commit mailing list