[commit] r2092 - trunk/GME/CSGUI
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Fri Oct 26 15:54:18 CDT 2012
Author: ksmyth
Date: Fri Oct 26 15:54:18 2012
New Revision: 2092
Log:
Fix build on GME_ROOT with spaces
Modified:
trunk/GME/CSGUI/CSGUI.csproj
Modified: trunk/GME/CSGUI/CSGUI.csproj
==============================================================================
--- trunk/GME/CSGUI/CSGUI.csproj Fri Oct 26 15:25:58 2012 (r2091)
+++ trunk/GME/CSGUI/CSGUI.csproj Fri Oct 26 15:54:18 2012 (r2092)
@@ -84,7 +84,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
- <PostBuildEvent>"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\tlbexp" $(TargetPath)</PostBuildEvent>
+ <PostBuildEvent>"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\tlbexp" "$(TargetPath)"</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
More information about the gme-commit
mailing list