[Mobies-commit] [commit] r3891 - UDM/trunk/Projects/Win32/VC9/src/UML GME/Interpreter
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Mon Sep 19 17:11:29 CDT 2011
Author: ksmyth
Date: Mon Sep 19 17:11:28 2011
New Revision: 3891
Log:
Build Debug Udm against Release GME
Modified:
UDM/trunk/Projects/Win32/VC9/src/UML GME/Interpreter/BONComponent.vcproj
Modified: UDM/trunk/Projects/Win32/VC9/src/UML GME/Interpreter/BONComponent.vcproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/src/UML GME/Interpreter/BONComponent.vcproj Mon Sep 19 14:11:58 2011 (r3890)
+++ UDM/trunk/Projects/Win32/VC9/src/UML GME/Interpreter/BONComponent.vcproj Mon Sep 19 17:11:28 2011 (r3891)
@@ -45,7 +45,7 @@
Name="VCMIDLTool"
AdditionalOptions="/server none /client none /I "$(GME_ROOT)\Interfaces""
PreprocessorDefinitions="_DEBUG"
- AdditionalIncludeDirectories=""$(GME_ROOT)\bin";"$(GME_ROOT)\Gme\Debug";"..\..\..\..\..\..\src\UML GME\Interpreter""
+ AdditionalIncludeDirectories=""$(GME_ROOT)\bin";"$(GME_ROOT)\Gme\Release";"$(GME_ROOT)\Gme\Debug";"..\..\..\..\..\..\src\UML GME\Interpreter""
HeaderFileName="$(InputName).h"
/>
<Tool
@@ -148,7 +148,7 @@
Name="VCMIDLTool"
AdditionalOptions="/server none /client none /I "$(GME_ROOT)\Interfaces""
PreprocessorDefinitions="NDEBUG"
- AdditionalIncludeDirectories=""$(GME_ROOT)\bin";"$(GME_ROOT)\Gme\Release";"..\..\..\..\..\..\src\UML GME\Interpreter""
+ AdditionalIncludeDirectories=""$(GME_ROOT)\bin";"$(GME_ROOT)\Gme\Release";"$(GME_ROOT)\Gme\Debug";"..\..\..\..\..\..\src\UML GME\Interpreter""
HeaderFileName="$(InputName).h"
/>
<Tool
@@ -289,6 +289,7 @@
>
<Tool
Name="VCMIDLTool"
+ WarnAsError="true"
TypeLibraryName="$(TargetDir)\obj\src\UML GME\Interpreter\ComponentLib.tlb"
OutputDirectory="$(TargetDir)\..\Gen\src\UML GME\Interpreter"
/>
@@ -298,6 +299,7 @@
>
<Tool
Name="VCMIDLTool"
+ WarnAsError="true"
TypeLibraryName="$(TargetDir)\obj\src\UML GME\Interpreter\ComponentLib.tlb"
OutputDirectory="$(TargetDir)\..\Gen\src\UML GME\Interpreter"
/>
More information about the Mobies-commit
mailing list