[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 "$(TargetPath)" && ^
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
"
- Outputs="$(OutDir)\regsvr32.trg"
+ CommandLine="regsvr32 /s /c "$(TargetPath)" && ^
echo regsvr32 exec. time > "$(IntDir)\regsvr32.trg"
"
+ 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 "$(TargetPath)" && ^
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
"
- Outputs="$(OutDir)\regsvr32.trg"
+ CommandLine="regsvr32 /s /c "$(TargetPath)" && ^
echo regsvr32 exec. time > "$(IntDir)\regsvr32.trg"
"
+ Outputs="$(IntDir)\regsvr32.trg"
/>
<Tool
Name="VCXMLDataGeneratorTool"
More information about the gme-commit
mailing list