source: OGRE/trunk/ogrenew/Tools/3dsmaxExport/plugins/PhysiqueInterface_sources/PhyExport.vcproj @ 657

Revision 657, 7.2 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1<?xml version="1.0" encoding = "Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.00"
5        Name="PhyExport"
6        ProjectGUID="{C9EA1AAD-409F-46DD-A071-DDF15F024FF3}"
7        SccProjectName="&quot;$/dev/magma/samples/nh/PhysiqueInterface&quot;, MIAAAAAA"
8        SccLocalPath=".">
9        <Platforms>
10                <Platform
11                        Name="Win32"/>
12        </Platforms>
13        <Configurations>
14                <Configuration
15                        Name="Hybrid|Win32"
16                        OutputDirectory=".\PhyExport___Win32_Hybrid"
17                        IntermediateDirectory=".\PhyExport___Win32_Hybrid"
18                        ConfigurationType="2"
19                        UseOfMFC="0"
20                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
21                        <Tool
22                                Name="VCCLCompilerTool"
23                                AdditionalOptions="/LD "
24                                Optimization="0"
25                                OptimizeForProcessor="2"
26                                AdditionalIncludeDirectories="..\..\..\maxsdk\include"
27                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
28                                RuntimeLibrary="2"
29                                UsePrecompiledHeader="2"
30                                PrecompiledHeaderFile=".\PhyExport___Win32_Hybrid/PhyExport.pch"
31                                AssemblerListingLocation=".\PhyExport___Win32_Hybrid/"
32                                ObjectFile=".\PhyExport___Win32_Hybrid/"
33                                ProgramDataBaseFileName=".\PhyExport___Win32_Hybrid/"
34                                WarningLevel="3"
35                                SuppressStartupBanner="TRUE"
36                                DebugInformationFormat="4"
37                                CompileAs="0"/>
38                        <Tool
39                                Name="VCCustomBuildTool"/>
40                        <Tool
41                                Name="VCLinkerTool"
42                                AdditionalOptions="/MACHINE:I386"
43                                AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib bmm.lib core.lib geom.lib gfx.lib mesh.lib maxutil.lib maxscrpt.lib gup.lib paramblk2.lib"
44                                OutputFile="e:\3dsmax4\plugins\IPhysique.gup"
45                                LinkIncremental="2"
46                                SuppressStartupBanner="TRUE"
47                                AdditionalLibraryDirectories="..\..\..\maxsdk\lib"
48                                ModuleDefinitionFile=".\PhyExport.def"
49                                GenerateDebugInformation="TRUE"
50                                ProgramDatabaseFile=".\PhyExport___Win32_Hybrid/IPhysique.pdb"
51                                SubSystem="2"
52                                BaseAddress="0xcf20000"
53                                ImportLibrary=".\PhyExport___Win32_Hybrid/IPhysique.lib"/>
54                        <Tool
55                                Name="VCMIDLTool"
56                                PreprocessorDefinitions="_DEBUG"
57                                MkTypLibCompatible="TRUE"
58                                SuppressStartupBanner="TRUE"
59                                TargetEnvironment="1"
60                                TypeLibraryName=".\PhyExport___Win32_Hybrid/PhyExport.tlb"/>
61                        <Tool
62                                Name="VCPostBuildEventTool"/>
63                        <Tool
64                                Name="VCPreBuildEventTool"/>
65                        <Tool
66                                Name="VCPreLinkEventTool"/>
67                        <Tool
68                                Name="VCResourceCompilerTool"
69                                PreprocessorDefinitions="_DEBUG"
70                                Culture="1033"/>
71                        <Tool
72                                Name="VCWebServiceProxyGeneratorTool"/>
73                        <Tool
74                                Name="VCWebDeploymentTool"/>
75                </Configuration>
76                <Configuration
77                        Name="Release|Win32"
78                        OutputDirectory=".\Release"
79                        IntermediateDirectory=".\Release"
80                        ConfigurationType="2"
81                        UseOfMFC="0"
82                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
83                        <Tool
84                                Name="VCCLCompilerTool"
85                                AdditionalOptions="/LD "
86                                InlineFunctionExpansion="1"
87                                OptimizeForProcessor="2"
88                                AdditionalIncludeDirectories="..\..\..\maxsdk\include"
89                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
90                                StringPooling="TRUE"
91                                RuntimeLibrary="2"
92                                EnableFunctionLevelLinking="TRUE"
93                                UsePrecompiledHeader="2"
94                                PrecompiledHeaderFile=".\Release/PhyExport.pch"
95                                AssemblerListingLocation=".\Release/"
96                                ObjectFile=".\Release/"
97                                ProgramDataBaseFileName=".\Release/"
98                                WarningLevel="3"
99                                SuppressStartupBanner="TRUE"
100                                CompileAs="0"/>
101                        <Tool
102                                Name="VCCustomBuildTool"/>
103                        <Tool
104                                Name="VCLinkerTool"
105                                AdditionalOptions="/MACHINE:I386"
106                                AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib bmm.lib core.lib geom.lib gfx.lib mesh.lib maxutil.lib maxscrpt.lib gup.lib paramblk2.lib"
107                                OutputFile="f:\3dsmax42\plugins\IPhysique.gup"
108                                LinkIncremental="1"
109                                SuppressStartupBanner="TRUE"
110                                AdditionalLibraryDirectories="..\..\..\maxsdk\lib"
111                                ModuleDefinitionFile=".\PhyExport.def"
112                                ProgramDatabaseFile=".\Release/IPhysique.pdb"
113                                SubSystem="2"
114                                SetChecksum="TRUE"
115                                BaseAddress="0xcf20000"
116                                ImportLibrary=".\Release/IPhysique.lib"/>
117                        <Tool
118                                Name="VCMIDLTool"
119                                PreprocessorDefinitions="NDEBUG"
120                                MkTypLibCompatible="TRUE"
121                                SuppressStartupBanner="TRUE"
122                                TargetEnvironment="1"
123                                TypeLibraryName=".\Release/PhyExport.tlb"/>
124                        <Tool
125                                Name="VCPostBuildEventTool"/>
126                        <Tool
127                                Name="VCPreBuildEventTool"/>
128                        <Tool
129                                Name="VCPreLinkEventTool"/>
130                        <Tool
131                                Name="VCResourceCompilerTool"
132                                PreprocessorDefinitions="NDEBUG"
133                                Culture="1033"/>
134                        <Tool
135                                Name="VCWebServiceProxyGeneratorTool"/>
136                        <Tool
137                                Name="VCWebDeploymentTool"/>
138                </Configuration>
139                <Configuration
140                        Name="Debug|Win32"
141                        OutputDirectory=".\Debug"
142                        IntermediateDirectory=".\Debug"
143                        ConfigurationType="2"
144                        UseOfMFC="0"
145                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
146                        <Tool
147                                Name="VCCLCompilerTool"
148                                AdditionalOptions="/LD "
149                                Optimization="0"
150                                OptimizeForProcessor="2"
151                                AdditionalIncludeDirectories="..\..\..\maxsdk\include"
152                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL"
153                                RuntimeLibrary="3"
154                                UsePrecompiledHeader="2"
155                                PrecompiledHeaderFile=".\Debug/PhyExport.pch"
156                                AssemblerListingLocation=".\Debug/"
157                                ObjectFile=".\Debug/"
158                                ProgramDataBaseFileName=".\Debug/"
159                                WarningLevel="3"
160                                SuppressStartupBanner="TRUE"
161                                DebugInformationFormat="4"
162                                CompileAs="0"/>
163                        <Tool
164                                Name="VCCustomBuildTool"/>
165                        <Tool
166                                Name="VCLinkerTool"
167                                AdditionalOptions="/MACHINE:I386"
168                                AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib bmm.lib core.lib geom.lib gfx.lib mesh.lib maxutil.lib maxscrpt.lib gup.lib paramblk2.lib"
169                                OutputFile="..\..\..\maxsdk\plugin\IPhysique.gup"
170                                LinkIncremental="2"
171                                SuppressStartupBanner="TRUE"
172                                AdditionalLibraryDirectories="..\..\..\maxsdk\lib"
173                                ModuleDefinitionFile=".\PhyExport.def"
174                                GenerateDebugInformation="TRUE"
175                                ProgramDatabaseFile=".\Debug/IPhysique.pdb"
176                                SubSystem="2"
177                                BaseAddress="0xcf20000"
178                                ImportLibrary=".\Debug/IPhysique.lib"/>
179                        <Tool
180                                Name="VCMIDLTool"
181                                PreprocessorDefinitions="_DEBUG"
182                                MkTypLibCompatible="TRUE"
183                                SuppressStartupBanner="TRUE"
184                                TargetEnvironment="1"
185                                TypeLibraryName=".\Debug/PhyExport.tlb"/>
186                        <Tool
187                                Name="VCPostBuildEventTool"/>
188                        <Tool
189                                Name="VCPreBuildEventTool"/>
190                        <Tool
191                                Name="VCPreLinkEventTool"/>
192                        <Tool
193                                Name="VCResourceCompilerTool"
194                                PreprocessorDefinitions="_DEBUG"
195                                Culture="1033"/>
196                        <Tool
197                                Name="VCWebServiceProxyGeneratorTool"/>
198                        <Tool
199                                Name="VCWebDeploymentTool"/>
200                </Configuration>
201        </Configurations>
202        <Files>
203                <Filter
204                        Name="Source Files"
205                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
206                        <File
207                                RelativePath=".\DllEntry.cpp">
208                        </File>
209                        <File
210                                RelativePath=".\PhyExport.cpp">
211                        </File>
212                        <File
213                                RelativePath=".\PhyExport.def">
214                        </File>
215                        <File
216                                RelativePath=".\PhyExport.rc">
217                        </File>
218                        <File
219                                RelativePath=".\PublishedInterface.cpp">
220                        </File>
221                </Filter>
222                <Filter
223                        Name="Header Files"
224                        Filter="h;hpp;hxx;hm;inl">
225                        <File
226                                RelativePath=".\PhyExport.h">
227                        </File>
228                        <File
229                                RelativePath=".\PublishedInterface.h">
230                        </File>
231                        <File
232                                RelativePath=".\resource.h">
233                        </File>
234                </Filter>
235                <Filter
236                        Name="Resource Files"
237                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
238                </Filter>
239        </Files>
240        <Globals>
241        </Globals>
242</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.