Update of /cvsroot/objecthandler/ObjectHandler/Examples/xl
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26674/Examples/xl
Modified Files:
ExampleXllDynamic1_vc8.vcproj
Log Message:
fix corrupt workspace for ExampleXllDynamic1
Index: ExampleXllDynamic1_vc8.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/ExampleXllDynamic1_vc8.vcproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ExampleXllDynamic1_vc8.vcproj 25 May 2006 10:19:00 -0000 1.5
--- ExampleXllDynamic1_vc8.vcproj 8 Jun 2006 17:48:59 -0000 1.6
***************
*** 4,8 ****
Version="8.00"
Name="ExampleXllDynamic1"
! ProjectGUID="{CFC78C89-EFD2-400A-8860-40320E6FCA60}"
>
<Platforms>
--- 4,10 ----
Version="8.00"
Name="ExampleXllDynamic1"
! ProjectGUID="{BB902802-D59B-466F-ABB6-23368860D803}"
! RootNamespace="ExampleXllDynamic1"
! Keyword="Win32Proj"
>
<Platforms>
***************
*** 15,26 ****
<Configurations>
<Configuration
! Name="Release CRTDLL|Win32"
! OutputDirectory=".\build\vc80\ReleaseCRTDLL"
! IntermediateDirectory=".\build\vc80\ReleaseCRTDLL"
ConfigurationType="2"
! InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
! UseOfMFC="0"
! ATLMinimizesCRunTimeLibraryUsage="false"
! CharacterSet="2"
>
<Tool
--- 17,25 ----
<Configurations>
<Configuration
! Name="Debug CRTDLL|Win32"
! OutputDirectory=".\build\vc80\DebugCRTDLL"
! IntermediateDirectory=".\build\vc80\DebugCRTDLL"
ConfigurationType="2"
! CharacterSet="1"
>
<Tool
***************
*** 38,64 ****
<Tool
Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\build\vc80\ReleaseCRTDLL/ExampleXllDynamic1.tlb"
- HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
! Optimization="2"
! InlineFunctionExpansion="1"
AdditionalIncludeDirectories=".,..\.."
! PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;WIN32;XLL_IMPORTS;LOG4CXX_STATIC"
! StringPooling="true"
! RuntimeLibrary="2"
! EnableFunctionLevelLinking="true"
! RuntimeTypeInfo="true"
! PrecompiledHeaderFile=".\build\vc80\ReleaseCRTDLL/ExampleXllDynamic1.pch"
! AssemblerListingLocation=".\build\vc80\ReleaseCRTDLL/"
! ObjectFile=".\build\vc80\ReleaseCRTDLL/"
! ProgramDataBaseFileName=".\build\vc80\ReleaseCRTDLL/"
WarningLevel="3"
! SuppressStartupBanner="true"
/>
<Tool
--- 37,56 ----
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
! Optimization="0"
AdditionalIncludeDirectories=".,..\.."
! PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;WIN32;XLL_IMPORTS;LOG4CXX_STATIC"
! MinimalRebuild="true"
! BasicRuntimeChecks="3"
! RuntimeLibrary="3"
! UsePrecompiledHeader="0"
! AssemblerListingLocation=".\build\vc80\DebugCRTDLL\"
! ObjectFile=".\build\vc80\DebugCRTDLL\"
! ProgramDataBaseFileName=".\build\vc80\DebugCRTDLL\vc80.pdb"
WarningLevel="3"
! Detect64BitPortabilityProblems="true"
! DebugInformationFormat="4"
/>
<Tool
***************
*** 67,72 ****
<Tool
Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"
/>
<Tool
--- 59,62 ----
***************
*** 75,85 ****
<Tool
Name="VCLinkerTool"
! AdditionalDependencies="odbc32.lib odbccp32.lib"
! OutputFile="xll\ExampleXLLDynamic1-vc80-mt-0_1_4.xll"
! LinkIncremental="1"
! SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\lib,..\..\xll"
! ProgramDatabaseFile=".\build\vc80\ReleaseCRTDLL/"
! ImportLibrary=".\build\vc80\ReleaseCRTDLL/ExampleXLLDynamic1-vc80-mt-0_1_4.lib"
TargetMachine="1"
/>
--- 65,75 ----
<Tool
Name="VCLinkerTool"
! OutputFile="xll\ExampleXLLDynamic1-vc80-mt-gd-0_1_4.xll"
! LinkIncremental="2"
AdditionalLibraryDirectories="..\..\lib,..\..\xll"
! GenerateDebugInformation="true"
! ProgramDatabaseFile=".\build\vc80\DebugCRTDLL\"
! SubSystem="2"
! ImportLibrary=".\build\vc80\DebugCRTDLL/ExampleXLLDynamic1-vc80-mt-gd-0_1_4.lib"
TargetMachine="1"
/>
***************
*** 95,100 ****
<Tool
Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\build\vc80\ReleaseCRTDLL/ExampleXllDynamic1.bsc"
/>
<Tool
--- 85,88 ----
***************
*** 112,123 ****
</Configuration>
<Configuration
! Name="Debug CRTDLL|Win32"
! OutputDirectory=".\build\vc80\DebugCRTDLL"
! IntermediateDirectory=".\build\vc80\DebugCRTDLL"
ConfigurationType="2"
! InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
! UseOfMFC="0"
! ATLMinimizesCRunTimeLibraryUsage="false"
! CharacterSet="2"
>
<Tool
--- 100,109 ----
</Configuration>
<Configuration
! Name="Release CRTDLL|Win32"
! OutputDirectory=".\build\vc80\ReleaseCRTDLL"
! IntermediateDirectory=".\build\vc80\ReleaseCRTDLL"
ConfigurationType="2"
! CharacterSet="1"
! WholeProgramOptimization="1"
>
<Tool
***************
*** 135,161 ****
<Tool
Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\build\vc80\DebugCRTDLL/ExampleXllDynamic1.tlb"
- HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
AdditionalIncludeDirectories=".,..\.."
! PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;WIN32;XLL_IMPORTS;LOG4CXX_STATIC"
! MinimalRebuild="true"
! BasicRuntimeChecks="3"
! RuntimeLibrary="3"
! RuntimeTypeInfo="true"
! PrecompiledHeaderFile=".\build\vc80\DebugCRTDLL/ExampleXllDynamic1.pch"
! AssemblerListingLocation=".\build\vc80\DebugCRTDLL/"
! ObjectFile=".\build\vc80\DebugCRTDLL/"
! ProgramDataBaseFileName=".\build\vc80\DebugCRTDLL/"
WarningLevel="3"
! SuppressStartupBanner="true"
! DebugInformationFormat="4"
/>
<Tool
--- 121,137 ----
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=".,..\.."
! PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;WIN32;XLL_IMPORTS;LOG4CXX_STATIC"
! RuntimeLibrary="2"
! UsePrecompiledHeader="0"
! AssemblerListingLocation=".\build\vc80\ReleaseCRTDLL\"
! ObjectFile=".\build\vc80\ReleaseCRTDLL\"
! ProgramDataBaseFileName=".\build\vc80\ReleaseCRTDLL\vc80.pdb"
WarningLevel="3"
! Detect64BitPortabilityProblems="false"
! DebugInformationFormat="0"
/>
<Tool
***************
*** 164,169 ****
<Tool
Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"
/>
<Tool
--- 140,143 ----
***************
*** 172,183 ****
<Tool
Name="VCLinkerTool"
! AdditionalDependencies="odbc32.lib odbccp32.lib"
! OutputFile="xll\ExampleXLLDynamic1-vc80-mt-gd-0_1_4.xll"
! LinkIncremental="2"
! SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\lib,..\..\xll"
! GenerateDebugInformation="true"
! ProgramDatabaseFile=".\build\vc80\DebugCRTDLL/"
! ImportLibrary=".\build\vc80\DebugCRTDLL/ExampleXLLDynamic1-vc80-mt-gd-0_1_4.lib"
TargetMachine="1"
/>
--- 146,158 ----
<Tool
Name="VCLinkerTool"
! OutputFile="xll\ExampleXLLDynamic1-vc80-mt-0_1_4.xll"
! LinkIncremental="1"
AdditionalLibraryDirectories="..\..\lib,..\..\xll"
! GenerateDebugInformation="false"
! ProgramDatabaseFile=".\build\vc80\ReleaseCRTDLL\"
! SubSystem="2"
! OptimizeReferences="2"
! EnableCOMDATFolding="2"
! ImportLibrary=".\build\vc80\ReleaseCRTDLL/ExampleXLLDynamic1-vc80-mt-0_1_4.lib"
TargetMachine="1"
/>
***************
*** 193,198 ****
<Tool
Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile=".\build\vc80\DebugCRTDLL/ExampleXllDynamic1.bsc"
/>
<Tool
--- 168,171 ----
***************
*** 214,226 ****
<Files>
<File
! RelativePath="account.cpp"
>
</File>
<File
! RelativePath="account.hpp"
>
</File>
<File
! RelativePath="addindynamic1.cpp"
>
</File>
--- 187,199 ----
<Files>
<File
! RelativePath=".\account.cpp"
>
</File>
<File
! RelativePath=".\account.hpp"
>
</File>
<File
! RelativePath=".\addindynamic1.cpp"
>
</File>
|