[commit] r1945 - trunk/Tools/TableEditor

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Jun 28 14:08:12 CDT 2012


Author: ksmyth
Date: Thu Jun 28 14:08:11 2012
New Revision: 1945

Log:
Use GME_ROOT env variable to locate GMEInterpreter.props

Modified:
   trunk/Tools/TableEditor/TableEditor.vcxproj

Modified: trunk/Tools/TableEditor/TableEditor.vcxproj
==============================================================================
--- trunk/Tools/TableEditor/TableEditor.vcxproj	Thu Jun 28 14:08:00 2012	(r1944)
+++ trunk/Tools/TableEditor/TableEditor.vcxproj	Thu Jun 28 14:08:11 2012	(r1945)
@@ -30,11 +30,11 @@
   </ImportGroup>
   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-    <Import Project="..\..\SDK\BON\Common\GMEInterpreter.props" />
+    <Import Project="$(GME_ROOT)\SDK\BON\Common\GMEInterpreter.props" />
   </ImportGroup>
   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-    <Import Project="..\..\SDK\BON\Common\GMEInterpreter.props" />
+    <Import Project="$(GME_ROOT)\SDK\BON\Common\GMEInterpreter.props" />
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>


More information about the gme-commit mailing list