Update of /cvsroot/decaldev/source/DecalFilters
In directory sc8-pr-cvs1:/tmp/cvs-serv7944/DecalFilters
Modified Files:
DecalFilters.vcproj 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: DecalFilters.vcproj
===================================================================
RCS file: /cvsroot/decaldev/source/DecalFilters/DecalFilters.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DecalFilters.vcproj 13 May 2003 07:16:10 -0000 1.1
--- DecalFilters.vcproj 23 May 2003 02:20:46 -0000 1.2
***************
*** 30,34 ****
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
StringPooling="TRUE"
! RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="3"
--- 30,34 ----
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
StringPooling="TRUE"
! RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="3"
Index: StdAfx.h
===================================================================
RCS file: /cvsroot/decaldev/source/DecalFilters/StdAfx.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** StdAfx.h 4 May 2003 00:08:19 -0000 1.10
--- StdAfx.h 23 May 2003 02:20:46 -0000 1.11
***************
*** 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
|