Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ode/ode-0.9/build/vs2002/drawstuff.vcproj @ 216

Last change on this file since 216 was 216, checked in by mathiask, 16 years ago

[Physik] add ode-0.9

File size: 6.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.00"
5        Name="drawstuff"
6        ProjectGUID="{4E655490-1B05-844D-871C-BA0F04084AF7}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="DebugDLL|Win32"
15                        OutputDirectory="../../lib/DebugDLL"
16                        IntermediateDirectory="obj/drawstuff/DebugDLL"
17                        ConfigurationType="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="../../include"
23                                PreprocessorDefinitions="WIN32;DS_DLL;USRDLL"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                EnableFunctionLevelLinking="TRUE"
28                                RuntimeTypeInfo="TRUE"
29                                UsePrecompiledHeader="2"
30                                WarningLevel="3"
31                                Detect64BitPortabilityProblems="TRUE"
32                                DebugInformationFormat="4"/>
33                        <Tool
34                                Name="VCCustomBuildTool"/>
35                        <Tool
36                                Name="VCLinkerTool"
37                                AdditionalDependencies="user32.lib opengl32.lib glu32.lib winmm.lib gdi32.lib"
38                                OutputFile="$(OutDir)/drawstuff.dll"
39                                LinkIncremental="2"
40                                AdditionalLibraryDirectories="../../lib/DebugDLL"
41                                GenerateDebugInformation="TRUE"
42                                ProgramDatabaseFile="$(OutDir)/drawstuff.pdb"
43                                SubSystem="2"
44                                ImportLibrary="../../lib/DebugDLL/drawstuff.lib"
45                                TargetMachine="1"/>
46                        <Tool
47                                Name="VCMIDLTool"/>
48                        <Tool
49                                Name="VCPostBuildEventTool"/>
50                        <Tool
51                                Name="VCPreBuildEventTool"/>
52                        <Tool
53                                Name="VCPreLinkEventTool"/>
54                        <Tool
55                                Name="VCResourceCompilerTool"
56                                PreprocessorDefinitions="WIN32;DS_DLL;USRDLL"
57                                AdditionalIncludeDirectories="../../include"/>
58                        <Tool
59                                Name="VCWebServiceProxyGeneratorTool"/>
60                        <Tool
61                                Name="VCWebDeploymentTool"/>
62                </Configuration>
63                <Configuration
64                        Name="ReleaseDLL|Win32"
65                        OutputDirectory="../../lib/ReleaseDLL"
66                        IntermediateDirectory="obj/drawstuff/ReleaseDLL"
67                        ConfigurationType="2"
68                        CharacterSet="2">
69                        <Tool
70                                Name="VCCLCompilerTool"
71                                Optimization="2"
72                                OmitFramePointers="TRUE"
73                                AdditionalIncludeDirectories="../../include"
74                                PreprocessorDefinitions="WIN32;DS_DLL;USRDLL"
75                                StringPooling="TRUE"
76                                RuntimeLibrary="2"
77                                EnableFunctionLevelLinking="TRUE"
78                                RuntimeTypeInfo="TRUE"
79                                UsePrecompiledHeader="2"
80                                WarningLevel="3"
81                                Detect64BitPortabilityProblems="TRUE"
82                                DebugInformationFormat="0"/>
83                        <Tool
84                                Name="VCCustomBuildTool"/>
85                        <Tool
86                                Name="VCLinkerTool"
87                                AdditionalDependencies="user32.lib opengl32.lib glu32.lib winmm.lib gdi32.lib"
88                                OutputFile="$(OutDir)/drawstuff.dll"
89                                LinkIncremental="1"
90                                AdditionalLibraryDirectories="../../lib/ReleaseDLL"
91                                GenerateDebugInformation="FALSE"
92                                SubSystem="2"
93                                OptimizeReferences="2"
94                                EnableCOMDATFolding="2"
95                                ImportLibrary="../../lib/ReleaseDLL/drawstuff.lib"
96                                TargetMachine="1"/>
97                        <Tool
98                                Name="VCMIDLTool"/>
99                        <Tool
100                                Name="VCPostBuildEventTool"/>
101                        <Tool
102                                Name="VCPreBuildEventTool"/>
103                        <Tool
104                                Name="VCPreLinkEventTool"/>
105                        <Tool
106                                Name="VCResourceCompilerTool"
107                                PreprocessorDefinitions="WIN32;DS_DLL;USRDLL"
108                                AdditionalIncludeDirectories="../../include"/>
109                        <Tool
110                                Name="VCWebServiceProxyGeneratorTool"/>
111                        <Tool
112                                Name="VCWebDeploymentTool"/>
113                </Configuration>
114                <Configuration
115                        Name="DebugLib|Win32"
116                        OutputDirectory="../../lib/DebugLib"
117                        IntermediateDirectory="obj/drawstuff/DebugLib"
118                        ConfigurationType="4"
119                        CharacterSet="2">
120                        <Tool
121                                Name="VCCLCompilerTool"
122                                Optimization="0"
123                                AdditionalIncludeDirectories="../../include"
124                                PreprocessorDefinitions="WIN32;DS_LIB"
125                                MinimalRebuild="TRUE"
126                                BasicRuntimeChecks="3"
127                                RuntimeLibrary="1"
128                                EnableFunctionLevelLinking="TRUE"
129                                RuntimeTypeInfo="TRUE"
130                                UsePrecompiledHeader="2"
131                                WarningLevel="3"
132                                Detect64BitPortabilityProblems="TRUE"
133                                DebugInformationFormat="4"/>
134                        <Tool
135                                Name="VCCustomBuildTool"/>
136                        <Tool
137                                Name="VCLibrarianTool"
138                                OutputFile="$(OutDir)/drawstuff.lib"/>
139                        <Tool
140                                Name="VCMIDLTool"/>
141                        <Tool
142                                Name="VCPostBuildEventTool"/>
143                        <Tool
144                                Name="VCPreBuildEventTool"/>
145                        <Tool
146                                Name="VCPreLinkEventTool"/>
147                        <Tool
148                                Name="VCResourceCompilerTool"
149                                PreprocessorDefinitions="WIN32;DS_LIB"
150                                AdditionalIncludeDirectories="../../include"/>
151                        <Tool
152                                Name="VCWebServiceProxyGeneratorTool"/>
153                        <Tool
154                                Name="VCWebDeploymentTool"/>
155                </Configuration>
156                <Configuration
157                        Name="ReleaseLib|Win32"
158                        OutputDirectory="../../lib/ReleaseLib"
159                        IntermediateDirectory="obj/drawstuff/ReleaseLib"
160                        ConfigurationType="4"
161                        CharacterSet="2">
162                        <Tool
163                                Name="VCCLCompilerTool"
164                                Optimization="2"
165                                OmitFramePointers="TRUE"
166                                AdditionalIncludeDirectories="../../include"
167                                PreprocessorDefinitions="WIN32;DS_LIB"
168                                StringPooling="TRUE"
169                                RuntimeLibrary="0"
170                                EnableFunctionLevelLinking="TRUE"
171                                RuntimeTypeInfo="TRUE"
172                                UsePrecompiledHeader="2"
173                                WarningLevel="3"
174                                Detect64BitPortabilityProblems="TRUE"
175                                DebugInformationFormat="0"/>
176                        <Tool
177                                Name="VCCustomBuildTool"/>
178                        <Tool
179                                Name="VCLibrarianTool"
180                                OutputFile="$(OutDir)/drawstuff.lib"/>
181                        <Tool
182                                Name="VCMIDLTool"/>
183                        <Tool
184                                Name="VCPostBuildEventTool"/>
185                        <Tool
186                                Name="VCPreBuildEventTool"/>
187                        <Tool
188                                Name="VCPreLinkEventTool"/>
189                        <Tool
190                                Name="VCResourceCompilerTool"
191                                PreprocessorDefinitions="WIN32;DS_LIB"
192                                AdditionalIncludeDirectories="../../include"/>
193                        <Tool
194                                Name="VCWebServiceProxyGeneratorTool"/>
195                        <Tool
196                                Name="VCWebDeploymentTool"/>
197                </Configuration>
198        </Configurations>
199        <Files>
200                <Filter
201                        Name="include"
202                        Filter="">
203                        <Filter
204                                Name="drawstuff"
205                                Filter="">
206                                <File
207                                        RelativePath="..\..\include\drawstuff\drawstuff.h">
208                                </File>
209                                <File
210                                        RelativePath="..\..\include\drawstuff\version.h">
211                                </File>
212                        </Filter>
213                </Filter>
214                <Filter
215                        Name="drawstuff"
216                        Filter="">
217                        <Filter
218                                Name="src"
219                                Filter="">
220                                <File
221                                        RelativePath="..\..\drawstuff\src\internal.h">
222                                </File>
223                                <File
224                                        RelativePath="..\..\drawstuff\src\drawstuff.cpp">
225                                </File>
226                                <File
227                                        RelativePath="..\..\drawstuff\src\resource.h">
228                                </File>
229                                <File
230                                        RelativePath="..\..\drawstuff\src\resources.rc">
231                                </File>
232                                <File
233                                        RelativePath="..\..\drawstuff\src\windows.cpp">
234                                </File>
235                        </Filter>
236                </Filter>
237        </Files>
238        <Globals>
239        </Globals>
240</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.