Mercurial > sdl-ios-xcode
annotate VisualC/tests/automated/automated.vcproj @ 4425:a3e71b957215
Fixed bug #961
Kalle Olavi Niemitalo 2010-02-28 09:15:50 PST
It seems the SDLK_LMETA and SDLK_RMETA constants have been removed from SDL
1.3. I grepped for them in the SDL source tree and these were the only hits:
./include/SDL_compat.h:230:#define SDLK_LSUPER SDLK_LMETA
./include/SDL_compat.h:231:#define SDLK_RSUPER SDLK_RMETA
./src/video/bwindow/SDL_BWin.h:194: keymap[0x66] = SDLK_LMETA;
./src/video/bwindow/SDL_BWin.h:195: keymap[0x67] = SDLK_RMETA;
I don't know how compatible SDL 1.3 is supposed to be with applications
designed for SDL 1.2. However, as you can see, SDL itself is still trying to
use the removed constants, and that is clearly a bug.
Because SDL_compat.h defines KMOD_LMETA as KMOD_LGUI, I suppose it should also
define SDLK_LMETA as SDLK_LGUI, and SDLK_RMETA likewise.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 09 Mar 2010 06:07:48 +0000 |
parents | 427ff6d745df |
children | f0f875be10d0 |
rev | line source |
---|---|
3490
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="Windows-1252"?> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2 <VisualStudioProject |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
3 ProjectType="Visual C++" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4 Version="9.00" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5 Name="automated" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6 ProjectGUID="{DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7 RootNamespace="automated" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8 Keyword="Win32Proj" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
9 TargetFrameworkVersion="196613" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
10 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
11 <Platforms> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
12 <Platform |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
13 Name="Win32" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
14 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
15 </Platforms> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
16 <ToolFiles> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
17 </ToolFiles> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
18 <Configurations> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
19 <Configuration |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
20 Name="Debug|Win32" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
22 IntermediateDirectory="$(ConfigurationName)" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
23 ConfigurationType="1" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
24 CharacterSet="1" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
25 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
26 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
27 Name="VCPreBuildEventTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
28 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
29 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
30 Name="VCCustomBuildTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
31 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
32 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
33 Name="VCXMLDataGeneratorTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
34 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
35 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
36 Name="VCWebServiceProxyGeneratorTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
37 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
38 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
39 Name="VCMIDLTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
40 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
41 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
42 Name="VCCLCompilerTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
43 Optimization="0" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
44 AdditionalIncludeDirectories="$(SolutionDir)\..\include" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
45 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
46 MinimalRebuild="true" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
47 BasicRuntimeChecks="3" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
48 RuntimeLibrary="2" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
49 UsePrecompiledHeader="0" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
50 WarningLevel="3" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
51 DebugInformationFormat="4" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
52 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
53 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
54 Name="VCManagedResourceCompilerTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
55 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
56 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
57 Name="VCResourceCompilerTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
58 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
59 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
60 Name="VCPreLinkEventTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
61 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
62 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
63 Name="VCLinkerTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
64 LinkIncremental="2" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
65 GenerateDebugInformation="true" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
66 SubSystem="2" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
67 TargetMachine="1" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
68 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
69 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
70 Name="VCALinkTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
71 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
72 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
73 Name="VCManifestTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
74 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
75 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
76 Name="VCXDCMakeTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
77 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
78 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
79 Name="VCBscMakeTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
80 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
81 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
82 Name="VCFxCopTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
83 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
84 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
85 Name="VCAppVerifierTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
86 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
87 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
88 Name="VCPostBuildEventTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
89 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
90 </Configuration> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
91 <Configuration |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
92 Name="Release|Win32" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
93 OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
94 IntermediateDirectory="$(ConfigurationName)" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
95 ConfigurationType="1" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
96 CharacterSet="1" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
97 WholeProgramOptimization="1" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
98 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
99 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
100 Name="VCPreBuildEventTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
101 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
102 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
103 Name="VCCustomBuildTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
104 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
105 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
106 Name="VCXMLDataGeneratorTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
107 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
108 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
109 Name="VCWebServiceProxyGeneratorTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
110 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
111 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
112 Name="VCMIDLTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
113 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
114 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
115 Name="VCCLCompilerTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
116 Optimization="2" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
117 EnableIntrinsicFunctions="true" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
118 AdditionalIncludeDirectories="$(SolutionDir)\..\include" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
119 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
120 RuntimeLibrary="2" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
121 EnableFunctionLevelLinking="true" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
122 UsePrecompiledHeader="0" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
123 WarningLevel="3" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
124 DebugInformationFormat="3" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
125 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
126 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
127 Name="VCManagedResourceCompilerTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
128 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
129 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
130 Name="VCResourceCompilerTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
131 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
132 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
133 Name="VCPreLinkEventTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
134 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
135 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
136 Name="VCLinkerTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
137 LinkIncremental="1" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
138 GenerateDebugInformation="true" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
139 SubSystem="2" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
140 OptimizeReferences="2" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
141 EnableCOMDATFolding="2" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
142 TargetMachine="1" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
143 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
144 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
145 Name="VCALinkTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
146 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
147 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
148 Name="VCManifestTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
149 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
150 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
151 Name="VCXDCMakeTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
152 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
153 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
154 Name="VCBscMakeTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
155 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
156 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
157 Name="VCFxCopTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
158 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
159 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
160 Name="VCAppVerifierTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
161 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
162 <Tool |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
163 Name="VCPostBuildEventTool" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
164 /> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
165 </Configuration> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
166 </Configurations> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
167 <References> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
168 </References> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
169 <Files> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
170 <Filter |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
171 Name="Source Files" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
172 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
173 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
174 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
175 <File |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
176 RelativePath="..\..\..\test\automated\audio\audio.c" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
177 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
178 </File> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
179 <File |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
180 RelativePath="..\..\..\test\automated\common\common.c" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
181 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
182 </File> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
183 <File |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
184 RelativePath="..\..\..\test\automated\platform\platform.c" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
185 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
186 </File> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
187 <File |
3598 | 188 RelativePath="..\..\..\test\automated\rect\rect.c" |
189 > | |
190 </File> | |
191 <File | |
3490
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
192 RelativePath="..\..\..\test\automated\render\render.c" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
193 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
194 </File> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
195 <File |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
196 RelativePath="..\..\..\test\automated\rwops\rwops.c" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
197 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
198 </File> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
199 <File |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
200 RelativePath="..\..\..\test\automated\SDL_at.c" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
201 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
202 </File> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
203 <File |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
204 RelativePath="..\..\..\test\automated\surface\surface.c" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
205 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
206 </File> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
207 <File |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
208 RelativePath="..\..\..\test\automated\testsdl.c" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
209 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
210 </File> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
211 </Filter> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
212 <Filter |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
213 Name="Header Files" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
214 Filter="h;hpp;hxx;hm;inl;inc;xsd" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
215 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
216 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
217 <File |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
218 RelativePath="..\..\..\test\automated\audio\audio.h" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
219 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
220 </File> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
221 <File |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
222 RelativePath="..\..\..\test\automated\common\common.h" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
223 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
224 </File> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
225 <File |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
226 RelativePath="..\..\..\test\automated\common\images.h" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
227 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
228 </File> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
229 <File |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
230 RelativePath="..\..\..\test\automated\platform\platform.h" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
231 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
232 </File> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
233 <File |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
234 RelativePath="..\..\..\test\automated\render\render.h" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
235 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
236 </File> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
237 <File |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
238 RelativePath="..\..\..\test\automated\rwops\rwops.h" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
239 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
240 </File> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
241 <File |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
242 RelativePath="..\..\..\test\automated\SDL_at.h" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
243 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
244 </File> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
245 <File |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
246 RelativePath="..\..\..\test\automated\surface\surface.h" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
247 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
248 </File> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
249 </Filter> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
250 <Filter |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
251 Name="Resource Files" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
252 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
253 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
254 > |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
255 </Filter> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
256 </Files> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
257 <Globals> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
258 </Globals> |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
259 </VisualStudioProject> |