comparison VisualC/SDLmain/SDLmain_VS2005.vcproj @ 4661:03dcb795c583

Merged changes from the main SDL codebase
author Sam Lantinga <slouken@libsdl.org>
date Mon, 12 Jul 2010 21:09:23 -0700
parents VisualC/SDLmain/SDLmain.vcproj@be2250bb482b VisualC/SDLmain/SDLmain.vcproj@223ab94286a3
children 3c4e0130c9b1
comparison
equal deleted inserted replaced
4660:b15e7017409b 4661:03dcb795c583
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="SDLmain"
6 ProjectGUID="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
7 TargetFrameworkVersion="131072"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Release|Win32"
19 OutputDirectory=".\Release"
20 IntermediateDirectory=".\Release"
21 ConfigurationType="4"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
23 UseOfMFC="0"
24 ATLMinimizesCRunTimeLibraryUsage="false"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 Description="Making sure basic SDL headers are in place..."
29 CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
30 />
31 <Tool
32 Name="VCCustomBuildTool"
33 />
34 <Tool
35 Name="VCXMLDataGeneratorTool"
36 />
37 <Tool
38 Name="VCWebServiceProxyGeneratorTool"
39 />
40 <Tool
41 Name="VCMIDLTool"
42 />
43 <Tool
44 Name="VCCLCompilerTool"
45 InlineFunctionExpansion="1"
46 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
47 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,NDEBUG,_WINDOWS"
48 StringPooling="true"
49 RuntimeLibrary="2"
50 EnableFunctionLevelLinking="true"
51 UsePrecompiledHeader="0"
52 PrecompiledHeaderFile=".\Release/SDLmain.pch"
53 AssemblerListingLocation=".\Release/"
54 ObjectFile=".\Release/"
55 ProgramDataBaseFileName=".\Release/"
56 WarningLevel="3"
57 SuppressStartupBanner="true"
58 CompileAs="0"
59 />
60 <Tool
61 Name="VCManagedResourceCompilerTool"
62 />
63 <Tool
64 Name="VCResourceCompilerTool"
65 />
66 <Tool
67 Name="VCPreLinkEventTool"
68 />
69 <Tool
70 Name="VCLibrarianTool"
71 OutputFile=".\Release\SDLmain.lib"
72 SuppressStartupBanner="true"
73 />
74 <Tool
75 Name="VCALinkTool"
76 />
77 <Tool
78 Name="VCXDCMakeTool"
79 />
80 <Tool
81 Name="VCBscMakeTool"
82 />
83 <Tool
84 Name="VCFxCopTool"
85 />
86 <Tool
87 Name="VCPostBuildEventTool"
88 />
89 </Configuration>
90 <Configuration
91 Name="Release_NoSTDIO|Win32"
92 OutputDirectory=".\Release_NOSTDIO"
93 IntermediateDirectory=".\Release_NOSTDIO"
94 ConfigurationType="4"
95 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
96 UseOfMFC="0"
97 ATLMinimizesCRunTimeLibraryUsage="false"
98 >
99 <Tool
100 Name="VCPreBuildEventTool"
101 Description="Making sure basic SDL headers are in place..."
102 CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
103 />
104 <Tool
105 Name="VCCustomBuildTool"
106 />
107 <Tool
108 Name="VCXMLDataGeneratorTool"
109 />
110 <Tool
111 Name="VCWebServiceProxyGeneratorTool"
112 />
113 <Tool
114 Name="VCMIDLTool"
115 />
116 <Tool
117 Name="VCCLCompilerTool"
118 InlineFunctionExpansion="1"
119 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
120 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT"
121 StringPooling="true"
122 RuntimeLibrary="2"
123 EnableFunctionLevelLinking="true"
124 UsePrecompiledHeader="0"
125 PrecompiledHeaderFile=".\Release_NOSTDIO/SDLmain.pch"
126 AssemblerListingLocation=".\Release_NOSTDIO/"
127 ObjectFile=".\Release_NOSTDIO/"
128 ProgramDataBaseFileName=".\Release_NOSTDIO/"
129 WarningLevel="3"
130 SuppressStartupBanner="true"
131 CompileAs="0"
132 />
133 <Tool
134 Name="VCManagedResourceCompilerTool"
135 />
136 <Tool
137 Name="VCResourceCompilerTool"
138 />
139 <Tool
140 Name="VCPreLinkEventTool"
141 />
142 <Tool
143 Name="VCLibrarianTool"
144 OutputFile=".\Release_NOSTDIO\SDLmain.lib"
145 SuppressStartupBanner="true"
146 />
147 <Tool
148 Name="VCALinkTool"
149 />
150 <Tool
151 Name="VCXDCMakeTool"
152 />
153 <Tool
154 Name="VCBscMakeTool"
155 />
156 <Tool
157 Name="VCFxCopTool"
158 />
159 <Tool
160 Name="VCPostBuildEventTool"
161 />
162 </Configuration>
163 <Configuration
164 Name="Debug|Win32"
165 OutputDirectory=".\Debug"
166 IntermediateDirectory=".\Debug"
167 ConfigurationType="4"
168 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
169 UseOfMFC="0"
170 ATLMinimizesCRunTimeLibraryUsage="false"
171 >
172 <Tool
173 Name="VCPreBuildEventTool"
174 Description="Making sure basic SDL headers are in place..."
175 CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
176 />
177 <Tool
178 Name="VCCustomBuildTool"
179 />
180 <Tool
181 Name="VCXMLDataGeneratorTool"
182 />
183 <Tool
184 Name="VCWebServiceProxyGeneratorTool"
185 />
186 <Tool
187 Name="VCMIDLTool"
188 />
189 <Tool
190 Name="VCCLCompilerTool"
191 Optimization="0"
192 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
193 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,_DEBUG,_WINDOWS"
194 RuntimeLibrary="2"
195 UsePrecompiledHeader="0"
196 PrecompiledHeaderFile=".\Debug/SDLmain.pch"
197 AssemblerListingLocation=".\Debug/"
198 ObjectFile=".\Debug/"
199 ProgramDataBaseFileName=".\Debug/"
200 WarningLevel="3"
201 SuppressStartupBanner="true"
202 DebugInformationFormat="1"
203 CompileAs="0"
204 />
205 <Tool
206 Name="VCManagedResourceCompilerTool"
207 />
208 <Tool
209 Name="VCResourceCompilerTool"
210 />
211 <Tool
212 Name="VCPreLinkEventTool"
213 />
214 <Tool
215 Name="VCLibrarianTool"
216 OutputFile=".\Debug\SDLmain.lib"
217 SuppressStartupBanner="true"
218 />
219 <Tool
220 Name="VCALinkTool"
221 />
222 <Tool
223 Name="VCXDCMakeTool"
224 />
225 <Tool
226 Name="VCBscMakeTool"
227 />
228 <Tool
229 Name="VCFxCopTool"
230 />
231 <Tool
232 Name="VCPostBuildEventTool"
233 />
234 </Configuration>
235 </Configurations>
236 <References>
237 </References>
238 <Files>
239 <File
240 RelativePath="..\..\Src\Main\Win32\SDL_win32_main.c"
241 >
242 </File>
243 </Files>
244 <Globals>
245 </Globals>
246 </VisualStudioProject>