Mercurial > sdl-ios-xcode
comparison VisualC/SDLmain/SDLmain_VS2010.vcxproj @ 4806:007567dbb8c1
Reapplied Win32 make-it-build patch. What's going on? Still get rendering artifacts when testing on x11, have literally no idea why.
author | Eli Gottlieb <eligottlieb@gmail.com> |
---|---|
date | Tue, 20 Jul 2010 12:42:43 -0400 |
parents | |
children | fc26fb7e20af |
comparison
equal
deleted
inserted
replaced
4805:de3b3455f8ec | 4806:007567dbb8c1 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 <ItemGroup Label="ProjectConfigurations"> | |
4 <ProjectConfiguration Include="Debug|Win32"> | |
5 <Configuration>Debug</Configuration> | |
6 <Platform>Win32</Platform> | |
7 </ProjectConfiguration> | |
8 <ProjectConfiguration Include="Debug|x64"> | |
9 <Configuration>Debug</Configuration> | |
10 <Platform>x64</Platform> | |
11 </ProjectConfiguration> | |
12 <ProjectConfiguration Include="Release_NoSTDIO|Win32"> | |
13 <Configuration>Release_NoSTDIO</Configuration> | |
14 <Platform>Win32</Platform> | |
15 </ProjectConfiguration> | |
16 <ProjectConfiguration Include="Release_NoSTDIO|x64"> | |
17 <Configuration>Release_NoSTDIO</Configuration> | |
18 <Platform>x64</Platform> | |
19 </ProjectConfiguration> | |
20 <ProjectConfiguration Include="Release|Win32"> | |
21 <Configuration>Release</Configuration> | |
22 <Platform>Win32</Platform> | |
23 </ProjectConfiguration> | |
24 <ProjectConfiguration Include="Release|x64"> | |
25 <Configuration>Release</Configuration> | |
26 <Platform>x64</Platform> | |
27 </ProjectConfiguration> | |
28 </ItemGroup> | |
29 <PropertyGroup Label="Globals"> | |
30 <ProjectName>SDLmain</ProjectName> | |
31 <ProjectGuid>{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}</ProjectGuid> | |
32 </PropertyGroup> | |
33 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
35 <ConfigurationType>StaticLibrary</ConfigurationType> | |
36 <UseOfMfc>false</UseOfMfc> | |
37 </PropertyGroup> | |
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoSTDIO|Win32'" Label="Configuration"> | |
39 <ConfigurationType>StaticLibrary</ConfigurationType> | |
40 <UseOfMfc>false</UseOfMfc> | |
41 </PropertyGroup> | |
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
43 <ConfigurationType>StaticLibrary</ConfigurationType> | |
44 <UseOfMfc>false</UseOfMfc> | |
45 </PropertyGroup> | |
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
47 <ConfigurationType>StaticLibrary</ConfigurationType> | |
48 <UseOfMfc>false</UseOfMfc> | |
49 </PropertyGroup> | |
50 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoSTDIO|x64'" Label="Configuration"> | |
51 <ConfigurationType>StaticLibrary</ConfigurationType> | |
52 <UseOfMfc>false</UseOfMfc> | |
53 </PropertyGroup> | |
54 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
55 <ConfigurationType>StaticLibrary</ConfigurationType> | |
56 <UseOfMfc>false</UseOfMfc> | |
57 </PropertyGroup> | |
58 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
59 <ImportGroup Label="ExtensionSettings"> | |
60 </ImportGroup> | |
61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
63 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |
64 </ImportGroup> | |
65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoSTDIO|Win32'" Label="PropertySheets"> | |
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
67 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |
68 </ImportGroup> | |
69 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
70 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
71 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |
72 </ImportGroup> | |
73 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
74 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
75 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |
76 </ImportGroup> | |
77 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoSTDIO|x64'" Label="PropertySheets"> | |
78 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
79 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |
80 </ImportGroup> | |
81 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
82 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
83 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |
84 </ImportGroup> | |
85 <PropertyGroup Label="UserMacros" /> | |
86 <PropertyGroup> | |
87 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
88 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir> | |
89 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir> | |
90 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir> | |
91 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir> | |
92 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release_NoSTDIO|Win32'">.\Release_NOSTDIO\</OutDir> | |
93 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release_NoSTDIO|Win32'">.\Release_NOSTDIO\</IntDir> | |
94 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release_NoSTDIO|x64'">$(Platform)\$(Configuration)\</OutDir> | |
95 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release_NoSTDIO|x64'">$(Platform)\$(Configuration)\</IntDir> | |
96 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir> | |
97 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir> | |
98 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir> | |
99 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir> | |
100 </PropertyGroup> | |
101 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
102 <PreBuildEvent> | |
103 <Message>Making sure basic SDL headers are in place...</Message> | |
104 <Command>if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY | |
105 echo Copying SDL_config_win32.h to SDL_config.h... | |
106 copy "$(ProjectDir)\..\..\include\SDL_config_win32.h" "$(ProjectDir)\..\..\include\SDL_config.h" | |
107 :SDLCONFIGOKAY | |
108 | |
109 if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY | |
110 echo Creating stub SDL_revision.h file... | |
111 echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h" | |
112 :SDLREVISIONOKAY</Command> | |
113 </PreBuildEvent> | |
114 <ClCompile> | |
115 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |
116 <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
117 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
118 <StringPooling>true</StringPooling> | |
119 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
120 <FunctionLevelLinking>true</FunctionLevelLinking> | |
121 <PrecompiledHeader> | |
122 </PrecompiledHeader> | |
123 <WarningLevel>Level3</WarningLevel> | |
124 <SuppressStartupBanner>true</SuppressStartupBanner> | |
125 <CompileAs>Default</CompileAs> | |
126 </ClCompile> | |
127 <Lib> | |
128 <OutputFile>.\Release\SDLmain.lib</OutputFile> | |
129 <SuppressStartupBanner>true</SuppressStartupBanner> | |
130 </Lib> | |
131 </ItemDefinitionGroup> | |
132 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
133 <Midl> | |
134 <TargetEnvironment>X64</TargetEnvironment> | |
135 </Midl> | |
136 <ClCompile> | |
137 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |
138 <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
139 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
140 <StringPooling>true</StringPooling> | |
141 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
142 <FunctionLevelLinking>true</FunctionLevelLinking> | |
143 <PrecompiledHeader> | |
144 </PrecompiledHeader> | |
145 <PrecompiledHeaderOutputFile>.\Release/SDLmain.pch</PrecompiledHeaderOutputFile> | |
146 <WarningLevel>Level3</WarningLevel> | |
147 <SuppressStartupBanner>true</SuppressStartupBanner> | |
148 <CompileAs>Default</CompileAs> | |
149 </ClCompile> | |
150 <Lib> | |
151 <OutputFile>$(IntDir)SDLmain.lib</OutputFile> | |
152 </Lib> | |
153 </ItemDefinitionGroup> | |
154 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoSTDIO|Win32'"> | |
155 <PreBuildEvent> | |
156 <Message>Making sure basic SDL headers are in place...</Message> | |
157 <Command>if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY | |
158 echo Copying SDL_config_win32.h to SDL_config.h... | |
159 copy "$(ProjectDir)\..\..\include\SDL_config_win32.h" "$(ProjectDir)\..\..\include\SDL_config.h" | |
160 :SDLCONFIGOKAY | |
161 | |
162 if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY | |
163 echo Creating stub SDL_revision.h file... | |
164 echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h" | |
165 :SDLREVISIONOKAY</Command> | |
166 </PreBuildEvent> | |
167 <ClCompile> | |
168 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |
169 <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
170 <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_WINDOWS;NO_STDIO_REDIRECT;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
171 <StringPooling>true</StringPooling> | |
172 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
173 <FunctionLevelLinking>true</FunctionLevelLinking> | |
174 <PrecompiledHeader> | |
175 </PrecompiledHeader> | |
176 <WarningLevel>Level3</WarningLevel> | |
177 <SuppressStartupBanner>true</SuppressStartupBanner> | |
178 <CompileAs>Default</CompileAs> | |
179 </ClCompile> | |
180 <Lib> | |
181 <OutputFile>.\Release_NOSTDIO\SDLmain.lib</OutputFile> | |
182 <SuppressStartupBanner>true</SuppressStartupBanner> | |
183 </Lib> | |
184 </ItemDefinitionGroup> | |
185 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoSTDIO|x64'"> | |
186 <Midl> | |
187 <TargetEnvironment>X64</TargetEnvironment> | |
188 </Midl> | |
189 <ClCompile> | |
190 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |
191 <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
192 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;NO_STDIO_REDIRECT;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
193 <StringPooling>true</StringPooling> | |
194 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
195 <FunctionLevelLinking>true</FunctionLevelLinking> | |
196 <PrecompiledHeader> | |
197 </PrecompiledHeader> | |
198 <PrecompiledHeaderOutputFile>.\Release_NOSTDIO/SDLmain.pch</PrecompiledHeaderOutputFile> | |
199 <WarningLevel>Level3</WarningLevel> | |
200 <SuppressStartupBanner>true</SuppressStartupBanner> | |
201 <CompileAs>Default</CompileAs> | |
202 </ClCompile> | |
203 <Lib> | |
204 <OutputFile>$(IntDir)SDLmain.lib</OutputFile> | |
205 </Lib> | |
206 </ItemDefinitionGroup> | |
207 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
208 <PreBuildEvent> | |
209 <Message>Making sure basic SDL headers are in place...</Message> | |
210 <Command>if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY | |
211 echo Copying SDL_config_win32.h to SDL_config.h... | |
212 copy "$(ProjectDir)\..\..\include\SDL_config_win32.h" "$(ProjectDir)\..\..\include\SDL_config.h" | |
213 :SDLCONFIGOKAY | |
214 | |
215 if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY | |
216 echo Creating stub SDL_revision.h file... | |
217 echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h" | |
218 :SDLREVISIONOKAY</Command> | |
219 </PreBuildEvent> | |
220 <ClCompile> | |
221 <Optimization>Disabled</Optimization> | |
222 <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
223 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
224 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
225 <PrecompiledHeader> | |
226 </PrecompiledHeader> | |
227 <WarningLevel>Level3</WarningLevel> | |
228 <SuppressStartupBanner>true</SuppressStartupBanner> | |
229 <DebugInformationFormat>OldStyle</DebugInformationFormat> | |
230 <CompileAs>Default</CompileAs> | |
231 </ClCompile> | |
232 <Lib> | |
233 <OutputFile>.\Debug\SDLmain.lib</OutputFile> | |
234 <SuppressStartupBanner>true</SuppressStartupBanner> | |
235 </Lib> | |
236 </ItemDefinitionGroup> | |
237 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
238 <Midl> | |
239 <TargetEnvironment>X64</TargetEnvironment> | |
240 </Midl> | |
241 <ClCompile> | |
242 <Optimization>Disabled</Optimization> | |
243 <AdditionalIncludeDirectories>..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
244 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
245 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
246 <PrecompiledHeader> | |
247 </PrecompiledHeader> | |
248 <PrecompiledHeaderOutputFile>.\Debug/SDLmain.pch</PrecompiledHeaderOutputFile> | |
249 <WarningLevel>Level3</WarningLevel> | |
250 <SuppressStartupBanner>true</SuppressStartupBanner> | |
251 <DebugInformationFormat>OldStyle</DebugInformationFormat> | |
252 <CompileAs>Default</CompileAs> | |
253 </ClCompile> | |
254 <Lib> | |
255 <OutputFile>$(IntDir)SDLmain.lib</OutputFile> | |
256 </Lib> | |
257 </ItemDefinitionGroup> | |
258 <ItemGroup> | |
259 <ClCompile Include="..\..\Src\Main\Win32\SDL_win32_main.c" /> | |
260 </ItemGroup> | |
261 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
262 <ImportGroup Label="ExtensionTargets"> | |
263 </ImportGroup> | |
264 </Project> |