Mercurial > sdl-ios-xcode
comparison VisualC/SDL/SDL.vcproj @ 2251:292bee385630
SSE and MMX intrinsics work with Visual Studio now...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Aug 2007 06:37:22 +0000 |
parents | e1d228456537 |
children | c20476d7d7b3 |
comparison
equal
deleted
inserted
replaced
2250:e1d228456537 | 2251:292bee385630 |
---|---|
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="_CRT_SECURE_NO_DEPRECATE;_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400" | 50 PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__MMX__" |
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="_CRT_SECURE_NO_DEPRECATE;NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400" | 148 PreprocessorDefinitions="NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__MMX__" |
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" |