[commit] r1860 - trunk/SDK/DecoratorWizard/Templates/1033

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Mar 13 10:39:27 CDT 2012


Author: ksmyth
Date: Tue Mar 13 10:39:27 2012
New Revision: 1860

Log:
Keep track of registration in IntDir, since OutDir may be the same across configs

Modified:
   trunk/SDK/DecoratorWizard/Templates/1033/Decorator.vcproj

Modified: trunk/SDK/DecoratorWizard/Templates/1033/Decorator.vcproj
==============================================================================
--- trunk/SDK/DecoratorWizard/Templates/1033/Decorator.vcproj	Fri Mar  9 16:30:00 2012	(r1859)
+++ trunk/SDK/DecoratorWizard/Templates/1033/Decorator.vcproj	Tue Mar 13 10:39:27 2012	(r1860)
@@ -33,8 +33,8 @@
 			<Tool
 				Name="VCCustomBuildTool"
 				Description="Performing registration (requires elevated priviledges on Windows Vista)..."
-				CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot; &amp;&amp; ^&#x0D;&#x0A;echo regsvr32 exec. time &gt; &quot;$(OutDir)\regsvr32.trg&quot;&#x0D;&#x0A;"
-				Outputs="$(OutDir)\regsvr32.trg"
+				CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot; &amp;&amp; ^&#x0D;&#x0A;echo regsvr32 exec. time &gt; &quot;$(IntDir)\regsvr32.trg&quot;&#x0D;&#x0A;"
+				Outputs="$(IntDir)\regsvr32.trg"
 			/>
 			<Tool
 				Name="VCXMLDataGeneratorTool"
@@ -133,8 +133,8 @@
 			<Tool
 				Name="VCCustomBuildTool"
 				Description="Performing registration (requires elevated priviledges on Windows Vista)..."
-				CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot; &amp;&amp; ^&#x0D;&#x0A;echo regsvr32 exec. time &gt; &quot;$(OutDir)\regsvr32.trg&quot;&#x0D;&#x0A;"
-				Outputs="$(OutDir)\regsvr32.trg"
+				CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot; &amp;&amp; ^&#x0D;&#x0A;echo regsvr32 exec. time &gt; &quot;$(IntDir)\regsvr32.trg&quot;&#x0D;&#x0A;"
+				Outputs="$(IntDir)\regsvr32.trg"
 			/>
 			<Tool
 				Name="VCXMLDataGeneratorTool"


More information about the gme-commit mailing list