Update of /cvsroot/objecthandler/ObjectHandler/xlsdk
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26746/xlsdk
Modified Files:
auto_link.hpp
Log Message:
discontinue support for VC6
Index: auto_link.hpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/xlsdk/auto_link.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** auto_link.hpp 25 May 2006 17:01:57 -0000 1.1
--- auto_link.hpp 16 Jul 2006 10:17:34 -0000 1.2
***************
*** 21,28 ****
// select toolset:
! #if (_MSC_VER < 1200)
# error "unsupported Microsoft compiler"
- #elif (_MSC_VER == 1200)
- # define XLSDK_LIB_TOOLSET "vc6"
#elif (_MSC_VER == 1300)
# define XLSDK_LIB_TOOLSET "vc7"
--- 21,26 ----
// select toolset:
! #if (_MSC_VER < 1300)
# error "unsupported Microsoft compiler"
#elif (_MSC_VER == 1300)
# define XLSDK_LIB_TOOLSET "vc7"
|