source: OGRE/trunk/ogrenew/Tools/MayaExport/scripts/MayaExport_fg.vcproj @ 692

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

adding ogre 1.2 and dependencies

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="MayaExport_fg"
6        ProjectGUID="{B8E79576-F7E4-4E50-97DB-08FF62F206AD}"
7        SccProjectName=""
8        SccLocalPath=""
9        Keyword="MFCProj">
10        <Platforms>
11                <Platform
12                        Name="Win32"/>
13        </Platforms>
14        <Configurations>
15                <Configuration
16                        Name="Debug|Win32"
17                        OutputDirectory=".\Debug"
18                        IntermediateDirectory=".\Debug"
19                        ConfigurationType="2"
20                        UseOfMFC="2"
21                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
22                        CharacterSet="2">
23                        <Tool
24                                Name="VCCLCompilerTool"
25                                Optimization="0"
26                                AdditionalIncludeDirectories="..\include;C:\Programmi\Alias\Maya6.5\include"
27                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;NT_PLUGIN"
28                                BasicRuntimeChecks="3"
29                                RuntimeLibrary="3"
30                                UsePrecompiledHeader="2"
31                                PrecompiledHeaderFile=".\Debug/MayaExport_fg.pch"
32                                AssemblerListingLocation=".\Debug/"
33                                ObjectFile=".\Debug/"
34                                ProgramDataBaseFileName=".\Debug/"
35                                WarningLevel="3"
36                                SuppressStartupBanner="TRUE"
37                                DebugInformationFormat="4"
38                                CompileAs="0"/>
39                        <Tool
40                                Name="VCCustomBuildTool"/>
41                        <Tool
42                                Name="VCLinkerTool"
43                                AdditionalOptions="/export:initializePlugin /export:uninitializePlugin "
44                                AdditionalDependencies="Foundation.lib OpenMaya.lib OpenMayaAnim.lib OpenMayaRender.lib"
45                                OutputFile="Debug\ogreExporter.mll"
46                                LinkIncremental="1"
47                                SuppressStartupBanner="TRUE"
48                                AdditionalLibraryDirectories="C:\Programmi\Alias\Maya6.5\lib"
49                                GenerateDebugInformation="TRUE"
50                                ProgramDatabaseFile=".\Debug/ogreExporter.pdb"
51                                SubSystem="2"
52                                ImportLibrary=".\Debug/ogreExporter.lib"
53                                TargetMachine="1"/>
54                        <Tool
55                                Name="VCMIDLTool"
56                                PreprocessorDefinitions="_DEBUG"
57                                MkTypLibCompatible="TRUE"
58                                SuppressStartupBanner="TRUE"
59                                TargetEnvironment="1"
60                                TypeLibraryName=".\Debug/MayaExport_fg.tlb"
61                                HeaderFileName=""/>
62                        <Tool
63                                Name="VCPostBuildEventTool"/>
64                        <Tool
65                                Name="VCPreBuildEventTool"/>
66                        <Tool
67                                Name="VCPreLinkEventTool"/>
68                        <Tool
69                                Name="VCResourceCompilerTool"
70                                PreprocessorDefinitions="_DEBUG"
71                                Culture="1040"/>
72                        <Tool
73                                Name="VCWebServiceProxyGeneratorTool"/>
74                        <Tool
75                                Name="VCXMLDataGeneratorTool"/>
76                        <Tool
77                                Name="VCWebDeploymentTool"/>
78                        <Tool
79                                Name="VCManagedWrapperGeneratorTool"/>
80                        <Tool
81                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
82                </Configuration>
83                <Configuration
84                        Name="Release|Win32"
85                        OutputDirectory="..\bin"
86                        IntermediateDirectory=".\Release"
87                        ConfigurationType="2"
88                        UseOfMFC="2"
89                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
90                        CharacterSet="2">
91                        <Tool
92                                Name="VCCLCompilerTool"
93                                Optimization="2"
94                                InlineFunctionExpansion="1"
95                                AdditionalIncludeDirectories="..\include;C:\Programmi\Alias\Maya7.0\include"
96                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;NT_PLUGIN"
97                                StringPooling="TRUE"
98                                RuntimeLibrary="2"
99                                EnableFunctionLevelLinking="TRUE"
100                                UsePrecompiledHeader="2"
101                                PrecompiledHeaderFile=".\Release/MayaExport_fg.pch"
102                                AssemblerListingLocation=".\Release/"
103                                ObjectFile=".\Release/"
104                                ProgramDataBaseFileName=".\Release/"
105                                WarningLevel="3"
106                                SuppressStartupBanner="TRUE"
107                                CompileAs="0"/>
108                        <Tool
109                                Name="VCCustomBuildTool"/>
110                        <Tool
111                                Name="VCLinkerTool"
112                                AdditionalOptions="/export:initializePlugin /export:uninitializePlugin "
113                                AdditionalDependencies="Foundation.lib OpenMaya.lib OpenMayaAnim.lib OpenMayaRender.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
114                                OutputFile="..\bin\ogreExporter.mll"
115                                LinkIncremental="1"
116                                SuppressStartupBanner="TRUE"
117                                AdditionalLibraryDirectories="C:\Programmi\Alias\Maya7.0\lib"
118                                ProgramDatabaseFile=".\Release/ogreExporter.pdb"
119                                SubSystem="2"
120                                ImportLibrary=".\Release/ogreExporter.lib"
121                                TargetMachine="1"/>
122                        <Tool
123                                Name="VCMIDLTool"
124                                PreprocessorDefinitions="NDEBUG"
125                                MkTypLibCompatible="TRUE"
126                                SuppressStartupBanner="TRUE"
127                                TargetEnvironment="1"
128                                TypeLibraryName=".\Release/MayaExport_fg.tlb"
129                                HeaderFileName=""/>
130                        <Tool
131                                Name="VCPostBuildEventTool"/>
132                        <Tool
133                                Name="VCPreBuildEventTool"/>
134                        <Tool
135                                Name="VCPreLinkEventTool"/>
136                        <Tool
137                                Name="VCResourceCompilerTool"
138                                PreprocessorDefinitions="NDEBUG"
139                                Culture="1040"/>
140                        <Tool
141                                Name="VCWebServiceProxyGeneratorTool"/>
142                        <Tool
143                                Name="VCXMLDataGeneratorTool"/>
144                        <Tool
145                                Name="VCWebDeploymentTool"/>
146                        <Tool
147                                Name="VCManagedWrapperGeneratorTool"/>
148                        <Tool
149                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
150                </Configuration>
151        </Configurations>
152        <References>
153        </References>
154        <Files>
155                <Filter
156                        Name="Source Files"
157                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
158                        <File
159                                RelativePath="..\src\material.cpp">
160                        </File>
161                        <File
162                                RelativePath="..\src\mesh.cpp">
163                        </File>
164                        <File
165                                RelativePath="..\src\ogreExporter.cpp">
166                        </File>
167                        <File
168                                RelativePath="..\src\paramlist.cpp">
169                                <FileConfiguration
170                                        Name="Debug|Win32">
171                                        <Tool
172                                                Name="VCCLCompilerTool"
173                                                Optimization="0"
174                                                AdditionalIncludeDirectories=""
175                                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_AFXDLL;_MBCS;NT_PLUGIN;$(NoInherit)"
176                                                BasicRuntimeChecks="3"/>
177                                </FileConfiguration>
178                                <FileConfiguration
179                                        Name="Release|Win32">
180                                        <Tool
181                                                Name="VCCLCompilerTool"
182                                                Optimization="2"
183                                                AdditionalIncludeDirectories=""
184                                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_AFXDLL;_MBCS;NT_PLUGIN;$(NoInherit)"/>
185                                </FileConfiguration>
186                        </File>
187                        <File
188                                RelativePath="..\src\particles.cpp">
189                        </File>
190                        <File
191                                RelativePath="..\src\skeleton.cpp">
192                        </File>
193                        <File
194                                RelativePath="..\src\submesh.cpp">
195                        </File>
196                </Filter>
197                <Filter
198                        Name="Header Files"
199                        Filter="h;hpp;hxx;hm;inl">
200                        <File
201                                RelativePath="..\include\material.h">
202                        </File>
203                        <File
204                                RelativePath="..\include\materialSet.h">
205                        </File>
206                        <File
207                                RelativePath="..\include\mayaExportLayer.h">
208                        </File>
209                        <File
210                                RelativePath="..\include\mesh.h">
211                        </File>
212                        <File
213                                RelativePath="..\include\ogreExporter.h">
214                        </File>
215                        <File
216                                RelativePath="..\include\paramlist.h">
217                        </File>
218                        <File
219                                RelativePath="..\include\particles.h">
220                        </File>
221                        <File
222                                RelativePath="..\include\singleton.h">
223                        </File>
224                        <File
225                                RelativePath="..\include\skeleton.h">
226                        </File>
227                        <File
228                                RelativePath="..\include\submesh.h">
229                        </File>
230                </Filter>
231                <Filter
232                        Name="Resource Files"
233                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
234                </Filter>
235        </Files>
236        <Globals>
237        </Globals>
238</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.