[Mobies-commit] [commit] r3581 - GReAT/trunk/Libraries/RTT

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Wed Dec 1 10:25:56 CST 2010


Author: ksmyth
Date: Wed Dec  1 10:25:56 2010
New Revision: 3581

Log:
Dont use SolutionDir so we can compile only RTT

Modified:
   GReAT/trunk/Libraries/RTT/RTTVS2010.vcxproj

Modified: GReAT/trunk/Libraries/RTT/RTTVS2010.vcxproj
==============================================================================
--- GReAT/trunk/Libraries/RTT/RTTVS2010.vcxproj	Tue Nov 30 15:57:56 2010	(r3580)
+++ GReAT/trunk/Libraries/RTT/RTTVS2010.vcxproj	Wed Dec  1 10:25:56 2010	(r3581)
@@ -204,20 +204,20 @@
     <CustomBuild Include="..\..\Meta\RTT.xmp">
       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Register %(Filename)</Message>
       <Message Condition="'$(Configuration)|$(Platform)'=='DebugVS9|Win32'">Register %(Filename)</Message>
-      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(SolutionDir)\common-scripts\gmepy.exe" register_if_not_registered "%(FullPath)" &amp;&amp; ^
+      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(GREAT_PATH)\common-scripts\gmepy.exe" register_if_not_registered "%(FullPath)" &amp;&amp; ^
 echo registered "%(FullPath)" &gt; %(Filename)-is-registered
 </Command>
-      <Command Condition="'$(Configuration)|$(Platform)'=='DebugVS9|Win32'">"$(SolutionDir)\common-scripts\gmepy.exe" register_if_not_registered "%(FullPath)" &amp;&amp; ^
+      <Command Condition="'$(Configuration)|$(Platform)'=='DebugVS9|Win32'">"$(GREAT_PATH)\common-scripts\gmepy.exe" register_if_not_registered "%(FullPath)" &amp;&amp; ^
 echo registered "%(FullPath)" &gt; %(Filename)-is-registered
 </Command>
       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(Filename)-is-registered;%(Outputs)</Outputs>
       <Outputs Condition="'$(Configuration)|$(Platform)'=='DebugVS9|Win32'">%(Filename)-is-registered;%(Outputs)</Outputs>
       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Register %(Filename)</Message>
       <Message Condition="'$(Configuration)|$(Platform)'=='ReleaseVS9|Win32'">Register %(Filename)</Message>
-      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(SolutionDir)\common-scripts\gmepy.exe" register_if_not_registered "%(FullPath)" &amp;&amp; ^
+      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(GREAT_PATH)\common-scripts\gmepy.exe" register_if_not_registered "%(FullPath)" &amp;&amp; ^
 echo registered "%(FullPath)" &gt; %(Filename)-is-registered
 </Command>
-      <Command Condition="'$(Configuration)|$(Platform)'=='ReleaseVS9|Win32'">"$(SolutionDir)\common-scripts\gmepy.exe" register_if_not_registered "%(FullPath)" &amp;&amp; ^
+      <Command Condition="'$(Configuration)|$(Platform)'=='ReleaseVS9|Win32'">"$(GREAT_PATH)\common-scripts\gmepy.exe" register_if_not_registered "%(FullPath)" &amp;&amp; ^
 echo registered "%(FullPath)" &gt; %(Filename)-is-registered
 </Command>
       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(Filename)-is-registered;%(Outputs)</Outputs>
@@ -227,4 +227,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>
\ No newline at end of file


More information about the Mobies-commit mailing list