[GME-commit] GMESRC/SDK/BON/tools/CreateNewComponent
CreateNewComponent.vcproj,1.1,1.2
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Nov 3 21:45:25 CST 2005
Update of /project/gme-repository/GMESRC/SDK/BON/tools/CreateNewComponent
In directory escher:/tmp/cvs-serv15550/CreateNewComponent
Modified Files:
CreateNewComponent.vcproj
Log Message:
Static libraries used for CreateNewComponent and ConfigureComponent
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: CreateNewComponent.vcproj
===================================================================
RCS file: /project/gme-repository/GMESRC/SDK/BON/tools/CreateNewComponent/CreateNewComponent.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CreateNewComponent.vcproj 31 Jan 2005 20:37:44 -0000 1.1
--- CreateNewComponent.vcproj 3 Nov 2005 21:45:23 -0000 1.2
***************
*** 17,21 ****
IntermediateDirectory=".\Release"
ConfigurationType="1"
! UseOfMFC="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
--- 17,21 ----
IntermediateDirectory=".\Release"
ConfigurationType="1"
! UseOfMFC="1"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
***************
*** 26,30 ****
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="TRUE"
! RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="3"
--- 26,30 ----
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="TRUE"
! RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="3"
***************
*** 41,48 ****
<Tool
Name="VCLinkerTool"
! AdditionalDependencies="..\zlib113\Release\zlib.lib"
OutputFile=".\Release/CreateNewComponent.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
ProgramDatabaseFile=".\Release/CreateNewComponent.pdb"
SubSystem="2"
--- 41,50 ----
<Tool
Name="VCLinkerTool"
! AdditionalOptions="/FORCE:MULTIPLE"
! AdditionalDependencies="uuid.lib ..\zlib113\Release\zlib.lib"
OutputFile=".\Release/CreateNewComponent.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\Release/CreateNewComponent.pdb"
SubSystem="2"
More information about the GME-commit
mailing list