source: OGRE/trunk/ogrenew/PlatformManagers/Win32/scripts/PlatformManager_Win32.vcproj @ 692

Revision 692, 6.3 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="PlatformManager_Win32"
6        ProjectGUID="{4464818A-0254-4EE1-AD81-154C399BBE54}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="..\bin\$(ConfigurationName)"
16                        IntermediateDirectory="..\obj\$(ConfigurationName)"
17                        ConfigurationType="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PLATFORMMANAGER_WIN32_EXPORTS"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                DisableLanguageExtensions="FALSE"
28                                UsePrecompiledHeader="2"
29                                WarningLevel="3"
30                                Detect64BitPortabilityProblems="TRUE"
31                                DebugInformationFormat="4"/>
32                        <Tool
33                                Name="VCCustomBuildTool"/>
34                        <Tool
35                                Name="VCLinkerTool"
36                                IgnoreImportLibrary="TRUE"
37                                AdditionalDependencies="OgreMain_d.lib dxguid.lib dinput8.lib dinput.lib"
38                                OutputFile="$(OutDir)/PlatformManager_Win32.dll"
39                                Version="0.99"
40                                LinkIncremental="2"
41                                SuppressStartupBanner="TRUE"
42                                AdditionalLibraryDirectories="&quot;..\..\..\OgreMain\lib\$(ConfigurationName)&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
43                                ModuleDefinitionFile="..\misc\OgreWin32Platform.def"
44                                GenerateDebugInformation="TRUE"
45                                ProgramDatabaseFile="$(OutDir)/PlatformManager_Win32.pdb"
46                                SubSystem="2"
47                                ImportLibrary="$(OutDir)/PlatformManager_Win32.lib"
48                                TargetMachine="1"/>
49                        <Tool
50                                Name="VCMIDLTool"/>
51                        <Tool
52                                Name="VCPostBuildEventTool"
53                                CommandLine="copy ..\bin\$(ConfigurationName)\$(TargetFileName) ..\..\..\Samples\Common\Bin\$(ConfigurationName)\OgrePlatform_d.dll"/>
54                        <Tool
55                                Name="VCPreBuildEventTool"/>
56                        <Tool
57                                Name="VCPreLinkEventTool"/>
58                        <Tool
59                                Name="VCResourceCompilerTool"
60                                AdditionalIncludeDirectories="..\include"/>
61                        <Tool
62                                Name="VCWebServiceProxyGeneratorTool"/>
63                        <Tool
64                                Name="VCXMLDataGeneratorTool"/>
65                        <Tool
66                                Name="VCWebDeploymentTool"/>
67                        <Tool
68                                Name="VCManagedWrapperGeneratorTool"/>
69                        <Tool
70                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
71                </Configuration>
72                <Configuration
73                        Name="Release|Win32"
74                        OutputDirectory="..\bin\$(ConfigurationName)"
75                        IntermediateDirectory="..\obj\$(ConfigurationName)"
76                        ConfigurationType="2"
77                        CharacterSet="2"
78                        WholeProgramOptimization="TRUE">
79                        <Tool
80                                Name="VCCLCompilerTool"
81                                Optimization="3"
82                                GlobalOptimizations="TRUE"
83                                InlineFunctionExpansion="2"
84                                EnableIntrinsicFunctions="TRUE"
85                                ImproveFloatingPointConsistency="TRUE"
86                                FavorSizeOrSpeed="1"
87                                OmitFramePointers="TRUE"
88                                EnableFiberSafeOptimizations="TRUE"
89                                OptimizeForProcessor="2"
90                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include"
91                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PLATFORMMANAGER_WIN32_EXPORTS"
92                                StringPooling="TRUE"
93                                RuntimeLibrary="2"
94                                BufferSecurityCheck="FALSE"
95                                EnableFunctionLevelLinking="TRUE"
96                                DisableLanguageExtensions="FALSE"
97                                UsePrecompiledHeader="0"
98                                WarningLevel="3"
99                                Detect64BitPortabilityProblems="TRUE"
100                                DebugInformationFormat="3"/>
101                        <Tool
102                                Name="VCCustomBuildTool"/>
103                        <Tool
104                                Name="VCLinkerTool"
105                                IgnoreImportLibrary="TRUE"
106                                AdditionalDependencies="OgreMain.lib dxguid.lib dinput8.lib dinput.lib"
107                                OutputFile="$(OutDir)/PlatformManager_Win32.dll"
108                                Version="0.99"
109                                LinkIncremental="1"
110                                SuppressStartupBanner="TRUE"
111                                AdditionalLibraryDirectories="&quot;..\..\..\OgreMain\lib\$(ConfigurationName)&quot;;&quot;..\..\..\Dependencies\zlib\lib\$(ConfigurationName)&quot;"
112                                ModuleDefinitionFile="..\misc\OgreWin32Platform.def"
113                                GenerateDebugInformation="FALSE"
114                                SubSystem="2"
115                                OptimizeReferences="2"
116                                EnableCOMDATFolding="2"
117                                ImportLibrary="$(OutDir)/PlatformManager_Win32.lib"
118                                TargetMachine="1"/>
119                        <Tool
120                                Name="VCMIDLTool"/>
121                        <Tool
122                                Name="VCPostBuildEventTool"
123                                CommandLine="copy ..\bin\$(ConfigurationName)\$(TargetFileName) ..\..\..\Samples\Common\Bin\$(ConfigurationName)\OgrePlatform.dll"/>
124                        <Tool
125                                Name="VCPreBuildEventTool"/>
126                        <Tool
127                                Name="VCPreLinkEventTool"/>
128                        <Tool
129                                Name="VCResourceCompilerTool"
130                                AdditionalIncludeDirectories="..\include"/>
131                        <Tool
132                                Name="VCWebServiceProxyGeneratorTool"/>
133                        <Tool
134                                Name="VCXMLDataGeneratorTool"/>
135                        <Tool
136                                Name="VCWebDeploymentTool"/>
137                        <Tool
138                                Name="VCManagedWrapperGeneratorTool"/>
139                        <Tool
140                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
141                </Configuration>
142        </Configurations>
143        <References>
144        </References>
145        <Files>
146                <Filter
147                        Name="Source Files"
148                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
149                        <File
150                                RelativePath="..\src\OgreWin32ConfigDialog.cpp">
151                        </File>
152                        <File
153                                RelativePath="..\src\OgreWin32ErrorDialog.cpp">
154                        </File>
155                        <File
156                                RelativePath="..\src\OgreWin32Input.cpp">
157                        </File>
158                        <File
159                                RelativePath="..\src\OgreWin32Input8.cpp">
160                        </File>
161                        <File
162                                RelativePath="..\misc\OgreWin32Platform.def">
163                        </File>
164                        <File
165                                RelativePath="..\src\OgreWin32PlatformDll.cpp">
166                        </File>
167                        <File
168                                RelativePath="..\src\OgreWin32Timer.cpp">
169                        </File>
170                </Filter>
171                <Filter
172                        Name="Header Files"
173                        Filter="h;hpp;hxx;hm;inl;inc">
174                        <File
175                                RelativePath="..\include\OgreWin32ConfigDialog.h">
176                        </File>
177                        <File
178                                RelativePath="..\include\OgreWin32ErrorDialog.h">
179                        </File>
180                        <File
181                                RelativePath="..\include\OgreWin32Input.h">
182                        </File>
183                        <File
184                                RelativePath="..\include\OgreWin32Input8.h">
185                        </File>
186                        <File
187                                RelativePath="..\include\OgreWin32Prerequisites.h">
188                        </File>
189                        <File
190                                RelativePath="..\include\OgreWin32Timer.h">
191                        </File>
192                        <File
193                                RelativePath="..\include\resource.h">
194                        </File>
195                </Filter>
196                <Filter
197                        Name="Resource Files"
198                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
199                        <File
200                                RelativePath="..\misc\ogre.ico">
201                        </File>
202                        <File
203                                RelativePath="..\misc\ogrelogo.bmp">
204                        </File>
205                        <File
206                                RelativePath="..\misc\OgreWin32Resources.rc">
207                        </File>
208                </Filter>
209        </Files>
210        <Globals>
211        </Globals>
212</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.