[Mobies-commit] [commit] r3987 - UDM/trunk/Projects/Win32/VC9/src/UdmGme

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Thu Jan 12 15:44:35 CST 2012


Author: ksmyth
Date: Thu Jan 12 15:44:35 2012
New Revision: 3987

Log:
Fix for building on x64 without x86 GME

Modified:
   UDM/trunk/Projects/Win32/VC9/src/UdmGme/UdmGme.vcproj

Modified: UDM/trunk/Projects/Win32/VC9/src/UdmGme/UdmGme.vcproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/src/UdmGme/UdmGme.vcproj	Thu Jan 12 15:19:05 2012	(r3986)
+++ UDM/trunk/Projects/Win32/VC9/src/UdmGme/UdmGme.vcproj	Thu Jan 12 15:44:35 2012	(r3987)
@@ -45,7 +45,7 @@
 				AdditionalOptions="/I /gme/interfaces" ""
 				Optimization="2"
 				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories=""$(GME_ROOT)\Interfaces";"$(GME_ROOT)\GME\Interfaces";..\..\..\..\..\include"
+				AdditionalIncludeDirectories=""$(GME_ROOT)\Interfaces";"$(GME_ROOT)\GME\Interfaces";..\..\..\..\..\include;"$(GME_ROOT)\bin";"$(GME_ROOT)\GME\Release";"$(GME_ROOT)\GME\Debug";"$(GME_ROOT)\GME\x64\Release";"$(GME_ROOT)\GME\x64\Debug""
 				PreprocessorDefinitions="NDEBUG;WIN32;_LIB;UDM_DYNAMIC_LINKING;UDM_DLL_EXPORT;_CRT_SECURE_NO_WARNINGS"
 				StringPooling="true"
 				RuntimeLibrary="2"
@@ -123,7 +123,7 @@
 				Name="VCCLCompilerTool"
 				AdditionalOptions="/I /gme/interfaces" ""
 				Optimization="0"
-				AdditionalIncludeDirectories=""$(GME_ROOT)\Interfaces";"$(GME_ROOT)\GME\Interfaces";..\..\..\..\..\include"
+				AdditionalIncludeDirectories=""$(GME_ROOT)\Interfaces";"$(GME_ROOT)\GME\Interfaces";..\..\..\..\..\include;"$(GME_ROOT)\bin";"$(GME_ROOT)\GME\Release";"$(GME_ROOT)\GME\Debug";"$(GME_ROOT)\GME\x64\Release";"$(GME_ROOT)\GME\x64\Debug""
 				PreprocessorDefinitions="_DEBUG;WIN32;_LIB;UDM_DYNAMIC_LINKING;UDM_DLL_EXPORT;_CRT_SECURE_NO_WARNINGS"
 				BasicRuntimeChecks="3"
 				RuntimeLibrary="3"


More information about the Mobies-commit mailing list