[Mobies-commit] [commit] r4108 - UDM/trunk/Projects/Win32/VC10/tests/CreateLampDiagram
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Wed Sep 12 17:12:22 CDT 2012
Author: ksmyth
Date: Wed Sep 12 17:12:22 2012
New Revision: 4108
Log:
Tool build order
Modified:
UDM/trunk/Projects/Win32/VC10/tests/CreateLampDiagram/CreateLampDiagram.vcxproj
Modified: UDM/trunk/Projects/Win32/VC10/tests/CreateLampDiagram/CreateLampDiagram.vcxproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC10/tests/CreateLampDiagram/CreateLampDiagram.vcxproj Wed Sep 12 17:11:56 2012 (r4107)
+++ UDM/trunk/Projects/Win32/VC10/tests/CreateLampDiagram/CreateLampDiagram.vcxproj Wed Sep 12 17:12:22 2012 (r4108)
@@ -74,15 +74,19 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<udm_RuleAfterTargets>mga2udmxml</udm_RuleAfterTargets>
+ <mga2udmxml_RuleBeforeTargets>udm</mga2udmxml_RuleBeforeTargets>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<udm_RuleAfterTargets>mga2udmxml</udm_RuleAfterTargets>
+ <mga2udmxml_RuleBeforeTargets>udm</mga2udmxml_RuleBeforeTargets>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<udm_RuleAfterTargets>mga2udmxml</udm_RuleAfterTargets>
+ <mga2udmxml_RuleBeforeTargets>udm</mga2udmxml_RuleBeforeTargets>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<udm_RuleAfterTargets>mga2udmxml</udm_RuleAfterTargets>
+ <mga2udmxml_RuleBeforeTargets>udm</mga2udmxml_RuleBeforeTargets>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
More information about the Mobies-commit
mailing list