Update of /cvsroot/objecthandler/ObjectHandler
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2567
Modified Files:
.cvsignore ObjectHandler.nsi ohlib_vc8.vcproj
Log Message:
output folder reorganization
Index: .cvsignore
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/.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:08 -0000 1.2
***************
*** 1,5 ****
aclocal.m4
autom4te.cache
- build
config
config.log
--- 1,7 ----
+ build
+ lib
+ xll
aclocal.m4
autom4te.cache
config
config.log
***************
*** 7,11 ****
configure
example.log
- lib
lib.plg
libtool
--- 9,12 ----
Index: ObjectHandler.nsi
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ObjectHandler.nsi,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ObjectHandler.nsi 22 May 2006 10:14:13 -0000 1.2
--- ObjectHandler.nsi 24 May 2006 09:42:08 -0000 1.3
***************
*** 94,98 ****
WriteINIStr "$SMPROGRAMS\ObjectHandler-${VER_NUMBER}\ObjectHandler Home Page.url" \
! "InternetShortcut" "URL" "http://quantlib.org/objecthandler"
WriteUninstaller "ObjectHandlerUninstall.exe"
--- 94,98 ----
WriteINIStr "$SMPROGRAMS\ObjectHandler-${VER_NUMBER}\ObjectHandler Home Page.url" \
! "InternetShortcut" "URL" "http://objecthandler.sourceforge.net"
WriteUninstaller "ObjectHandlerUninstall.exe"
Index: ohlib_vc8.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohlib_vc8.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ohlib_vc8.vcproj 19 May 2006 15:12:41 -0000 1.1
--- ohlib_vc8.vcproj 24 May 2006 09:42:08 -0000 1.2
***************
*** 16,21 ****
<Configuration
Name="Debug|Win32"
! OutputDirectory=".\build\vc80\Debug"
! IntermediateDirectory=".\build\vc80\Debug"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
--- 16,21 ----
<Configuration
Name="Debug|Win32"
! OutputDirectory=".\build\vc80\oh\Debug"
! IntermediateDirectory=".\build\vc80\oh\Debug"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
***************
*** 48,55 ****
RuntimeLibrary="1"
RuntimeTypeInfo="true"
! PrecompiledHeaderFile=".\build\vc80\Debug/ohlib.pch"
! AssemblerListingLocation=".\build\vc80\Debug/"
! ObjectFile=".\build\vc80\Debug/"
! ProgramDataBaseFileName=".\build\vc80\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
--- 48,55 ----
RuntimeLibrary="1"
RuntimeTypeInfo="true"
! PrecompiledHeaderFile=".\build\vc80\oh\Debug/ohlib.pch"
! AssemblerListingLocation=".\build\vc80\oh\Debug/"
! ObjectFile=".\build\vc80\oh\Debug/"
! ProgramDataBaseFileName=".\build\vc80\oh\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
***************
*** 81,85 ****
Name="VCBscMakeTool"
SuppressStartupBanner="true"
! OutputFile=".\build\vc80\Debug/ohlib.bsc"
/>
<Tool
--- 81,85 ----
Name="VCBscMakeTool"
SuppressStartupBanner="true"
! OutputFile=".\build\vc80\oh\Debug/ohlib.bsc"
/>
<Tool
***************
*** 92,97 ****
<Configuration
Name="Release CRTDLL|Win32"
! OutputDirectory=".\build\vc80\ReleaseCRTDLL"
! IntermediateDirectory=".\build\vc80\ReleaseCRTDLL"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
--- 92,97 ----
<Configuration
Name="Release CRTDLL|Win32"
! OutputDirectory=".\build\vc80\oh\ReleaseCRTDLL"
! IntermediateDirectory=".\build\vc80\oh\ReleaseCRTDLL"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
***************
*** 125,132 ****
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
! PrecompiledHeaderFile=".\build\vc80\ReleaseCRTDLL/ohlib.pch"
! AssemblerListingLocation=".\build\vc80\ReleaseCRTDLL/"
! ObjectFile=".\build\vc80\ReleaseCRTDLL/"
! ProgramDataBaseFileName=".\build\vc80\ReleaseCRTDLL/"
WarningLevel="3"
SuppressStartupBanner="true"
--- 125,132 ----
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
! PrecompiledHeaderFile=".\build\vc80\oh\ReleaseCRTDLL/ohlib.pch"
! AssemblerListingLocation=".\build\vc80\oh\ReleaseCRTDLL/"
! ObjectFile=".\build\vc80\oh\ReleaseCRTDLL/"
! ProgramDataBaseFileName=".\build\vc80\oh\ReleaseCRTDLL/"
WarningLevel="3"
SuppressStartupBanner="true"
***************
*** 157,161 ****
Name="VCBscMakeTool"
SuppressStartupBanner="true"
! OutputFile=".\build\vc80\ReleaseCRTDLL/ohlib.bsc"
/>
<Tool
--- 157,161 ----
Name="VCBscMakeTool"
SuppressStartupBanner="true"
! OutputFile=".\build\vc80\oh\ReleaseCRTDLL/ohlib.bsc"
/>
<Tool
***************
*** 168,173 ****
<Configuration
Name="Release|Win32"
! OutputDirectory=".\build\vc80\Release"
! IntermediateDirectory=".\build\vc80\Release"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
--- 168,173 ----
<Configuration
Name="Release|Win32"
! OutputDirectory=".\build\vc80\oh\Release"
! IntermediateDirectory=".\build\vc80\oh\Release"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
***************
*** 201,208 ****
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
! PrecompiledHeaderFile=".\build\vc80\Release/ohlib.pch"
! AssemblerListingLocation=".\build\vc80\Release/"
! ObjectFile=".\build\vc80\Release/"
! ProgramDataBaseFileName=".\build\vc80\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
--- 201,208 ----
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
! PrecompiledHeaderFile=".\build\vc80\oh\Release/ohlib.pch"
! AssemblerListingLocation=".\build\vc80\oh\Release/"
! ObjectFile=".\build\vc80\oh\Release/"
! ProgramDataBaseFileName=".\build\vc80\oh\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
***************
*** 233,237 ****
Name="VCBscMakeTool"
SuppressStartupBanner="true"
! OutputFile=".\build\vc80\Release/ohlib.bsc"
/>
<Tool
--- 233,237 ----
Name="VCBscMakeTool"
SuppressStartupBanner="true"
! OutputFile=".\build\vc80\oh\Release/ohlib.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\oh\DebugCRTDLL"
! IntermediateDirectory=".\build\vc80\oh\DebugCRTDLL"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
***************
*** 276,283 ****
RuntimeLibrary="3"
RuntimeTypeInfo="true"
! PrecompiledHeaderFile=".\build\vc80\DebugCRTDLL/ohlib.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\oh\DebugCRTDLL/ohlib.pch"
! AssemblerListingLocation=".\build\vc80\oh\DebugCRTDLL/"
! ObjectFile=".\build\vc80\oh\DebugCRTDLL/"
! ProgramDataBaseFileName=".\build\vc80\oh\DebugCRTDLL/"
WarningLevel="3"
SuppressStartupBanner="true"
***************
*** 309,313 ****
Name="VCBscMakeTool"
SuppressStartupBanner="true"
! OutputFile=".\build\vc80\DebugCRTDLL/ohlib.bsc"
/>
<Tool
--- 309,313 ----
Name="VCBscMakeTool"
SuppressStartupBanner="true"
! OutputFile=".\build\vc80\oh\DebugCRTDLL/ohlib.bsc"
/>
<Tool
|