[GME-commit] GMESRC/GME/ConstraintManager ConstraintManager.vcproj, 1.2, 1.3
Log messages of CVS commits
gme-commit at list.isis.vanderbilt.edu
Wed Feb 13 13:06:37 CST 2008
Update of /project/gme-repository/GMESRC/GME/ConstraintManager
In directory escher:/tmp/cvs-serv7369
Modified Files:
ConstraintManager.vcproj
Log Message:
Additional Include Path did not contained reference to $(VCInstallDir)\AtlMfc\Src\Mfc
that's why it complained about afximpl.h not found.
AfxImpl.h removed from the vcproject file.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: ConstraintManager.vcproj
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/ConstraintManager/ConstraintManager.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ConstraintManager.vcproj 13 Jul 2005 20:10:55 -0000 1.2
--- ConstraintManager.vcproj 13 Feb 2008 19:06:35 -0000 1.3
***************
*** 24,28 ****
Name="VCCLCompilerTool"
Optimization="0"
! AdditionalIncludeDirectories=".;../Common;../interfaces;../include/STLport"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FOR_GME"
BasicRuntimeChecks="3"
--- 24,28 ----
Name="VCCLCompilerTool"
Optimization="0"
! AdditionalIncludeDirectories=".;../Common;../interfaces;../include/STLport;"$(VCInstallDir)\atlmfc\src\mfc""
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FOR_GME"
BasicRuntimeChecks="3"
***************
*** 95,99 ****
Optimization="1"
InlineFunctionExpansion="1"
! AdditionalIncludeDirectories="../Common,../interfaces,../include/STLport,."
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FOR_GME"
StringPooling="TRUE"
--- 95,99 ----
Optimization="1"
InlineFunctionExpansion="1"
! AdditionalIncludeDirectories="../Common;../interfaces;../include/STLport;.;"$(VCInstallDir)\atlmfc\src\mfc""
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FOR_GME"
StringPooling="TRUE"
***************
*** 1183,1189 ****
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath="AFXIMPL.H">
- </File>
<File
RelativePath="ConstraintMgr.h">
--- 1183,1186 ----
More information about the GME-commit
mailing list