source: GTP/trunk/Lib/Geom/shared/GTGeometry/GeoLodLibraryDLL.vcproj @ 1788

Revision 1788, 4.8 KB checked in by gumbau, 18 years ago (diff)

Added the GeoLodLibraryDLL project which compiles the LodStrips? and LodTrees? librarys into a separate DLL. This DLL is smaller than the static lib.

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="GeoLodLibraryDLL"
6        ProjectGUID="{84625A65-ECC9-4DD3-B02E-1C21C5766D72}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="build/Debug"
16                        IntermediateDirectory="build/Debug"
17                        ConfigurationType="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="include"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GEOLODLIBRARYDLL_EXPORTS;GEOLODLIBRARYDLL_API=__declspec(dllexport)"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="1"
27                                UsePrecompiledHeader="0"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="4"/>
31                        <Tool
32                                Name="VCCustomBuildTool"/>
33                        <Tool
34                                Name="VCLinkerTool"
35                                OutputFile="$(OutDir)/GeoLodLibraryDLL_d.dll"
36                                LinkIncremental="2"
37                                GenerateDebugInformation="TRUE"
38                                ProgramDatabaseFile="$(OutDir)/GeoLodLibraryDLL.pdb"
39                                SubSystem="2"
40                                ImportLibrary="$(OutDir)/GeoLodLibraryDLL_d.lib"
41                                TargetMachine="1"/>
42                        <Tool
43                                Name="VCMIDLTool"/>
44                        <Tool
45                                Name="VCPostBuildEventTool"
46                                CommandLine="xcopy /Y H:\jesus\GameTools\SVN\GTP\trunk\Lib\Geom\shared\GTGeometry\build\Debug\GeoLodLibraryDLL_d.dll H:\jesus\shark3d\shark3d\bin\win32_vc7x1\debug\"/>
47                        <Tool
48                                Name="VCPreBuildEventTool"/>
49                        <Tool
50                                Name="VCPreLinkEventTool"/>
51                        <Tool
52                                Name="VCResourceCompilerTool"/>
53                        <Tool
54                                Name="VCWebServiceProxyGeneratorTool"/>
55                        <Tool
56                                Name="VCXMLDataGeneratorTool"/>
57                        <Tool
58                                Name="VCWebDeploymentTool"/>
59                        <Tool
60                                Name="VCManagedWrapperGeneratorTool"/>
61                        <Tool
62                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
63                </Configuration>
64                <Configuration
65                        Name="Release|Win32"
66                        OutputDirectory="build/Release"
67                        IntermediateDirectory="Release"
68                        ConfigurationType="2"
69                        CharacterSet="2">
70                        <Tool
71                                Name="VCCLCompilerTool"
72                                AdditionalIncludeDirectories="include"
73                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GEOLODLIBRARYDLL_EXPORTS;GEOLODLIBRARYDLL_API=__declspec(dllexport)"
74                                RuntimeLibrary="0"
75                                UsePrecompiledHeader="0"
76                                WarningLevel="3"
77                                Detect64BitPortabilityProblems="TRUE"
78                                DebugInformationFormat="3"/>
79                        <Tool
80                                Name="VCCustomBuildTool"/>
81                        <Tool
82                                Name="VCLinkerTool"
83                                OutputFile="$(OutDir)/GeoLodLibraryDLL.dll"
84                                LinkIncremental="1"
85                                GenerateDebugInformation="TRUE"
86                                SubSystem="2"
87                                OptimizeReferences="2"
88                                EnableCOMDATFolding="2"
89                                ImportLibrary="$(OutDir)/GeoLodLibraryDLL.lib"
90                                TargetMachine="1"/>
91                        <Tool
92                                Name="VCMIDLTool"/>
93                        <Tool
94                                Name="VCPostBuildEventTool"
95                                CommandLine="xcopy /Y H:\jesus\GameTools\SVN\GTP\trunk\Lib\Geom\shared\GTGeometry\build\Release\GeoLodLibraryDLL.dll H:\jesus\shark3d\shark3d\bin\win32_vc7x1\release"/>
96                        <Tool
97                                Name="VCPreBuildEventTool"/>
98                        <Tool
99                                Name="VCPreLinkEventTool"/>
100                        <Tool
101                                Name="VCResourceCompilerTool"/>
102                        <Tool
103                                Name="VCWebServiceProxyGeneratorTool"/>
104                        <Tool
105                                Name="VCXMLDataGeneratorTool"/>
106                        <Tool
107                                Name="VCWebDeploymentTool"/>
108                        <Tool
109                                Name="VCManagedWrapperGeneratorTool"/>
110                        <Tool
111                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
112                </Configuration>
113        </Configurations>
114        <References>
115        </References>
116        <Files>
117                <Filter
118                        Name="Source Files"
119                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
120                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
121                        <File
122                                RelativePath="src\libs\leaves\foliage.cpp">
123                        </File>
124                        <File
125                                RelativePath="src\GeoLodLibraryDLL.cpp">
126                        </File>
127                        <File
128                                RelativePath="src\GeoLodStripsLibrary.cpp">
129                        </File>
130                        <File
131                                RelativePath="src\GeoLodTreeLibrary.cpp">
132                        </File>
133                        <File
134                                RelativePath="src\GeoMesh.cpp">
135                        </File>
136                        <File
137                                RelativePath="src\GeoMeshLoader.cpp">
138                        </File>
139                        <File
140                                RelativePath="src\GeoSerializer.cpp">
141                        </File>
142                        <File
143                                RelativePath="src\GeoSubMesh.cpp">
144                        </File>
145                        <File
146                                RelativePath="src\GeoTreeSimpSequence.cpp">
147                        </File>
148                        <File
149                                RelativePath="src\GeoVertexBuffer.cpp">
150                        </File>
151                        <File
152                                RelativePath="src\libs\leaves\Leaf.cpp">
153                        </File>
154                </Filter>
155                <Filter
156                        Name="Header Files"
157                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
158                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
159                        <File
160                                RelativePath="include\GeoLodLibraryDLL.h">
161                        </File>
162                </Filter>
163                <Filter
164                        Name="Resource Files"
165                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
166                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
167                </Filter>
168        </Files>
169        <Globals>
170        </Globals>
171</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.