Update of /cvsroot/objecthandler/ObjectHandler/xlsdk
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2567/xlsdk
Modified Files:
.cvsignore xlsdk_vc8.vcproj
Log Message:
output folder reorganization
Index: .cvsignore
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/xlsdk/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .cvsignore 19 May 2006 15:12:41 -0000 1.1
--- .cvsignore 24 May 2006 09:42:09 -0000 1.2
***************
*** 1,6 ****
- lib
- build
*.user
- Makefile
- Makefile.in
- xlsdk.plg
--- 1 ----
Index: xlsdk_vc8.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/xlsdk/xlsdk_vc8.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** xlsdk_vc8.vcproj 19 May 2006 15:12:41 -0000 1.1
--- xlsdk_vc8.vcproj 24 May 2006 09:42:09 -0000 1.2
***************
*** 16,21 ****
<Configuration
Name="Release|Win32"
! OutputDirectory=".\build\vc80\Release"
! IntermediateDirectory=".\build\vc80\Release"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
--- 16,21 ----
<Configuration
Name="Release|Win32"
! OutputDirectory="..\build\vc80\xlsdk\Release"
! IntermediateDirectory="..\build\vc80\xlsdk\Release"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
***************
*** 49,56 ****
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
! PrecompiledHeaderFile=".\build\vc80\Release/xlsdk.pch"
! AssemblerListingLocation=".\build\vc80\Release/"
! ObjectFile=".\build\vc80\Release/"
! ProgramDataBaseFileName=".\build\vc80\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
--- 49,56 ----
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
! PrecompiledHeaderFile="..\build\vc80\xlsdk\Release/xlsdk.pch"
! AssemblerListingLocation="..\build\vc80\xlsdk\Release/"
! ObjectFile="..\build\vc80\xlsdk\Release/"
! ProgramDataBaseFileName="..\build\vc80\xlsdk\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
***************
*** 69,73 ****
<Tool
Name="VCLibrarianTool"
! OutputFile="lib\xlsdk-vc80-mt-s.lib"
SuppressStartupBanner="true"
/>
--- 69,73 ----
<Tool
Name="VCLibrarianTool"
! OutputFile="..\lib\xlsdk-vc80-mt-s.lib"
SuppressStartupBanner="true"
/>
***************
*** 81,85 ****
Name="VCBscMakeTool"
SuppressStartupBanner="true"
! OutputFile=".\build\vc80\Release/xlsdk.bsc"
/>
<Tool
--- 81,85 ----
Name="VCBscMakeTool"
SuppressStartupBanner="true"
! OutputFile="..\build\vc80\xlsdk\Release/xlsdk.bsc"
/>
<Tool
***************
*** 92,97 ****
<Configuration
Name="Debug|Win32"
! OutputDirectory=".\build\vc80\Debug"
! IntermediateDirectory=".\build\vc80\Debug"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
--- 92,97 ----
<Configuration
Name="Debug|Win32"
! OutputDirectory="..\build\vc80\xlsdk\Debug"
! IntermediateDirectory="..\build\vc80\xlsdk\Debug"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
***************
*** 124,131 ****
RuntimeLibrary="1"
RuntimeTypeInfo="true"
! PrecompiledHeaderFile=".\build\vc80\Debug/xlsdk.pch"
! AssemblerListingLocation=".\build\vc80\Debug/"
! ObjectFile=".\build\vc80\Debug/"
! ProgramDataBaseFileName=".\build\vc80\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
--- 124,131 ----
RuntimeLibrary="1"
RuntimeTypeInfo="true"
! PrecompiledHeaderFile="..\build\vc80\xlsdk\Debug/xlsdk.pch"
! AssemblerListingLocation="..\build\vc80\xlsdk\Debug/"
! ObjectFile="..\build\vc80\xlsdk\Debug/"
! ProgramDataBaseFileName="..\build\vc80\xlsdk\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
***************
*** 145,149 ****
<Tool
Name="VCLibrarianTool"
! OutputFile="lib\xlsdk-vc80-mt-sgd.lib"
SuppressStartupBanner="true"
/>
--- 145,149 ----
<Tool
Name="VCLibrarianTool"
! OutputFile="..\lib\xlsdk-vc80-mt-sgd.lib"
SuppressStartupBanner="true"
/>
***************
*** 157,161 ****
Name="VCBscMakeTool"
SuppressStartupBanner="true"
! OutputFile=".\build\vc80\Debug/xlsdk.bsc"
/>
<Tool
--- 157,161 ----
Name="VCBscMakeTool"
SuppressStartupBanner="true"
! OutputFile="..\build\vc80\xlsdk\Debug/xlsdk.bsc"
/>
<Tool
***************
*** 168,173 ****
<Configuration
Name="Release CRTDLL|Win32"
! OutputDirectory=".\build\vc80\ReleaseCRTDLL"
! IntermediateDirectory=".\build\vc80\ReleaseCRTDLL"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
--- 168,173 ----
<Configuration
Name="Release CRTDLL|Win32"
! OutputDirectory="..\build\vc80\xlsdk\ReleaseCRTDLL"
! IntermediateDirectory="..\build\vc80\xlsdk\ReleaseCRTDLL"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
***************
*** 201,208 ****
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
! PrecompiledHeaderFile=".\build\vc80\ReleaseCRTDLL/xlsdk.pch"
! AssemblerListingLocation=".\build\vc80\ReleaseCRTDLL/"
! ObjectFile=".\build\vc80\ReleaseCRTDLL/"
! ProgramDataBaseFileName=".\build\vc80\ReleaseCRTDLL/"
WarningLevel="3"
SuppressStartupBanner="true"
--- 201,208 ----
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
! PrecompiledHeaderFile="..\build\vc80\xlsdk\ReleaseCRTDLL/xlsdk.pch"
! AssemblerListingLocation="..\build\vc80\xlsdk\ReleaseCRTDLL/"
! ObjectFile="..\build\vc80\xlsdk\ReleaseCRTDLL/"
! ProgramDataBaseFileName="..\build\vc80\xlsdk\ReleaseCRTDLL/"
WarningLevel="3"
SuppressStartupBanner="true"
***************
*** 221,225 ****
<Tool
Name="VCLibrarianTool"
! OutputFile="lib\xlsdk-vc80-mt.lib"
SuppressStartupBanner="true"
/>
--- 221,225 ----
<Tool
Name="VCLibrarianTool"
! OutputFile="..\lib\xlsdk-vc80-mt.lib"
SuppressStartupBanner="true"
/>
***************
*** 233,237 ****
Name="VCBscMakeTool"
SuppressStartupBanner="true"
! OutputFile=".\build\vc80\ReleaseCRTDLL/xlsdk.bsc"
/>
<Tool
--- 233,237 ----
Name="VCBscMakeTool"
SuppressStartupBanner="true"
! OutputFile="..\build\vc80\xlsdk\ReleaseCRTDLL/xlsdk.bsc"
/>
<Tool
***************
*** 244,249 ****
<Configuration
Name="Debug CRTDLL|Win32"
! OutputDirectory=".\build\vc80\DebugCRTDLL"
! IntermediateDirectory=".\build\vc80\DebugCRTDLL"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
--- 244,249 ----
<Configuration
Name="Debug CRTDLL|Win32"
! OutputDirectory="..\build\vc80\xlsdk\DebugCRTDLL"
! IntermediateDirectory="..\build\vc80\xlsdk\DebugCRTDLL"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
***************
*** 276,283 ****
RuntimeLibrary="3"
RuntimeTypeInfo="true"
! PrecompiledHeaderFile=".\build\vc80\DebugCRTDLL/xlsdk.pch"
! AssemblerListingLocation=".\build\vc80\DebugCRTDLL/"
! ObjectFile=".\build\vc80\DebugCRTDLL/"
! ProgramDataBaseFileName=".\build\vc80\DebugCRTDLL/"
WarningLevel="3"
SuppressStartupBanner="true"
--- 276,283 ----
RuntimeLibrary="3"
RuntimeTypeInfo="true"
! PrecompiledHeaderFile="..\build\vc80\xlsdk\DebugCRTDLL/xlsdk.pch"
! AssemblerListingLocation="..\build\vc80\xlsdk\DebugCRTDLL/"
! ObjectFile="..\build\vc80\xlsdk\DebugCRTDLL/"
! ProgramDataBaseFileName="..\build\vc80\xlsdk\DebugCRTDLL/"
WarningLevel="3"
SuppressStartupBanner="true"
***************
*** 297,301 ****
<Tool
Name="VCLibrarianTool"
! OutputFile="lib\xlsdk-vc80-mt-gd.lib"
SuppressStartupBanner="true"
/>
--- 297,301 ----
<Tool
Name="VCLibrarianTool"
! OutputFile="..\lib\xlsdk-vc80-mt-gd.lib"
SuppressStartupBanner="true"
/>
***************
*** 309,313 ****
Name="VCBscMakeTool"
SuppressStartupBanner="true"
! OutputFile=".\build\vc80\DebugCRTDLL/xlsdk.bsc"
/>
<Tool
--- 309,313 ----
Name="VCBscMakeTool"
SuppressStartupBanner="true"
! OutputFile="..\build\vc80\xlsdk\DebugCRTDLL/xlsdk.bsc"
/>
<Tool
|