diff options
35 files changed, 256 insertions, 111 deletions
diff --git a/cppe/demo/IceE/MFC/client/mfchelloC_CE.vcproj b/cppe/demo/IceE/MFC/client/mfchelloC_CE.vcproj index a7ff931f65c..9ead500ce28 100755 --- a/cppe/demo/IceE/MFC/client/mfchelloC_CE.vcproj +++ b/cppe/demo/IceE/MFC/client/mfchelloC_CE.vcproj @@ -150,10 +150,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,..\..\..\..\include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;ICEE_PURE_CLIENT;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE"
+ StringPooling="true"
RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -550,10 +552,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,..\..\..\..\include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;ICEE_STATIC_LIBS;ICEE_PURE_CLIENT;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/demo/IceE/MFC/server/mfchelloS_CE.vcproj b/cppe/demo/IceE/MFC/server/mfchelloS_CE.vcproj index 77ea56f5e2f..d18a66e3849 100755 --- a/cppe/demo/IceE/MFC/server/mfchelloS_CE.vcproj +++ b/cppe/demo/IceE/MFC/server/mfchelloS_CE.vcproj @@ -559,10 +559,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,..\..\..\..\include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -759,10 +761,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,..\..\..\..\include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
+ StringPooling="true"
RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/demo/IceE/chat/mfcchatC_CE.vcproj b/cppe/demo/IceE/chat/mfcchatC_CE.vcproj index 66fe513a01d..c29381579dc 100755 --- a/cppe/demo/IceE/chat/mfcchatC_CE.vcproj +++ b/cppe/demo/IceE/chat/mfcchatC_CE.vcproj @@ -559,10 +559,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,..\..\..\include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -759,10 +761,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,..\..\..\include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/demo/IceE/latency/latencyC_CE.vcproj b/cppe/demo/IceE/latency/latencyC_CE.vcproj index c0cffca1598..8ef180faffc 100755 --- a/cppe/demo/IceE/latency/latencyC_CE.vcproj +++ b/cppe/demo/IceE/latency/latencyC_CE.vcproj @@ -355,10 +355,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="2"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_PURE_CLIENT"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -556,10 +558,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="2"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;ICEE_STATIC_LIBS;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_PURE_CLIENT"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/demo/IceE/latency/latencyS_CE.vcproj b/cppe/demo/IceE/latency/latencyS_CE.vcproj index 74ed4e9a1b6..0cfce873bae 100755 --- a/cppe/demo/IceE/latency/latencyS_CE.vcproj +++ b/cppe/demo/IceE/latency/latencyS_CE.vcproj @@ -561,10 +561,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="2"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -762,10 +764,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="2"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/demo/IceE/minimal/minimalC_CE.vcproj b/cppe/demo/IceE/minimal/minimalC_CE.vcproj index 2a770380f59..9fa99633075 100755 --- a/cppe/demo/IceE/minimal/minimalC_CE.vcproj +++ b/cppe/demo/IceE/minimal/minimalC_CE.vcproj @@ -150,10 +150,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;ICEE_STATIC_LIBS;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_PURE_CLIENT"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -351,10 +353,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_PURE_CLIENT"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/demo/IceE/minimal/minimalS_CE.vcproj b/cppe/demo/IceE/minimal/minimalS_CE.vcproj index 0d77b2a22af..6b34c2e748d 100755 --- a/cppe/demo/IceE/minimal/minimalS_CE.vcproj +++ b/cppe/demo/IceE/minimal/minimalS_CE.vcproj @@ -561,10 +561,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -762,10 +764,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/demo/IceE/throughput/throughputC_CE.vcproj b/cppe/demo/IceE/throughput/throughputC_CE.vcproj index 6f5eb94d0e0..f9d8a7d42bd 100755 --- a/cppe/demo/IceE/throughput/throughputC_CE.vcproj +++ b/cppe/demo/IceE/throughput/throughputC_CE.vcproj @@ -357,10 +357,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="2"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_PURE_CLIENT"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -558,10 +560,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="2"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;ICEE_STATIC_LIBS;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_PURE_CLIENT"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/demo/IceE/throughput/throughputS_CE.vcproj b/cppe/demo/IceE/throughput/throughputS_CE.vcproj index 4f7ead387ff..703a59f993f 100755 --- a/cppe/demo/IceE/throughput/throughputS_CE.vcproj +++ b/cppe/demo/IceE/throughput/throughputS_CE.vcproj @@ -151,10 +151,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="2"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -556,10 +558,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="2"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/src/IceE/ice_CE.vcproj b/cppe/src/IceE/ice_CE.vcproj index 20f7cd77aab..5890340f838 100755 --- a/cppe/src/IceE/ice_CE.vcproj +++ b/cppe/src/IceE/ice_CE.vcproj @@ -129,10 +129,13 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories="..,../../include"
PreprocessorDefinitions="NDEBUG;ARM;_ARM_;ARMV4;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;_LIB;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/ice.pch"
@@ -691,10 +694,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories="..,../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;UNICODE;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);_USRDLL;ICE_API_EXPORTS"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
RuntimeTypeInfo="true"
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/ice.pch"
AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)/"
@@ -5176,11 +5181,11 @@ >
</File>
<File
- RelativePath="..\..\include\IceE\Config.h"
+ RelativePath="..\..\include\IceUtil\Config.h"
>
</File>
<File
- RelativePath="..\..\include\IceUtil\Config.h"
+ RelativePath="..\..\include\IceE\Config.h"
>
</File>
<File
@@ -5228,11 +5233,11 @@ >
</File>
<File
- RelativePath="..\..\include\IceE\Exception.h"
+ RelativePath="..\..\include\IceUtil\Exception.h"
>
</File>
<File
- RelativePath="..\..\include\IceUtil\Exception.h"
+ RelativePath="..\..\include\IceE\Exception.h"
>
</File>
<File
@@ -5248,19 +5253,19 @@ >
</File>
<File
- RelativePath="..\..\include\IceE\Functional.h"
+ RelativePath="..\..\include\IceUtil\Functional.h"
>
</File>
<File
- RelativePath="..\..\include\IceUtil\Functional.h"
+ RelativePath="..\..\include\IceE\Functional.h"
>
</File>
<File
- RelativePath="..\..\include\IceE\Handle.h"
+ RelativePath="..\..\include\IceUtil\Handle.h"
>
</File>
<File
- RelativePath="..\..\include\IceUtil\Handle.h"
+ RelativePath="..\..\include\IceE\Handle.h"
>
</File>
<File
diff --git a/cppe/src/IceEC/icec_CE.vcproj b/cppe/src/IceEC/icec_CE.vcproj index cdd81017d45..30489be5ac4 100755 --- a/cppe/src/IceEC/icec_CE.vcproj +++ b/cppe/src/IceEC/icec_CE.vcproj @@ -129,10 +129,13 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories="..,../../include"
PreprocessorDefinitions="NDEBUG;ARM;_ARM_;ARMV4;_LIB;ICEE_STATIC_LIBS;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_PURE_CLIENT"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/icec.pch"
@@ -315,10 +318,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories="..,../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_USRDLL;ICE_API_EXPORTS;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_PURE_CLIENT"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
RuntimeTypeInfo="true"
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/icec.pch"
AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)/"
diff --git a/cppe/test/Common/testCommon_CE.vcproj b/cppe/test/Common/testCommon_CE.vcproj index 71b090b594c..a2619e014f8 100755 --- a/cppe/test/Common/testCommon_CE.vcproj +++ b/cppe/test/Common/testCommon_CE.vcproj @@ -130,10 +130,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories="../include,../../include"
PreprocessorDefinitions="NDEBUG;ARM;_ARM_;ARMV4;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;_LIB;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -319,10 +321,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories="../include,../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;ICE_TEST_COMMON_API_EXPORTS;UNICODE;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);_USRDLL"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/custom/customCOL_CE.vcproj b/cppe/test/IceE/custom/customCOL_CE.vcproj index a2ae9216336..00cfe89bada 100755 --- a/cppe/test/IceE/custom/customCOL_CE.vcproj +++ b/cppe/test/IceE/custom/customCOL_CE.vcproj @@ -559,10 +559,13 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/customCOL.pch"
@@ -758,10 +761,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/customCOL.pch"
diff --git a/cppe/test/IceE/custom/customC_CE.vcproj b/cppe/test/IceE/custom/customC_CE.vcproj index 25f620d4858..5b1a3291ccf 100755 --- a/cppe/test/IceE/custom/customC_CE.vcproj +++ b/cppe/test/IceE/custom/customC_CE.vcproj @@ -354,10 +354,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/customC.pch"
@@ -553,10 +555,13 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/customC.pch"
diff --git a/cppe/test/IceE/custom/customS_CE.vcproj b/cppe/test/IceE/custom/customS_CE.vcproj index b2aa8a06aa3..7e2b6c77d2f 100755 --- a/cppe/test/IceE/custom/customS_CE.vcproj +++ b/cppe/test/IceE/custom/customS_CE.vcproj @@ -150,10 +150,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/customS.pch"
@@ -555,10 +557,13 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/customS.pch"
diff --git a/cppe/test/IceE/exceptions/exceptionsCOL_CE.vcproj b/cppe/test/IceE/exceptions/exceptionsCOL_CE.vcproj index 690c18bb14c..07cee096cc1 100755 --- a/cppe/test/IceE/exceptions/exceptionsCOL_CE.vcproj +++ b/cppe/test/IceE/exceptions/exceptionsCOL_CE.vcproj @@ -150,10 +150,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -761,10 +763,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/exceptions/exceptionsC_CE.vcproj b/cppe/test/IceE/exceptions/exceptionsC_CE.vcproj index 56202f1ca7c..9ee133b5a02 100755 --- a/cppe/test/IceE/exceptions/exceptionsC_CE.vcproj +++ b/cppe/test/IceE/exceptions/exceptionsC_CE.vcproj @@ -355,10 +355,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -762,10 +764,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/exceptions/exceptionsS_CE.vcproj b/cppe/test/IceE/exceptions/exceptionsS_CE.vcproj index 20372e93819..e5cb34e5f71 100755 --- a/cppe/test/IceE/exceptions/exceptionsS_CE.vcproj +++ b/cppe/test/IceE/exceptions/exceptionsS_CE.vcproj @@ -356,10 +356,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -761,10 +763,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/facets/facetsCOL_CE.vcproj b/cppe/test/IceE/facets/facetsCOL_CE.vcproj index b81bf8eb649..38e258f29b5 100755 --- a/cppe/test/IceE/facets/facetsCOL_CE.vcproj +++ b/cppe/test/IceE/facets/facetsCOL_CE.vcproj @@ -357,10 +357,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -558,10 +560,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/facets/facetsC_CE.vcproj b/cppe/test/IceE/facets/facetsC_CE.vcproj index 4dffe214bfe..6b75fe78686 100755 --- a/cppe/test/IceE/facets/facetsC_CE.vcproj +++ b/cppe/test/IceE/facets/facetsC_CE.vcproj @@ -150,10 +150,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -761,10 +763,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/facets/facetsS_CE.vcproj b/cppe/test/IceE/facets/facetsS_CE.vcproj index 9f5e4dddb76..0bac7726a8a 100755 --- a/cppe/test/IceE/facets/facetsS_CE.vcproj +++ b/cppe/test/IceE/facets/facetsS_CE.vcproj @@ -150,10 +150,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -557,10 +559,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/inheritance/inheritanceCOL_CE.vcproj b/cppe/test/IceE/inheritance/inheritanceCOL_CE.vcproj index fc96ec3788d..90aa3d3f686 100755 --- a/cppe/test/IceE/inheritance/inheritanceCOL_CE.vcproj +++ b/cppe/test/IceE/inheritance/inheritanceCOL_CE.vcproj @@ -561,10 +561,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -762,10 +764,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/inheritance/inheritanceC_CE.vcproj b/cppe/test/IceE/inheritance/inheritanceC_CE.vcproj index 2bda79d123f..4682d3dc834 100755 --- a/cppe/test/IceE/inheritance/inheritanceC_CE.vcproj +++ b/cppe/test/IceE/inheritance/inheritanceC_CE.vcproj @@ -150,10 +150,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -761,10 +763,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/inheritance/inheritanceS_CE.vcproj b/cppe/test/IceE/inheritance/inheritanceS_CE.vcproj index 95127550b04..1eec753e0de 100755 --- a/cppe/test/IceE/inheritance/inheritanceS_CE.vcproj +++ b/cppe/test/IceE/inheritance/inheritanceS_CE.vcproj @@ -561,10 +561,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -762,10 +764,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/location/locationC_CE.vcproj b/cppe/test/IceE/location/locationC_CE.vcproj index 3ad91f949e8..93305e29b05 100755 --- a/cppe/test/IceE/location/locationC_CE.vcproj +++ b/cppe/test/IceE/location/locationC_CE.vcproj @@ -149,10 +149,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/locationC.pch"
@@ -348,10 +350,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/locationC.pch"
diff --git a/cppe/test/IceE/location/locationS_CE.vcproj b/cppe/test/IceE/location/locationS_CE.vcproj index b546e3022b6..74b6cef90c8 100755 --- a/cppe/test/IceE/location/locationS_CE.vcproj +++ b/cppe/test/IceE/location/locationS_CE.vcproj @@ -151,10 +151,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -762,10 +764,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/operations/operationsCOL_CE.vcproj b/cppe/test/IceE/operations/operationsCOL_CE.vcproj index f1988428deb..873e58c7b3d 100755 --- a/cppe/test/IceE/operations/operationsCOL_CE.vcproj +++ b/cppe/test/IceE/operations/operationsCOL_CE.vcproj @@ -150,10 +150,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -351,10 +353,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/operations/operationsC_CE.vcproj b/cppe/test/IceE/operations/operationsC_CE.vcproj index 55924c4525a..e32c0a64381 100755 --- a/cppe/test/IceE/operations/operationsC_CE.vcproj +++ b/cppe/test/IceE/operations/operationsC_CE.vcproj @@ -150,10 +150,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -761,10 +763,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/operations/operationsS_CE.vcproj b/cppe/test/IceE/operations/operationsS_CE.vcproj index 10ae7dbee2a..36b51664bab 100755 --- a/cppe/test/IceE/operations/operationsS_CE.vcproj +++ b/cppe/test/IceE/operations/operationsS_CE.vcproj @@ -150,10 +150,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -557,10 +559,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/retry/retryC_CE.vcproj b/cppe/test/IceE/retry/retryC_CE.vcproj index 791d1175164..1b3b7673ab9 100755 --- a/cppe/test/IceE/retry/retryC_CE.vcproj +++ b/cppe/test/IceE/retry/retryC_CE.vcproj @@ -150,10 +150,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -761,10 +763,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/retry/retryS_CE.vcproj b/cppe/test/IceE/retry/retryS_CE.vcproj index 0f8b235fe33..b74310d8543 100755 --- a/cppe/test/IceE/retry/retryS_CE.vcproj +++ b/cppe/test/IceE/retry/retryS_CE.vcproj @@ -150,10 +150,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -557,10 +559,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/slicing/sliceexC_CE.vcproj b/cppe/test/IceE/slicing/sliceexC_CE.vcproj index cbd43dbb702..bd2ec1aa62c 100755 --- a/cppe/test/IceE/slicing/sliceexC_CE.vcproj +++ b/cppe/test/IceE/slicing/sliceexC_CE.vcproj @@ -151,10 +151,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -558,10 +560,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/slicing/sliceexS_CE.vcproj b/cppe/test/IceE/slicing/sliceexS_CE.vcproj index ce81864d054..1d3247fb665 100755 --- a/cppe/test/IceE/slicing/sliceexS_CE.vcproj +++ b/cppe/test/IceE/slicing/sliceexS_CE.vcproj @@ -354,10 +354,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -555,10 +557,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/thread/thread_CE.vcproj b/cppe/test/IceE/thread/thread_CE.vcproj index 402c4cf0300..c10724061bc 100755 --- a/cppe/test/IceE/thread/thread_CE.vcproj +++ b/cppe/test/IceE/thread/thread_CE.vcproj @@ -561,10 +561,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../../include,../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -762,10 +764,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
diff --git a/cppe/test/IceE/uuid/uuid_CE.vcproj b/cppe/test/IceE/uuid/uuid_CE.vcproj index 17fb03a702c..bd1086b5892 100755 --- a/cppe/test/IceE/uuid/uuid_CE.vcproj +++ b/cppe/test/IceE/uuid/uuid_CE.vcproj @@ -357,10 +357,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG"
- RuntimeLibrary="0"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
@@ -558,10 +560,12 @@ <Tool
Name="VCCLCompilerTool"
ExecutionBucket="7"
- Optimization="1"
+ Optimization="3"
AdditionalIncludeDirectories=".,../../include,../../../include"
PreprocessorDefinitions="ARM;_ARM_;ARMV4;NDEBUG;_WIN32_WCE=$(CEVER);$(CePlatform);UNDER_CE=$(CEVER);UNICODE;ICEE_STATIC_LIBS"
+ StringPooling="true"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
|