source: OGRE/trunk/ogrenew/Tools/MayaExport/old/MayaExport.vcproj @ 657

Revision 657, 4.7 KB checked in by mattausch, 19 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="MayaExport"
6        SccProjectName="MayaExport"
7        SccAuxPath=""
8        SccLocalPath=".."
9        SccProvider="MSSCCI:Microsoft Visual SourceSafe">
10        <Platforms>
11                <Platform
12                        Name="Win32"/>
13        </Platforms>
14        <Configurations>
15                <Configuration
16                        Name="Release|Win32"
17                        OutputDirectory=".\Release"
18                        IntermediateDirectory=".\Release"
19                        ConfigurationType="2"
20                        UseOfMFC="0"
21                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
22                        CharacterSet="2">
23                        <Tool
24                                Name="VCCLCompilerTool"
25                                InlineFunctionExpansion="1"
26                                OptimizeForProcessor="1"
27                                AdditionalIncludeDirectories="..\..\OgreMain\include;..\..\Dependencies\include"
28                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OGREEXPORT_EXPORTS"
29                                StringPooling="TRUE"
30                                RuntimeLibrary="2"
31                                EnableFunctionLevelLinking="TRUE"
32                                UsePrecompiledHeader="2"
33                                PrecompiledHeaderFile=".\Release/MayaExport.pch"
34                                AssemblerListingLocation=".\Release/"
35                                ObjectFile=".\Release/"
36                                ProgramDataBaseFileName=".\Release/"
37                                WarningLevel="3"
38                                SuppressStartupBanner="TRUE"/>
39                        <Tool
40                                Name="VCCustomBuildTool"/>
41                        <Tool
42                                Name="VCLinkerTool"
43                                AdditionalOptions="/MACHINE:I386 /export:initializePlugin /export:uninitializePlugin"
44                                AdditionalDependencies="Foundation.lib OpenMaya.lib OpenMayaAnim.lib OpenMayaUI.lib odbc32.lib odbccp32.lib OgreMain.lib zlib.lib"
45                                OutputFile=".\Release/OgreMayaExport.mll"
46                                LinkIncremental="1"
47                                SuppressStartupBanner="TRUE"
48                                AdditionalLibraryDirectories="..\..\OgreMain\lib\Release;..\..\Dependencies\lib\Release"
49                                ProgramDatabaseFile=".\Release/MayaExport.pdb"
50                                ImportLibrary=".\Release/MayaExport.lib"/>
51                        <Tool
52                                Name="VCMIDLTool"
53                                PreprocessorDefinitions="NDEBUG"
54                                MkTypLibCompatible="TRUE"
55                                SuppressStartupBanner="TRUE"
56                                TargetEnvironment="1"
57                                TypeLibraryName=".\Release/MayaExport.tlb"/>
58                        <Tool
59                                Name="VCPostBuildEventTool"/>
60                        <Tool
61                                Name="VCPreBuildEventTool"/>
62                        <Tool
63                                Name="VCPreLinkEventTool"/>
64                        <Tool
65                                Name="VCResourceCompilerTool"
66                                PreprocessorDefinitions="NDEBUG"
67                                Culture="1033"/>
68                        <Tool
69                                Name="VCWebServiceProxyGeneratorTool"/>
70                        <Tool
71                                Name="VCWebDeploymentTool"/>
72                </Configuration>
73                <Configuration
74                        Name="Debug|Win32"
75                        OutputDirectory=".\Debug"
76                        IntermediateDirectory=".\Debug"
77                        ConfigurationType="2"
78                        UseOfMFC="0"
79                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
80                        CharacterSet="2">
81                        <Tool
82                                Name="VCCLCompilerTool"
83                                Optimization="0"
84                                OptimizeForProcessor="1"
85                                AdditionalIncludeDirectories="..\..\OgreMain\include;..\..\Dependencies\include"
86                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OGREEXPORT_EXPORTS"
87                                BasicRuntimeChecks="3"
88                                RuntimeLibrary="3"
89                                PrecompiledHeaderFile=".\Debug/MayaExport.pch"
90                                AssemblerListingLocation=".\Debug/"
91                                ObjectFile=".\Debug/"
92                                ProgramDataBaseFileName=".\Debug/"
93                                WarningLevel="4"
94                                SuppressStartupBanner="TRUE"
95                                DebugInformationFormat="4"/>
96                        <Tool
97                                Name="VCCustomBuildTool"/>
98                        <Tool
99                                Name="VCLinkerTool"
100                                AdditionalOptions="/MACHINE:I386 /export:initializePlugin /export:uninitializePlugin"
101                                AdditionalDependencies="Foundation.lib OpenMaya.lib OpenMayaAnim.lib OpenMayaUI.lib odbc32.lib odbccp32.lib OgreMain.lib zlib.lib"
102                                OutputFile="Debug/OgreMayaExport.mll"
103                                LinkIncremental="2"
104                                SuppressStartupBanner="TRUE"
105                                AdditionalLibraryDirectories="..\..\OgreMain\lib\Debug;..\..\Dependencies\lib\Debug"
106                                GenerateDebugInformation="TRUE"
107                                ProgramDatabaseFile=".\Debug/MayaExport.pdb"
108                                ImportLibrary=".\Debug/MayaExport.lib"/>
109                        <Tool
110                                Name="VCMIDLTool"
111                                PreprocessorDefinitions="_DEBUG"
112                                MkTypLibCompatible="TRUE"
113                                SuppressStartupBanner="TRUE"
114                                TargetEnvironment="1"
115                                TypeLibraryName=".\Debug/MayaExport.tlb"/>
116                        <Tool
117                                Name="VCPostBuildEventTool"/>
118                        <Tool
119                                Name="VCPreBuildEventTool"/>
120                        <Tool
121                                Name="VCPreLinkEventTool"/>
122                        <Tool
123                                Name="VCResourceCompilerTool"
124                                PreprocessorDefinitions="_DEBUG"
125                                Culture="1033"/>
126                        <Tool
127                                Name="VCWebServiceProxyGeneratorTool"/>
128                        <Tool
129                                Name="VCWebDeploymentTool"/>
130                </Configuration>
131        </Configurations>
132        <Files>
133                <Filter
134                        Name="Source Files"
135                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;h;hpp;hxx;hm;inl">
136                        <File
137                                RelativePath="OgreExporter.cpp">
138                        </File>
139                        <File
140                                RelativePath="OgreExporter.h">
141                        </File>
142                        <File
143                                RelativePath="OgreExporterDll.cpp">
144                        </File>
145                </Filter>
146                <Filter
147                        Name="Resource Files"
148                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
149                </Filter>
150        </Files>
151        <Globals>
152        </Globals>
153</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.