comparison VisualC/SDL/SDL.vcproj @ 2261:c20476d7d7b3

Enabled 3DNow! intrinsic support
author Sam Lantinga <slouken@libsdl.org>
date Fri, 17 Aug 2007 03:22:03 +0000
parents 292bee385630
children f7f80b822c1f
comparison
equal deleted inserted replaced
2260:202ddfd1cfb1 2261:c20476d7d7b3
45 /> 45 />
46 <Tool 46 <Tool
47 Name="VCCLCompilerTool" 47 Name="VCCLCompilerTool"
48 Optimization="0" 48 Optimization="0"
49 AdditionalIncludeDirectories="..\..\include" 49 AdditionalIncludeDirectories="..\..\include"
50 PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__MMX__" 50 PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__"
51 RuntimeLibrary="2" 51 RuntimeLibrary="2"
52 BufferSecurityCheck="false" 52 BufferSecurityCheck="false"
53 UsePrecompiledHeader="0" 53 UsePrecompiledHeader="0"
54 PrecompiledHeaderFile=".\Debug/SDL.pch" 54 PrecompiledHeaderFile=".\Debug/SDL.pch"
55 AssemblerListingLocation=".\Debug/" 55 AssemblerListingLocation=".\Debug/"
143 <Tool 143 <Tool
144 Name="VCCLCompilerTool" 144 Name="VCCLCompilerTool"
145 InlineFunctionExpansion="1" 145 InlineFunctionExpansion="1"
146 EnableIntrinsicFunctions="false" 146 EnableIntrinsicFunctions="false"
147 AdditionalIncludeDirectories="..\..\include" 147 AdditionalIncludeDirectories="..\..\include"
148 PreprocessorDefinitions="NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__MMX__" 148 PreprocessorDefinitions="NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__"
149 StringPooling="true" 149 StringPooling="true"
150 RuntimeLibrary="2" 150 RuntimeLibrary="2"
151 BufferSecurityCheck="false" 151 BufferSecurityCheck="false"
152 EnableFunctionLevelLinking="true" 152 EnableFunctionLevelLinking="true"
153 UsePrecompiledHeader="0" 153 UsePrecompiledHeader="0"