[QuantLibAddin-cvs] QuantLibAddin/Clients/C++ ClientCppDemo_vc8.vcproj, 1.2, 1.3
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-06-11 18:16:53
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Clients/C++ In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29894/Clients/C++ Modified Files: ClientCppDemo_vc8.vcproj Log Message: adopting vc80\$(ConfigurationName) in *_vc8.proj files Index: ClientCppDemo_vc8.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Clients/C++/ClientCppDemo_vc8.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ClientCppDemo_vc8.vcproj 30 May 2006 10:26:59 -0000 1.2 --- ClientCppDemo_vc8.vcproj 11 Jun 2006 18:16:50 -0000 1.3 *************** *** 16,21 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\DebugCRTDLL" ! IntermediateDirectory=".\build\vc80\DebugCRTDLL" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 16,21 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 38,42 **** <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\DebugCRTDLL/ClientCppDemo.tlb" HeaderFileName="" /> --- 38,42 ---- <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\$(ConfigurationName)/ClientCppDemo.tlb" HeaderFileName="" /> *************** *** 50,57 **** RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\DebugCRTDLL/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc80\DebugCRTDLL/" ! ObjectFile=".\build\vc80\DebugCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 50,57 ---- RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 77,81 **** AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\DebugCRTDLL/QLADemo-vc80-mt-gd.pdb" SubSystem="1" TargetMachine="1" --- 77,81 ---- AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\$(ConfigurationName)/QLADemo-vc80-mt-gd.pdb" SubSystem="1" TargetMachine="1" *************** *** 93,97 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\DebugCRTDLL/ClientCppDemo.bsc" /> <Tool --- 93,97 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/ClientCppDemo.bsc" /> <Tool *************** *** 110,115 **** <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc80\Release" ! IntermediateDirectory=".\build\vc80\Release" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 110,115 ---- <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 132,136 **** <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\Release/ClientCppDemo.tlb" HeaderFileName="" /> --- 132,136 ---- <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\$(ConfigurationName)/ClientCppDemo.tlb" HeaderFileName="" /> *************** *** 145,152 **** EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\Release/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc80\Release/" ! ObjectFile=".\build\vc80\Release/" ! ProgramDataBaseFileName=".\build\vc80\Release/" WarningLevel="3" SuppressStartupBanner="true" --- 145,152 ---- EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 170,174 **** SuppressStartupBanner="true" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc80\Release/QLADemo-vc80-mt-s.pdb" SubSystem="1" TargetMachine="1" --- 170,174 ---- SuppressStartupBanner="true" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc80\$(ConfigurationName)/QLADemo-vc80-mt-s.pdb" SubSystem="1" TargetMachine="1" *************** *** 186,190 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\Release/ClientCppDemo.bsc" /> <Tool --- 186,190 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/ClientCppDemo.bsc" /> <Tool *************** *** 203,208 **** <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc80\ReleaseCRTDLL" ! IntermediateDirectory=".\build\vc80\ReleaseCRTDLL" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 203,208 ---- <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 225,229 **** <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\ReleaseCRTDLL/ClientCppDemo.tlb" HeaderFileName="" /> --- 225,229 ---- <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\$(ConfigurationName)/ClientCppDemo.tlb" HeaderFileName="" /> *************** *** 238,245 **** EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\ReleaseCRTDLL/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc80\ReleaseCRTDLL/" ! ObjectFile=".\build\vc80\ReleaseCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 238,245 ---- EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 263,267 **** SuppressStartupBanner="true" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc80\ReleaseCRTDLL/QLADemo-vc80-mt.pdb" SubSystem="1" TargetMachine="1" --- 263,267 ---- SuppressStartupBanner="true" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc80\$(ConfigurationName)/QLADemo-vc80-mt.pdb" SubSystem="1" TargetMachine="1" *************** *** 279,283 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\ReleaseCRTDLL/ClientCppDemo.bsc" /> <Tool --- 279,283 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/ClientCppDemo.bsc" /> <Tool *************** *** 296,301 **** <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc80\Debug" ! IntermediateDirectory=".\build\vc80\Debug" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 296,301 ---- <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 318,322 **** <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\Debug/ClientCppDemo.tlb" HeaderFileName="" /> --- 318,322 ---- <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\$(ConfigurationName)/ClientCppDemo.tlb" HeaderFileName="" /> *************** *** 330,337 **** RuntimeLibrary="1" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\Debug/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc80\Debug/" ! ObjectFile=".\build\vc80\Debug/" ! ProgramDataBaseFileName=".\build\vc80\Debug/" WarningLevel="3" SuppressStartupBanner="true" --- 330,337 ---- RuntimeLibrary="1" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 357,361 **** AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\Debug/QLADemo-vc80-mt-sgd.pdb" SubSystem="1" TargetMachine="1" --- 357,361 ---- AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\$(ConfigurationName)/QLADemo-vc80-mt-sgd.pdb" SubSystem="1" TargetMachine="1" *************** *** 373,377 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\Debug/ClientCppDemo.bsc" /> <Tool --- 373,377 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/ClientCppDemo.bsc" /> <Tool |