Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17355/qlo
Modified Files:
utilities.cpp vcconfig.hpp
Log Message:
Index: utilities.cpp
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/utilities.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** utilities.cpp 30 Aug 2006 10:12:49 -0000 1.4
--- utilities.cpp 19 Oct 2006 09:53:46 -0000 1.5
***************
*** 32,36 ****
#endif
! #define VERSION_STRING "QuantLib version " QLADDIN_VERSION COMPILER_STRING
namespace QuantLibAddin {
--- 32,36 ----
#endif
! #define VERSION_STRING "QuantLib " QLADDIN_VERSION COMPILER_STRING
namespace QuantLibAddin {
Index: vcconfig.hpp
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/vcconfig.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** vcconfig.hpp 12 Jul 2006 16:55:46 -0000 1.1
--- vcconfig.hpp 19 Oct 2006 09:53:46 -0000 1.2
***************
*** 47,56 ****
#if defined(_DEBUG)
! # define RUNTIME_CONFIG "Debug"
#else
! # define RUNTIME_CONFIG "Release"
#endif
! #define COMPILER_STRING " - Microsoft Visual Studio version " VC_VERSION " - Runtime library " RUNTIME_THREAD " " RUNTIME_LINKAGE " " RUNTIME_CONFIG
#endif
--- 47,56 ----
#if defined(_DEBUG)
! # define RUNTIME_CONFIG "Debug Configuration"
#else
! # define RUNTIME_CONFIG "Release Configuration"
#endif
! #define COMPILER_STRING " - MS VC++ " VC_VERSION " - " RUNTIME_THREAD " " RUNTIME_LINKAGE " Runtime library - " RUNTIME_CONFIG
#endif
|