From: <ma...@us...> - 2003-05-23 02:20:52
|
Update of /cvsroot/decaldev/source/PlainText In directory sc8-pr-cvs1:/tmp/cvs-serv7944/PlainText Modified Files: PlainText.def PlainText.vcproj StdAfx.cpp StdAfx.h Log Message: Lots of warning cleanup, and add ReleaseMinDependency configuration to all projects that don't have it (or equivalent). Remove dependence on C Runtime completely. Index: PlainText.def =================================================================== RCS file: /cvsroot/decaldev/source/PlainText/PlainText.def,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PlainText.def 22 Sep 2001 22:50:22 -0000 1.1 --- PlainText.def 23 May 2003 02:20:48 -0000 1.2 *************** *** 4,9 **** EXPORTS ! DllCanUnloadNow @1 PRIVATE ! DllGetClassObject @2 PRIVATE ! DllRegisterServer @3 PRIVATE ! DllUnregisterServer @4 PRIVATE --- 4,9 ---- EXPORTS ! DllCanUnloadNow PRIVATE ! DllGetClassObject PRIVATE ! DllRegisterServer PRIVATE ! DllUnregisterServer PRIVATE Index: PlainText.vcproj =================================================================== RCS file: /cvsroot/decaldev/source/PlainText/PlainText.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PlainText.vcproj 13 May 2003 07:16:12 -0000 1.1 --- PlainText.vcproj 23 May 2003 02:20:49 -0000 1.2 *************** *** 98,102 **** PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" StringPooling="TRUE" ! RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="3" --- 98,102 ---- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" StringPooling="TRUE" ! RuntimeLibrary="0" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="3" Index: StdAfx.cpp =================================================================== RCS file: /cvsroot/decaldev/source/PlainText/StdAfx.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** StdAfx.cpp 3 Oct 2001 08:01:24 -0000 1.2 --- StdAfx.cpp 23 May 2003 02:20:49 -0000 1.3 *************** *** 5,13 **** #include "stdafx.h" - #ifdef _ATL_STATIC_REGISTRY - #include <statreg.h> - #include <statreg.cpp> - #endif - #include <atlimpl.cpp> --- 5,8 ---- Index: StdAfx.h =================================================================== RCS file: /cvsroot/decaldev/source/PlainText/StdAfx.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** StdAfx.h 21 Sep 2002 22:26:21 -0000 1.3 --- StdAfx.h 23 May 2003 02:20:49 -0000 1.4 *************** *** 11,17 **** #define STRICT ! #ifndef _WIN32_WINNT ! #define _WIN32_WINNT 0x0400 ! #endif #define _ATL_APARTMENT_THREADED --- 11,15 ---- #define STRICT ! #define _WIN32_WINDOWS 0x0410 #define _ATL_APARTMENT_THREADED |