objecthandler-cvs Mailing List for ObjectHandler (Page 24)
Brought to you by:
ericehlers,
nando
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(115) |
Jun
(109) |
Jul
(85) |
Aug
(49) |
Sep
(19) |
Oct
(105) |
Nov
(16) |
Dec
(43) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(63) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Eric E. <eri...@us...> - 2006-05-25 11:37:52
|
Update of /cvsroot/objecthandler/log4cxx-0.9.7/include/log4cxx/db In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23954/db Log Message: Directory /cvsroot/objecthandler/log4cxx-0.9.7/include/log4cxx/db added to the repository |
From: Eric E. <eri...@us...> - 2006-05-25 11:37:41
|
Update of /cvsroot/objecthandler/log4cxx-0.9.7/include/log4cxx In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23934/log4cxx Log Message: Directory /cvsroot/objecthandler/log4cxx-0.9.7/include/log4cxx added to the repository |
From: Ferdinando A. <na...@us...> - 2006-05-25 11:37:32
|
Update of /cvsroot/objecthandler/ObjectHandler/oh In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23924/oh Modified Files: logger.cpp Log Message: removing autolink.hpp Index: logger.cpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/oh/logger.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** logger.cpp 25 May 2006 10:45:35 -0000 1.2 --- logger.cpp 25 May 2006 11:37:26 -0000 1.3 *************** *** 21,26 **** #include <oh/logger.hpp> #include <oh/objhandlerdefines.hpp> - #include <log4cxx/helpers/exception.h> #include <oh/exception.hpp> #include <ostream> --- 21,34 ---- #include <oh/logger.hpp> #include <oh/objhandlerdefines.hpp> #include <oh/exception.hpp> + #include <log4cxx/helpers/exception.h> + /* Use BOOST_MSVC instead of _MSC_VER since some other vendors (Metrowerks, + for example) also #define _MSC_VER + */ + #ifdef BOOST_MSVC + # define BOOST_LIB_DIAGNOSTIC + # include <log4cxx/autolink.hpp> + # undef BOOST_LIB_DIAGNOSTIC + #endif #include <ostream> |
From: Eric E. <eri...@us...> - 2006-05-25 11:37:20
|
Update of /cvsroot/objecthandler/log4cxx-0.9.7/docs In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23799/docs Log Message: Directory /cvsroot/objecthandler/log4cxx-0.9.7/docs added to the repository |
From: Eric E. <eri...@us...> - 2006-05-25 11:37:19
|
Update of /cvsroot/objecthandler/log4cxx-0.9.7/include In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23799/include Log Message: Directory /cvsroot/objecthandler/log4cxx-0.9.7/include added to the repository |
From: Eric E. <eri...@us...> - 2006-05-25 11:37:18
|
Update of /cvsroot/objecthandler/log4cxx-0.9.7/performance In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23799/performance Log Message: Directory /cvsroot/objecthandler/log4cxx-0.9.7/performance added to the repository |
From: Eric E. <eri...@us...> - 2006-05-25 11:37:18
|
Update of /cvsroot/objecthandler/log4cxx-0.9.7/src In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23799/src Log Message: Directory /cvsroot/objecthandler/log4cxx-0.9.7/src added to the repository |
From: Eric E. <eri...@us...> - 2006-05-25 11:37:16
|
Update of /cvsroot/objecthandler/log4cxx-0.9.7/msvc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23799/msvc Log Message: Directory /cvsroot/objecthandler/log4cxx-0.9.7/msvc added to the repository |
From: Eric E. <eri...@us...> - 2006-05-25 11:37:16
|
Update of /cvsroot/objecthandler/log4cxx-0.9.7/tests In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23799/tests Log Message: Directory /cvsroot/objecthandler/log4cxx-0.9.7/tests added to the repository |
From: Eric E. <eri...@us...> - 2006-05-25 11:37:16
|
Update of /cvsroot/objecthandler/log4cxx-0.9.7/examples In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23799/examples Log Message: Directory /cvsroot/objecthandler/log4cxx-0.9.7/examples added to the repository |
From: Ferdinando A. <na...@us...> - 2006-05-25 10:45:40
|
Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4676/ohxl/ohxll Modified Files: addin.cpp Log Message: removing autolink.hpp Index: addin.cpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll/addin.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** addin.cpp 19 May 2006 15:12:41 -0000 1.1 --- addin.cpp 25 May 2006 10:45:36 -0000 1.2 *************** *** 21,24 **** --- 21,34 ---- #include <ohxl/export.hpp> #include <ohxl/conversions.hpp> + /* Use BOOST_MSVC instead of _MSC_VER since some other vendors (Metrowerks, + for example) also #define _MSC_VER + */ + #ifdef BOOST_MSVC + # define BOOST_LIB_DIAGNOSTIC + # define BOOST_LIB_NAME boost_unit_test_framework + # include <log4cxx/autolink.hpp> + # undef BOOST_LIB_NAME + # undef BOOST_LIB_DIAGNOSTIC + #endif #include <sstream> |
From: Ferdinando A. <na...@us...> - 2006-05-25 10:45:40
|
Update of /cvsroot/objecthandler/ObjectHandler/Examples/xl In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4676/Examples/xl Modified Files: ExampleXllStatic_vc8.vcproj addinstatic.cpp Log Message: removing autolink.hpp Index: addinstatic.cpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/addinstatic.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** addinstatic.cpp 19 May 2006 15:12:41 -0000 1.1 --- addinstatic.cpp 25 May 2006 10:45:35 -0000 1.2 *************** *** 16,22 **** */ - #include <oh/objhandler.hpp> #include <account.hpp> ! #include <xlsdk/xlsdk.hpp> #include <ohxl/conversions.hpp> #include <ohxl/register.hpp> --- 16,21 ---- */ #include <account.hpp> ! #include <oh/objhandler.hpp> #include <ohxl/conversions.hpp> #include <ohxl/register.hpp> *************** *** 24,27 **** --- 23,35 ---- #include <ohxl/instancenamexl.hpp> #include <ohxl/functioncall.hpp> + #include <xlsdk/xlsdk.hpp> + /* Use BOOST_MSVC instead of _MSC_VER since some other vendors (Metrowerks, + for example) also #define _MSC_VER + */ + #ifdef BOOST_MSVC + # define BOOST_LIB_DIAGNOSTIC + # include <log4cxx/autolink.hpp> + # undef BOOST_LIB_DIAGNOSTIC + #endif #include <sstream> Index: ExampleXllStatic_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/ExampleXllStatic_vc8.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ExampleXllStatic_vc8.vcproj 24 May 2006 14:22:07 -0000 1.3 --- ExampleXllStatic_vc8.vcproj 25 May 2006 10:45:35 -0000 1.4 *************** *** 48,52 **** Name="VCCLCompilerTool" Optimization="0" ! AdditionalIncludeDirectories=".,..\.." PreprocessorDefinitions="XLLSTATIC" MinimalRebuild="true" --- 48,52 ---- Name="VCCLCompilerTool" Optimization="0" ! AdditionalIncludeDirectories=".,..\..,$(LOG4CXX_DIR)\include" PreprocessorDefinitions="XLLSTATIC" MinimalRebuild="true" *************** *** 147,151 **** Optimization="2" InlineFunctionExpansion="1" ! AdditionalIncludeDirectories=".,..\.." PreprocessorDefinitions="XLLSTATIC" StringPooling="true" --- 147,151 ---- Optimization="2" InlineFunctionExpansion="1" ! AdditionalIncludeDirectories=".,..\..,$(LOG4CXX_DIR)\include" PreprocessorDefinitions="XLLSTATIC" StringPooling="true" *************** *** 244,248 **** Optimization="2" InlineFunctionExpansion="1" ! AdditionalIncludeDirectories=".,..\.." PreprocessorDefinitions="XLLSTATIC" StringPooling="true" --- 244,248 ---- Optimization="2" InlineFunctionExpansion="1" ! AdditionalIncludeDirectories=".,..\..,$(LOG4CXX_DIR)\include" PreprocessorDefinitions="XLLSTATIC" StringPooling="true" *************** *** 340,344 **** Name="VCCLCompilerTool" Optimization="0" ! AdditionalIncludeDirectories=".,..\.." PreprocessorDefinitions="XLLSTATIC" MinimalRebuild="true" --- 340,344 ---- Name="VCCLCompilerTool" Optimization="0" ! AdditionalIncludeDirectories=".,..\..,$(LOG4CXX_DIR)\include" PreprocessorDefinitions="XLLSTATIC" MinimalRebuild="true" |
From: Ferdinando A. <na...@us...> - 2006-05-25 10:45:39
|
Update of /cvsroot/objecthandler/ObjectHandler/oh In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4676/oh Modified Files: logger.cpp objecthandlerbase.cpp objhandler.hpp Log Message: removing autolink.hpp Index: objecthandlerbase.cpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/oh/objecthandlerbase.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** objecthandlerbase.cpp 19 May 2006 15:12:41 -0000 1.1 --- objecthandlerbase.cpp 25 May 2006 10:45:35 -0000 1.2 *************** *** 20,23 **** --- 20,24 ---- #include <oh/config.hpp> #endif + #include <oh/objecthandlerbase.hpp> #include <oh/exception.hpp> Index: objhandler.hpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/oh/objhandler.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** objhandler.hpp 19 May 2006 15:12:41 -0000 1.1 --- objhandler.hpp 25 May 2006 10:45:35 -0000 1.2 *************** *** 21,31 **** #include <oh/objhandlerdefines.hpp> - /* Use BOOST_MSVC instead of _MSC_VER since some other vendors - (Metrowerks, for example) also #define _MSC_VER - */ - #if defined BOOST_MSVC // Microsoft Visual C++ - # include <oh/autolink.hpp> - #endif - #include <oh/utilities.hpp> #include <oh/exception.hpp> --- 21,24 ---- Index: logger.cpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/oh/logger.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** logger.cpp 19 May 2006 15:12:41 -0000 1.1 --- logger.cpp 25 May 2006 10:45:35 -0000 1.2 *************** *** 22,29 **** #include <oh/objhandlerdefines.hpp> #include <log4cxx/helpers/exception.h> - // autolink log4cxx - #if defined BOOST_MSVC // Microsoft Visual C++ - #include <log4cxx/autolink.hpp> - #endif #include <oh/exception.hpp> #include <ostream> --- 22,25 ---- |
From: Ferdinando A. <na...@us...> - 2006-05-25 10:45:39
|
Update of /cvsroot/objecthandler/ObjectHandler/Examples/C++ In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4676/Examples/C++ Modified Files: ExampleCpp_vc8.vcproj example.cpp Log Message: removing autolink.hpp Index: example.cpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/C++/example.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** example.cpp 19 May 2006 15:12:41 -0000 1.1 --- example.cpp 25 May 2006 10:45:34 -0000 1.2 *************** *** 16,23 **** */ #include <sstream> #include <iostream> #include <exception> - #include <account.hpp> int main() { --- 16,33 ---- */ + #include <account.hpp> + /* Use BOOST_MSVC instead of _MSC_VER since some other vendors (Metrowerks, + for example) also #define _MSC_VER + */ + #ifdef BOOST_MSVC + # define BOOST_LIB_DIAGNOSTIC + # define BOOST_LIB_NAME boost_unit_test_framework + # include <log4cxx/autolink.hpp> + # undef BOOST_LIB_NAME + # undef BOOST_LIB_DIAGNOSTIC + #endif #include <sstream> #include <iostream> #include <exception> int main() { Index: ExampleCpp_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/C++/ExampleCpp_vc8.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ExampleCpp_vc8.vcproj 19 May 2006 15:12:41 -0000 1.1 --- ExampleCpp_vc8.vcproj 25 May 2006 10:45:34 -0000 1.2 *************** *** 45,49 **** Optimization="2" InlineFunctionExpansion="1" ! AdditionalIncludeDirectories=".,..\.." PreprocessorDefinitions="NDEBUG;_CONSOLE;LOG4CXX_STATIC;WIN32" StringPooling="true" --- 45,49 ---- Optimization="2" InlineFunctionExpansion="1" ! AdditionalIncludeDirectories=".,..\..,$(LOG4CXX_DIR)\include" PreprocessorDefinitions="NDEBUG;_CONSOLE;LOG4CXX_STATIC;WIN32" StringPooling="true" *************** *** 137,141 **** Name="VCCLCompilerTool" Optimization="0" ! AdditionalIncludeDirectories=".,..\.." PreprocessorDefinitions="_DEBUG;_CONSOLE;LOG4CXX_STATIC;WIN32" MinimalRebuild="true" --- 137,141 ---- Name="VCCLCompilerTool" Optimization="0" ! AdditionalIncludeDirectories=".,..\..,$(LOG4CXX_DIR)\include" PreprocessorDefinitions="_DEBUG;_CONSOLE;LOG4CXX_STATIC;WIN32" MinimalRebuild="true" *************** *** 232,236 **** Optimization="2" InlineFunctionExpansion="1" ! AdditionalIncludeDirectories=".,..\.." PreprocessorDefinitions="NDEBUG;_CONSOLE;LOG4CXX_STATIC;WIN32" StringPooling="true" --- 232,236 ---- Optimization="2" InlineFunctionExpansion="1" ! AdditionalIncludeDirectories=".,..\..,$(LOG4CXX_DIR)\include" PreprocessorDefinitions="NDEBUG;_CONSOLE;LOG4CXX_STATIC;WIN32" StringPooling="true" *************** *** 324,328 **** Name="VCCLCompilerTool" Optimization="0" ! AdditionalIncludeDirectories=".,..\.." PreprocessorDefinitions="_DEBUG;_CONSOLE;LOG4CXX_STATIC;WIN32" MinimalRebuild="true" --- 324,328 ---- Name="VCCLCompilerTool" Optimization="0" ! AdditionalIncludeDirectories=".,..\..,$(LOG4CXX_DIR)\include" PreprocessorDefinitions="_DEBUG;_CONSOLE;LOG4CXX_STATIC;WIN32" MinimalRebuild="true" *************** *** 393,405 **** <Files> <File ! RelativePath="example.cpp" > </File> <File ! RelativePath="account.cpp" > </File> <File ! RelativePath="account.hpp" > </File> --- 393,405 ---- <Files> <File ! RelativePath="account.cpp" > </File> <File ! RelativePath="account.hpp" > </File> <File ! RelativePath="example.cpp" > </File> |
From: Ferdinando A. <na...@us...> - 2006-05-25 10:19:18
|
Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27803/ohxl/ohxll Modified Files: ohxll_vc8.vcproj Log Message: output folder reorganization Index: ohxll_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll/ohxll_vc8.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ohxll_vc8.vcproj 24 May 2006 11:28:57 -0000 1.3 --- ohxll_vc8.vcproj 25 May 2006 10:19:01 -0000 1.4 *************** *** 81,86 **** AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" GenerateDebugInformation="true" ! ProgramDatabaseFile="..\..\xll/ObjectHandler-vc80-mt-gd-0_1_4.pdb" ! ImportLibrary="..\..\xll/ObjectHandler-vc80-mt-gd-0_1_4.lib" TargetMachine="1" /> --- 81,86 ---- AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" GenerateDebugInformation="true" ! ProgramDatabaseFile="..\..\xll/ObjectHandler-xll-vc80-mt-gd-0_1_4.pdb" ! ImportLibrary="..\..\xll/ObjectHandler-xll-vc80-mt-gd-0_1_4.lib" TargetMachine="1" /> *************** *** 178,183 **** SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" ! ProgramDatabaseFile="..\..\xll/ObjectHandler-vc80-mt-0_1_4.pdb" ! ImportLibrary="..\..\xll/ObjectHandler-vc80-mt-0_1_4.lib" TargetMachine="1" /> --- 178,183 ---- SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" ! ProgramDatabaseFile="..\..\xll/ObjectHandler-xll-vc80-mt-0_1_4.pdb" ! ImportLibrary="..\..\xll/ObjectHandler-xll-vc80-mt-0_1_4.lib" TargetMachine="1" /> |
From: Ferdinando A. <na...@us...> - 2006-05-25 10:19:14
|
Update of /cvsroot/objecthandler/ObjectHandler/Examples/xl In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27803/Examples/xl Modified Files: ExampleXllDynamic1_vc8.vcproj ExampleXllDynamic2_vc8.vcproj Log Message: output folder reorganization Index: ExampleXllDynamic2_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/ExampleXllDynamic2_vc8.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ExampleXllDynamic2_vc8.vcproj 24 May 2006 14:22:07 -0000 1.3 --- ExampleXllDynamic2_vc8.vcproj 25 May 2006 10:19:00 -0000 1.4 *************** *** 79,83 **** LinkIncremental="2" SuppressStartupBanner="true" ! AdditionalLibraryDirectories="..\..\lib" GenerateDebugInformation="true" ProgramDatabaseFile=".\build\vc80\DebugCRTDLL/ExampleXLLDynamic2-vc80-mt-gd-0_1_4.pdb" --- 79,83 ---- LinkIncremental="2" SuppressStartupBanner="true" ! AdditionalLibraryDirectories="..\..\lib,..\..\xll" GenerateDebugInformation="true" ProgramDatabaseFile=".\build\vc80\DebugCRTDLL/ExampleXLLDynamic2-vc80-mt-gd-0_1_4.pdb" *************** *** 177,181 **** LinkIncremental="1" SuppressStartupBanner="true" ! AdditionalLibraryDirectories="..\..\lib" ProgramDatabaseFile=".\build\vc80\ReleaseCRTDLL/ExampleXLLDynamic2-vc80-mt-0_1_4.pdb" ImportLibrary=".\build\vc80\ReleaseCRTDLL/ExampleXLLDynamic2-vc80-mt-0_1_4.lib" --- 177,181 ---- LinkIncremental="1" SuppressStartupBanner="true" ! AdditionalLibraryDirectories="..\..\lib,..\..\xll" ProgramDatabaseFile=".\build\vc80\ReleaseCRTDLL/ExampleXLLDynamic2-vc80-mt-0_1_4.pdb" ImportLibrary=".\build\vc80\ReleaseCRTDLL/ExampleXLLDynamic2-vc80-mt-0_1_4.lib" Index: ExampleXllDynamic1_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/ExampleXllDynamic1_vc8.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ExampleXllDynamic1_vc8.vcproj 24 May 2006 14:22:07 -0000 1.4 --- ExampleXllDynamic1_vc8.vcproj 25 May 2006 10:19:00 -0000 1.5 *************** *** 79,83 **** LinkIncremental="1" SuppressStartupBanner="true" ! AdditionalLibraryDirectories="..\..\lib" ProgramDatabaseFile=".\build\vc80\ReleaseCRTDLL/" ImportLibrary=".\build\vc80\ReleaseCRTDLL/ExampleXLLDynamic1-vc80-mt-0_1_4.lib" --- 79,83 ---- LinkIncremental="1" SuppressStartupBanner="true" ! AdditionalLibraryDirectories="..\..\lib,..\..\xll" ProgramDatabaseFile=".\build\vc80\ReleaseCRTDLL/" ImportLibrary=".\build\vc80\ReleaseCRTDLL/ExampleXLLDynamic1-vc80-mt-0_1_4.lib" *************** *** 176,180 **** LinkIncremental="2" SuppressStartupBanner="true" ! AdditionalLibraryDirectories="..\..\lib" GenerateDebugInformation="true" ProgramDatabaseFile=".\build\vc80\DebugCRTDLL/" --- 176,180 ---- LinkIncremental="2" SuppressStartupBanner="true" ! AdditionalLibraryDirectories="..\..\lib,..\..\xll" GenerateDebugInformation="true" ProgramDatabaseFile=".\build\vc80\DebugCRTDLL/" |
From: Ferdinando A. <na...@us...> - 2006-05-25 10:19:13
|
Update of /cvsroot/objecthandler/ObjectHandler/oh In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27803/oh Modified Files: autolink.hpp Log Message: output folder reorganization Index: autolink.hpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/oh/autolink.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** autolink.hpp 24 May 2006 16:27:51 -0000 1.2 --- autolink.hpp 25 May 2006 10:19:01 -0000 1.3 *************** *** 62,66 **** #if defined(XLL_STATIC) # define OBJHANDLER_LIB_TYPE "-xllib" ! #elif defined(XLL_IMPORT) # define OBJHANDLER_LIB_TYPE "-xll" #else --- 62,66 ---- #if defined(XLL_STATIC) # define OBJHANDLER_LIB_TYPE "-xllib" ! #elif defined(XLL_IMPORTS) # define OBJHANDLER_LIB_TYPE "-xll" #else |
From: Ferdinando A. <na...@us...> - 2006-05-24 16:27:56
|
Update of /cvsroot/objecthandler/ObjectHandler/oh In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25224/oh Modified Files: autolink.hpp Log Message: output folder reorganization Index: autolink.hpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/oh/autolink.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** autolink.hpp 19 May 2006 15:12:41 -0000 1.1 --- autolink.hpp 24 May 2006 16:27:51 -0000 1.2 *************** *** 59,63 **** #endif ! #define OBJHANDLER_LIB_NAME "ObjectHandler-" OBJHANDLER_LIB_TOOLSET OBJHANDLER_LIB_THREAD_OPT OBJHANDLER_LIB_RT_OPT "-" OBJHANDLER_LIB_VERSION ".lib" #pragma comment(lib, OBJHANDLER_LIB_NAME) --- 59,73 ---- #endif ! // select OH lib ! #if defined(XLL_STATIC) ! # define OBJHANDLER_LIB_TYPE "-xllib" ! #elif defined(XLL_IMPORT) ! # define OBJHANDLER_LIB_TYPE "-xll" ! #else ! # define OBJHANDLER_LIB_TYPE "" ! #endif ! ! ! #define OBJHANDLER_LIB_NAME "ObjectHandler" OBJHANDLER_LIB_TYPE "-" OBJHANDLER_LIB_TOOLSET OBJHANDLER_LIB_THREAD_OPT OBJHANDLER_LIB_RT_OPT "-" OBJHANDLER_LIB_VERSION ".lib" #pragma comment(lib, OBJHANDLER_LIB_NAME) |
From: Ferdinando A. <na...@us...> - 2006-05-24 14:22:19
|
Update of /cvsroot/objecthandler/ObjectHandler In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11602 Modified Files: ObjectHandler.nsi Log Message: output folder reorganization Index: ObjectHandler.nsi =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ObjectHandler.nsi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ObjectHandler.nsi 24 May 2006 09:42:08 -0000 1.3 --- ObjectHandler.nsi 24 May 2006 14:22:07 -0000 1.4 *************** *** 5,8 **** --- 5,9 ---- !define VER_NUMBER "0.1.4" + !define /date NOW "%Y%m%d-%H_%M" # HEADER CONFIGURATION COMMANDS *************** *** 10,14 **** Caption "ObjectHandler - Setup" #do not change the name below ! OutFile "..\ObjectHandler-${VER_NUMBER}.exe" InstType "Full (w/ WinHelp Documentation)" --- 11,15 ---- Caption "ObjectHandler - Setup" #do not change the name below ! OutFile "..\ObjectHandler-${VER_NUMBER}-${NOW}.exe" InstType "Full (w/ WinHelp Documentation)" |
From: Ferdinando A. <na...@us...> - 2006-05-24 14:22:18
|
Update of /cvsroot/objecthandler/ObjectHandler/Examples/xl In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11602/Examples/xl Modified Files: ExampleXllDynamic1_vc8.vcproj ExampleXllDynamic2_vc8.vcproj ExampleXllStatic_vc8.vcproj account.cpp Log Message: output folder reorganization Index: ExampleXllDynamic1_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/ExampleXllDynamic1_vc8.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ExampleXllDynamic1_vc8.vcproj 24 May 2006 11:28:56 -0000 1.3 --- ExampleXllDynamic1_vc8.vcproj 24 May 2006 14:22:07 -0000 1.4 *************** *** 50,54 **** InlineFunctionExpansion="1" AdditionalIncludeDirectories=".,..\.." ! PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;XLL_IMPORTS;WIN32;LOG4CXX_STATIC" StringPooling="true" RuntimeLibrary="2" --- 50,54 ---- InlineFunctionExpansion="1" AdditionalIncludeDirectories=".,..\.." ! PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;WIN32;XLL_IMPORTS;LOG4CXX_STATIC" StringPooling="true" RuntimeLibrary="2" *************** *** 146,150 **** Optimization="0" AdditionalIncludeDirectories=".,..\.." ! PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;XLL_IMPORTS;WIN32;LOG4CXX_STATIC" MinimalRebuild="true" BasicRuntimeChecks="3" --- 146,150 ---- Optimization="0" AdditionalIncludeDirectories=".,..\.." ! PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;WIN32;XLL_IMPORTS;LOG4CXX_STATIC" MinimalRebuild="true" BasicRuntimeChecks="3" Index: ExampleXllDynamic2_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/ExampleXllDynamic2_vc8.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ExampleXllDynamic2_vc8.vcproj 24 May 2006 09:42:09 -0000 1.2 --- ExampleXllDynamic2_vc8.vcproj 24 May 2006 14:22:07 -0000 1.3 *************** *** 49,53 **** Optimization="0" AdditionalIncludeDirectories=".,..\.." ! PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;XLL_IMPORTS;WIN32;LOG4CXX_STATIC" MinimalRebuild="true" BasicRuntimeChecks="3" --- 49,53 ---- Optimization="0" AdditionalIncludeDirectories=".,..\.." ! PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;WIN32;XLL_IMPORTS;LOG4CXX_STATIC" MinimalRebuild="true" BasicRuntimeChecks="3" *************** *** 148,152 **** InlineFunctionExpansion="1" AdditionalIncludeDirectories=".,..\.." ! PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;XLL_IMPORTS;WIN32;LOG4CXX_STATIC" StringPooling="true" RuntimeLibrary="2" --- 148,152 ---- InlineFunctionExpansion="1" AdditionalIncludeDirectories=".,..\.." ! PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;WIN32;XLL_IMPORTS;LOG4CXX_STATIC" StringPooling="true" RuntimeLibrary="2" Index: account.cpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/account.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** account.cpp 19 May 2006 15:12:41 -0000 1.1 --- account.cpp 24 May 2006 14:22:07 -0000 1.2 *************** *** 44,56 **** std::vector<std::string> AccountValueObject::getPropertyNames() const { - #ifdef OBJHANDLER_PATCH_MSVC6 - std::vector<std::string> ret; - const int max = sizeof(mPropertyNames)/sizeof(const char*); - for (int i=0; i<max; i++) ret.push_back(mPropertyNames[i]); - return ret; - #else return std::vector<std::string>( mPropertyNames, mPropertyNames + sizeof(mPropertyNames)/sizeof(const char*)); - #endif } --- 44,49 ---- Index: ExampleXllStatic_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/ExampleXllStatic_vc8.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ExampleXllStatic_vc8.vcproj 24 May 2006 09:42:09 -0000 1.2 --- ExampleXllStatic_vc8.vcproj 24 May 2006 14:22:07 -0000 1.3 *************** *** 49,53 **** Optimization="0" AdditionalIncludeDirectories=".,..\.." ! PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;XLL_STATIC;WIN32;LOG4CXX_STATIC" MinimalRebuild="true" BasicRuntimeChecks="3" --- 49,53 ---- Optimization="0" AdditionalIncludeDirectories=".,..\.." ! PreprocessorDefinitions="XLLSTATIC" MinimalRebuild="true" BasicRuntimeChecks="3" *************** *** 148,152 **** InlineFunctionExpansion="1" AdditionalIncludeDirectories=".,..\.." ! PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;XLL_STATIC;WIN32;LOG4CXX_STATIC" StringPooling="true" RuntimeLibrary="0" --- 148,152 ---- InlineFunctionExpansion="1" AdditionalIncludeDirectories=".,..\.." ! PreprocessorDefinitions="XLLSTATIC" StringPooling="true" RuntimeLibrary="0" *************** *** 245,249 **** InlineFunctionExpansion="1" AdditionalIncludeDirectories=".,..\.." ! PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;XLL_STATIC;WIN32;LOG4CXX_STATIC" StringPooling="true" RuntimeLibrary="2" --- 245,249 ---- InlineFunctionExpansion="1" AdditionalIncludeDirectories=".,..\.." ! PreprocessorDefinitions="XLLSTATIC" StringPooling="true" RuntimeLibrary="2" *************** *** 341,345 **** Optimization="0" AdditionalIncludeDirectories=".,..\.." ! PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;XLL_STATIC;WIN32;LOG4CXX_STATIC" MinimalRebuild="true" BasicRuntimeChecks="3" --- 341,345 ---- Optimization="0" AdditionalIncludeDirectories=".,..\.." ! PreprocessorDefinitions="XLLSTATIC" MinimalRebuild="true" BasicRuntimeChecks="3" |
From: Eric E. <eri...@us...> - 2006-05-24 12:39:58
|
Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxllib In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4576/ohxl/ohxllib Modified Files: .cvsignore Log Message: Index: .cvsignore =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxllib/.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 12:39:54 -0000 1.2 *************** *** 1,5 **** - ohxllib.plg - build - lib *.user Makefile --- 1,2 ---- |
From: Ferdinando A. <na...@us...> - 2006-05-24 11:29:07
|
Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10456/ohxl/ohxll Modified Files: ohxll_vc8.vcproj Log Message: Index: ohxll_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll/ohxll_vc8.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ohxll_vc8.vcproj 24 May 2006 09:42:09 -0000 1.2 --- ohxll_vc8.vcproj 24 May 2006 11:28:57 -0000 1.3 *************** *** 2,6 **** <VisualStudioProject ProjectType="Visual C++" ! Version="8,00" Name="ohxll" ProjectGUID="{04D7369F-47BC-46B0-A374-41635A9656D8}" --- 2,6 ---- <VisualStudioProject ProjectType="Visual C++" ! Version="8.00" Name="ohxll" ProjectGUID="{04D7369F-47BC-46B0-A374-41635A9656D8}" *************** *** 42,46 **** SuppressStartupBanner="true" TargetEnvironment="1" ! TypeLibraryName="..\..\xll/ohxll.tlb" HeaderFileName="" /> --- 42,46 ---- SuppressStartupBanner="true" TargetEnvironment="1" ! TypeLibraryName=".\xll/ohxll.tlb" HeaderFileName="" /> *************** *** 81,86 **** AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" GenerateDebugInformation="true" ! ProgramDatabaseFile="..\..\lib/ObjectHandler-xll-vc80-mt-gd-0_1_4.pdb" ! ImportLibrary="..\..\lib/ObjectHandler-xll-vc80-mt-gd-0_1_4.lib" TargetMachine="1" /> --- 81,86 ---- AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" GenerateDebugInformation="true" ! ProgramDatabaseFile="..\..\xll/ObjectHandler-vc80-mt-gd-0_1_4.pdb" ! ImportLibrary="..\..\xll/ObjectHandler-vc80-mt-gd-0_1_4.lib" TargetMachine="1" /> *************** *** 97,101 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile="..\..\xll/ohxll.bsc" /> <Tool --- 97,101 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\xll/ohxll.bsc" /> <Tool *************** *** 140,144 **** SuppressStartupBanner="true" TargetEnvironment="1" ! TypeLibraryName="..\..\xll/ohxll.tlb" HeaderFileName="" /> --- 140,144 ---- SuppressStartupBanner="true" TargetEnvironment="1" ! TypeLibraryName=".\xll/ohxll.tlb" HeaderFileName="" /> *************** *** 178,183 **** SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" ! ProgramDatabaseFile="..\..\lib/ObjectHandler-xll-vc80-mt-0_1_4.pdb" ! ImportLibrary="..\..\lib/ObjectHandler-xll-vc80-mt-0_1_4.lib" TargetMachine="1" /> --- 178,183 ---- SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" ! ProgramDatabaseFile="..\..\xll/ObjectHandler-vc80-mt-0_1_4.pdb" ! ImportLibrary="..\..\xll/ObjectHandler-vc80-mt-0_1_4.lib" TargetMachine="1" /> *************** *** 194,198 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile="..\..\xll/ohxll.bsc" /> <Tool --- 194,198 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\xll/ohxll.bsc" /> <Tool |
From: Ferdinando A. <na...@us...> - 2006-05-24 11:29:07
|
Update of /cvsroot/objecthandler/ObjectHandler/Examples/xl In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10456/Examples/xl Modified Files: ExampleXllDynamic1_vc8.vcproj Log Message: Index: ExampleXllDynamic1_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/ExampleXllDynamic1_vc8.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ExampleXllDynamic1_vc8.vcproj 24 May 2006 09:42:09 -0000 1.2 --- ExampleXllDynamic1_vc8.vcproj 24 May 2006 11:28:56 -0000 1.3 *************** *** 80,84 **** SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\lib" ! ProgramDatabaseFile=".\build\vc80\ReleaseCRTDLL/ExampleXLLDynamic1-vc80-mt-0_1_4.pdb" ImportLibrary=".\build\vc80\ReleaseCRTDLL/ExampleXLLDynamic1-vc80-mt-0_1_4.lib" TargetMachine="1" --- 80,84 ---- SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\lib" ! ProgramDatabaseFile=".\build\vc80\ReleaseCRTDLL/" ImportLibrary=".\build\vc80\ReleaseCRTDLL/ExampleXLLDynamic1-vc80-mt-0_1_4.lib" TargetMachine="1" *************** *** 178,182 **** AdditionalLibraryDirectories="..\..\lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\DebugCRTDLL/ExampleXLLDynamic1-vc80-mt-gd-0_1_4.pdb" ImportLibrary=".\build\vc80\DebugCRTDLL/ExampleXLLDynamic1-vc80-mt-gd-0_1_4.lib" TargetMachine="1" --- 178,182 ---- AdditionalLibraryDirectories="..\..\lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\DebugCRTDLL/" ImportLibrary=".\build\vc80\DebugCRTDLL/ExampleXLLDynamic1-vc80-mt-gd-0_1_4.lib" TargetMachine="1" |
From: Ferdinando A. <na...@us...> - 2006-05-24 09:42:16
|
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 |
From: Ferdinando A. <na...@us...> - 2006-05-24 09:42:16
|
Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2567/ohxl/ohxll Modified Files: .cvsignore ohxll_vc8.vcproj Log Message: output folder reorganization Index: .cvsignore =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll/.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,4 **** - xll - build ohxll.plg *.user --- 1,2 ---- Index: ohxll_vc8.vcproj =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll/ohxll_vc8.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ohxll_vc8.vcproj 19 May 2006 15:12:41 -0000 1.1 --- ohxll_vc8.vcproj 24 May 2006 09:42:09 -0000 1.2 *************** *** 16,21 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\xll" ! IntermediateDirectory=".\build\vc80\DebugCRTDLL" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 16,21 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory="..\..\xll" ! IntermediateDirectory="..\..\build\vc80\ohxll\DebugCRTDLL" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 42,46 **** SuppressStartupBanner="true" TargetEnvironment="1" ! TypeLibraryName=".\xll/ohxll.tlb" HeaderFileName="" /> --- 42,46 ---- SuppressStartupBanner="true" TargetEnvironment="1" ! TypeLibraryName="..\..\xll/ohxll.tlb" HeaderFileName="" /> *************** *** 54,61 **** RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\DebugCRTDLL/ohxll.pch" ! AssemblerListingLocation=".\build\vc80\DebugCRTDLL/" ! ObjectFile=".\build\vc80\DebugCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 54,61 ---- RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile="..\..\build\vc80\ohxll\DebugCRTDLL/ohxll.pch" ! AssemblerListingLocation="..\..\build\vc80\ohxll\DebugCRTDLL/" ! ObjectFile="..\..\build\vc80\ohxll\DebugCRTDLL/" ! ProgramDataBaseFileName="..\..\build\vc80\ohxll\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 76,86 **** Name="VCLinkerTool" AdditionalDependencies="odbc32.lib odbccp32.lib Ws2_32.lib advapi32.lib" ! OutputFile="xll\ObjectHandler-vc80-mt-gd-0_1_4.xll" LinkIncremental="2" SuppressStartupBanner="true" ! AdditionalLibraryDirectories="..\lib,..\xlsdk\lib,$(LOG4CXX_DIR)\msvc\Lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\xll/ObjectHandler-vc80-mt-gd-0_1_4.pdb" ! ImportLibrary=".\xll/ObjectHandler-vc80-mt-gd-0_1_4.lib" TargetMachine="1" /> --- 76,86 ---- Name="VCLinkerTool" AdditionalDependencies="odbc32.lib odbccp32.lib Ws2_32.lib advapi32.lib" ! OutputFile="..\..\xll\ObjectHandler-xll-vc80-mt-gd-0_1_4.xll" LinkIncremental="2" SuppressStartupBanner="true" ! AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" GenerateDebugInformation="true" ! ProgramDatabaseFile="..\..\lib/ObjectHandler-xll-vc80-mt-gd-0_1_4.pdb" ! ImportLibrary="..\..\lib/ObjectHandler-xll-vc80-mt-gd-0_1_4.lib" TargetMachine="1" /> *************** *** 97,101 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\xll/ohxll.bsc" /> <Tool --- 97,101 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile="..\..\xll/ohxll.bsc" /> <Tool *************** *** 114,119 **** <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\xll" ! IntermediateDirectory=".\build\vc80\ReleaseCRTDLL" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 114,119 ---- <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory="..\..\xll" ! IntermediateDirectory="..\..\build\vc80\ohxll\ReleaseCRTDLL" ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 140,144 **** SuppressStartupBanner="true" TargetEnvironment="1" ! TypeLibraryName=".\xll/ohxll.tlb" HeaderFileName="" /> --- 140,144 ---- SuppressStartupBanner="true" TargetEnvironment="1" ! TypeLibraryName="..\..\xll/ohxll.tlb" HeaderFileName="" /> *************** *** 153,160 **** EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\ReleaseCRTDLL/ohxll.pch" ! AssemblerListingLocation=".\build\vc80\ReleaseCRTDLL/" ! ObjectFile=".\build\vc80\ReleaseCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 153,160 ---- EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile="..\..\build\vc80\ohxll\ReleaseCRTDLL/ohxll.pch" ! AssemblerListingLocation="..\..\build\vc80\ohxll\ReleaseCRTDLL/" ! ObjectFile="..\..\build\vc80\ohxll\ReleaseCRTDLL/" ! ProgramDataBaseFileName="..\..\build\vc80\ohxll\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 174,183 **** Name="VCLinkerTool" AdditionalDependencies="odbc32.lib odbccp32.lib Ws2_32.lib advapi32.lib" ! OutputFile="xll\ObjectHandler-vc80-mt-0_1_4.xll" LinkIncremental="1" SuppressStartupBanner="true" ! AdditionalLibraryDirectories="..\xlsdk\lib,$(LOG4CXX_DIR)\msvc\Lib" ! ProgramDatabaseFile=".\xll/ObjectHandler-vc80-mt-0_1_4.pdb" ! ImportLibrary=".\xll/ObjectHandler-vc80-mt-0_1_4.lib" TargetMachine="1" /> --- 174,183 ---- Name="VCLinkerTool" AdditionalDependencies="odbc32.lib odbccp32.lib Ws2_32.lib advapi32.lib" ! OutputFile="..\..\xll\ObjectHandler-xll-vc80-mt-0_1_4.xll" LinkIncremental="1" SuppressStartupBanner="true" ! AdditionalLibraryDirectories="..\..\lib,$(LOG4CXX_DIR)\msvc\Lib" ! ProgramDatabaseFile="..\..\lib/ObjectHandler-xll-vc80-mt-0_1_4.pdb" ! ImportLibrary="..\..\lib/ObjectHandler-xll-vc80-mt-0_1_4.lib" TargetMachine="1" /> *************** *** 194,198 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\xll/ohxll.bsc" /> <Tool --- 194,198 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile="..\..\xll/ohxll.bsc" /> <Tool |