source: OGRE/trunk/ogrenew/Tools/LightwaveConverter/scripts/LWO2MESH.vcproj @ 657

Revision 657, 5.3 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="Lwo2Mesh"
6        SccProjectName=""
7        SccLocalPath="">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory=".\..\bin\Debug"
16                        IntermediateDirectory=".\..\obj\Debug"
17                        ConfigurationType="1"
18                        UseOfMFC="0"
19                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
20                        CharacterSet="2">
21                        <Tool
22                                Name="VCCLCompilerTool"
23                                Optimization="0"
24                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include"
25                                PreprocessorDefinitions="_DEBUG,_CONSOLE,WIN32,TIXML_USE_STL"
26                                BasicRuntimeChecks="3"
27                                RuntimeLibrary="3"
28                                PrecompiledHeaderFile=".\..\obj\Debug\LWO2MESH.pch"
29                                AssemblerListingLocation=".\..\obj\Debug\"
30                                ObjectFile=".\..\obj\Debug\"
31                                ProgramDataBaseFileName=".\..\obj\Debug\"
32                                BrowseInformation="1"
33                                WarningLevel="3"
34                                SuppressStartupBanner="TRUE"
35                                DebugInformationFormat="4"
36                                CompileAs="0"/>
37                        <Tool
38                                Name="VCCustomBuildTool"/>
39                        <Tool
40                                Name="VCLinkerTool"
41                                IgnoreImportLibrary="TRUE"
42                                AdditionalOptions="/MACHINE:I386"
43                                AdditionalDependencies="ogremain.lib"
44                                OutputFile=".\..\bin\Debug\LWO2MESH.exe"
45                                LinkIncremental="2"
46                                SuppressStartupBanner="TRUE"
47                                AdditionalLibraryDirectories="..\..\..\OgreMain\lib\Debug"
48                                IgnoreDefaultLibraryNames="libc.lib,libcd.lib,libcmt.lib"
49                                GenerateDebugInformation="TRUE"
50                                ProgramDatabaseFile=".\..\bin\Debug\LWO2MESH.pdb"
51                                SubSystem="1"/>
52                        <Tool
53                                Name="VCMIDLTool"
54                                TypeLibraryName=".\..\bin\Debug\LWO2MESH.tlb"/>
55                        <Tool
56                                Name="VCPostBuildEventTool"/>
57                        <Tool
58                                Name="VCPreBuildEventTool"/>
59                        <Tool
60                                Name="VCPreLinkEventTool"/>
61                        <Tool
62                                Name="VCResourceCompilerTool"
63                                PreprocessorDefinitions="_DEBUG"
64                                Culture="2057"/>
65                        <Tool
66                                Name="VCWebServiceProxyGeneratorTool"/>
67                        <Tool
68                                Name="VCWebDeploymentTool"/>
69                </Configuration>
70                <Configuration
71                        Name="Release|Win32"
72                        OutputDirectory=".\..\bin\Release"
73                        IntermediateDirectory=".\..\obj\Release"
74                        ConfigurationType="1"
75                        UseOfMFC="0"
76                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
77                        CharacterSet="2">
78                        <Tool
79                                Name="VCCLCompilerTool"
80                                InlineFunctionExpansion="2"
81                                AdditionalIncludeDirectories="..\include;..\..\..\OgreMain\include"
82                                PreprocessorDefinitions="NDEBUG,_CONSOLE,WIN32,TIXML_USE_STL"
83                                StringPooling="TRUE"
84                                RuntimeLibrary="2"
85                                EnableFunctionLevelLinking="TRUE"
86                                PrecompiledHeaderFile=".\..\obj\Release\LWO2MESH.pch"
87                                AssemblerListingLocation=".\..\obj\Release\"
88                                ObjectFile=".\..\obj\Release\"
89                                ProgramDataBaseFileName=".\..\obj\Release\"
90                                BrowseInformation="1"
91                                WarningLevel="3"
92                                SuppressStartupBanner="TRUE"
93                                CompileAs="0"/>
94                        <Tool
95                                Name="VCCustomBuildTool"/>
96                        <Tool
97                                Name="VCLinkerTool"
98                                IgnoreImportLibrary="TRUE"
99                                AdditionalOptions="/MACHINE:I386"
100                                AdditionalDependencies="ogremain.lib"
101                                OutputFile=".\..\bin\Release\LWO2MESH.exe"
102                                LinkIncremental="1"
103                                SuppressStartupBanner="TRUE"
104                                AdditionalLibraryDirectories="..\..\..\OgreMain\lib\Release"
105                                IgnoreDefaultLibraryNames="libcd.lib,libcmt.lib,libcmtd.lib"
106                                SubSystem="1"/>
107                        <Tool
108                                Name="VCMIDLTool"
109                                TypeLibraryName=".\..\bin\Release\LWO2MESH.tlb"/>
110                        <Tool
111                                Name="VCPostBuildEventTool"/>
112                        <Tool
113                                Name="VCPreBuildEventTool"/>
114                        <Tool
115                                Name="VCPreLinkEventTool"/>
116                        <Tool
117                                Name="VCResourceCompilerTool"
118                                PreprocessorDefinitions="NDEBUG"
119                                Culture="2057"/>
120                        <Tool
121                                Name="VCWebServiceProxyGeneratorTool"/>
122                        <Tool
123                                Name="VCWebDeploymentTool"/>
124                </Configuration>
125        </Configurations>
126        <Files>
127                <Filter
128                        Name="Source Files"
129                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
130                        <File
131                                RelativePath="..\src\BitArray.cpp">
132                        </File>
133                        <File
134                                RelativePath="..\src\Vector3.cpp">
135                        </File>
136                        <File
137                                RelativePath="..\src\lwEnvelope.cpp">
138                        </File>
139                        <File
140                                RelativePath="..\src\lwLayer.cpp">
141                        </File>
142                        <File
143                                RelativePath="..\src\lwPolygon.cpp">
144                        </File>
145                        <File
146                                RelativePath="..\src\lwReader.cpp">
147                        </File>
148                        <File
149                                RelativePath="..\src\lwo2mesh.cpp">
150                        </File>
151                        <File
152                                RelativePath="..\src\main.cpp">
153                        </File>
154                        <File
155                                RelativePath="..\src\singletons.cpp">
156                        </File>
157                </Filter>
158                <Filter
159                        Name="Header Files"
160                        Filter="h;hpp;hxx;hm;inl">
161                        <File
162                                RelativePath="..\include\BitArray.h">
163                        </File>
164                        <File
165                                RelativePath="..\include\Point.h">
166                        </File>
167                        <File
168                                RelativePath="..\include\Vector3.h">
169                        </File>
170                        <File
171                                RelativePath="..\include\lwClip.h">
172                        </File>
173                        <File
174                                RelativePath="..\include\lwEnvelope.h">
175                        </File>
176                        <File
177                                RelativePath="..\include\lwLayer.h">
178                        </File>
179                        <File
180                                RelativePath="..\include\lwObject.h">
181                        </File>
182                        <File
183                                RelativePath="..\include\lwPolygon.h">
184                        </File>
185                        <File
186                                RelativePath="..\include\lwReader.h">
187                        </File>
188                        <File
189                                RelativePath="..\include\lwo.h">
190                        </File>
191                        <File
192                                RelativePath="..\include\lwo2mesh.h">
193                        </File>
194                </Filter>
195                <Filter
196                        Name="Resource Files"
197                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
198                </Filter>
199        </Files>
200        <Globals>
201        </Globals>
202</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.