[commit] r2507 - trunk/SDK/Java/native/JavaCompRunner

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Jul 8 13:22:21 CDT 2014


Author: ksmyth
Date: Tue Jul  8 13:22:20 2014
New Revision: 2507

Log:
Use GME_ROOT to locate .props, so it can be built without building GME.sln

Modified:
   trunk/SDK/Java/native/JavaCompRunner/JavaCompRunner.vcxproj

Modified: trunk/SDK/Java/native/JavaCompRunner/JavaCompRunner.vcxproj
==============================================================================
--- trunk/SDK/Java/native/JavaCompRunner/JavaCompRunner.vcxproj	Thu Jul  3 08:12:44 2014	(r2506)
+++ trunk/SDK/Java/native/JavaCompRunner/JavaCompRunner.vcxproj	Tue Jul  8 13:22:20 2014	(r2507)
@@ -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="..\..\..\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="..\..\..\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