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

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Feb 8 15:05:55 CST 2011


Author: ksmyth
Date: Tue Feb  8 15:05:55 2011
New Revision: 1156

Log:
JavaCompRunner needs a custom ComponentDll.cpp

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

Modified: trunk/SDK/Java/native/JavaCompRunner/JavaCompRunner.vcxproj
==============================================================================
--- trunk/SDK/Java/native/JavaCompRunner/JavaCompRunner.vcxproj	Wed Feb  2 14:21:35 2011	(r1155)
+++ trunk/SDK/Java/native/JavaCompRunner/JavaCompRunner.vcxproj	Tue Feb  8 15:05:55 2011	(r1156)
@@ -123,14 +123,15 @@
     <ClCompile Include="ComHelp.cpp" />
     <ClCompile Include="$(GME_ROOT)\GME\Common\CommonError.cpp" />
     <ClCompile Include="$(GME_ROOT)\GME\Common\CommonSmart.cpp" />
-    <ClCompile Include="$(GME_ROOT)\SDK\BON\Common\ComponentDll.cpp" />
+    <ClCompile Include="$(GME_ROOT)\SDK\BON\Common\ComponentDll.cpp">
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
+    </ClCompile>
     <ClCompile Include="$(GME_ROOT)\SDK\BON\Common\ComponentObj.cpp" />
     <ClCompile Include="$(GME_ROOT)\SDK\BON\Common\Console.cpp" />
     <ClCompile Include="$(GME_ROOT)\SDK\BON\Common\Exceptions.cpp" />
     <ClCompile Include="$(GME_ROOT)\SDK\BON\Common\Formatter.cpp" />
     <ClCompile Include="ComponentDll.cpp">
-      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
-      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
     </ClCompile>
     <ClCompile Include="RawComponent.cpp" />
     <ClCompile Include="StdAfx.cpp">


More information about the gme-commit mailing list