[Mobies-commit] [commit] r4355 - UDM/trunk/WiX
daniel at redhat3.isis.vanderbilt.edu
daniel at redhat3.isis.vanderbilt.edu
Thu Jan 22 09:01:51 CST 2015
Author: daniel
Date: Thu Jan 22 09:01:50 2015
New Revision: 4355
Log:
Add Visual Studio 2013 dll to .wxs script.
Modified:
UDM/trunk/WiX/Udm.wxs
Modified: UDM/trunk/WiX/Udm.wxs
==============================================================================
--- UDM/trunk/WiX/Udm.wxs Mon Jan 5 10:19:03 2015 (r4354)
+++ UDM/trunk/WiX/Udm.wxs Thu Jan 22 09:01:50 2015 (r4355)
@@ -128,7 +128,9 @@
<ComponentGroupRef Id='UdmDllx86' />
<ComponentGroupRef Id='UdmDll_VS10x86' />
<ComponentGroupRef Id='UdmDll_VC11x86' />
+ <ComponentGroupRef Id='UdmDll_VC12x86' />
<ComponentGroupRef Id='UdmSDK_VC11x86' />
+ <ComponentGroupRef Id='UdmSDK_VC12x86' />
<?if $(sys.BUILDARCH)=x64 ?>
<ComponentGroupRef Id='xerces_cx64'/>
<ComponentGroupRef Id='Udm_binx64' />
@@ -136,7 +138,9 @@
<!-- UdmDllx64 intentionally omitted: no VC9 build for UdmDll -->
<ComponentGroupRef Id='UdmDll_VS10x64' />
<ComponentGroupRef Id='UdmDll_VC11x64' />
+ <ComponentGroupRef Id='UdmDll_VC12x64' />
<ComponentGroupRef Id='UdmSDK_VC11x64' />
+ <ComponentGroupRef Id='UdmSDK_VC12x64' />
<MergeRef Id='CRT100_x86' />
<MergeRef Id='MFC100_x86' />
<MergeRef Id='ATL100_x86' />
More information about the Mobies-commit
mailing list