[Mobies-commit] [commit] r4324 - UDM/trunk/WiX
ksmyth at redhat3.isis.vanderbilt.edu
ksmyth at redhat3.isis.vanderbilt.edu
Tue Sep 30 12:17:25 CDT 2014
Author: ksmyth
Date: Tue Sep 30 12:17:24 2014
New Revision: 4324
Log:
WiX installer: use wixlibs instead of merge modules
Modified:
UDM/trunk/WiX/build_msi.py
Modified: UDM/trunk/WiX/build_msi.py
==============================================================================
--- UDM/trunk/WiX/build_msi.py Tue Sep 30 11:57:24 2014 (r4323)
+++ UDM/trunk/WiX/build_msi.py Tue Sep 30 12:17:24 2014 (r4324)
@@ -83,7 +83,7 @@
wixlib_name = [ os.path.splitext(source)[0] for source in sources if source.find('.wxs') != -1 ][0]
if arch == 'x64':
wixlib_name = wixlib_name + '_x64'
- sources = [s for s in sources if os.path.basename(s) not in ('include.wxi', 'UIntWizVS.wxi', 'test_UdmPython.wxi', 'GeneTF.wxi', 'GeneTRE.wxi', 'SBML2Ex.wxi')]
+ sources = [s for s in sources if os.path.basename(s) not in ('include.wxi', 'UIntWizVS.wxi', 'test_UdmPython.wxi', 'GeneTF.wxi', 'GeneTRE.wxi', 'SBML2Ex.wxi', 'GmeOclExprChecker.wxi')]
wixlib_name = wixlib_name + '.wixlib'
system(['lit', '-nologo', '-bf', '-ext', 'WixUtilExtension', '-o', wixlib_name] + [ get_wixobj(file) for file in sources ])
More information about the Mobies-commit
mailing list