Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics/visual_studio/vc8/bullet_linearmath.vcproj @ 1986

Last change on this file since 1986 was 1986, checked in by rgrieder, 16 years ago

updated msvc files to build Bullet and OgreBullet.

File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="bullet_linearmath"
6        ProjectGUID="{C8659D22-3CB7-41C9-A1BC-B40DB70A31A5}"
7        RootNamespace="orxonox"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        ConfigurationType="4"
21                        InheritedPropertySheets=".\debug.vsprops;.\bullet.vsprops"
22                        CharacterSet="1"
23                        >
24                        <Tool
25                                Name="VCPreBuildEventTool"
26                        />
27                        <Tool
28                                Name="VCCustomBuildTool"
29                        />
30                        <Tool
31                                Name="VCXMLDataGeneratorTool"
32                        />
33                        <Tool
34                                Name="VCWebServiceProxyGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCMIDLTool"
38                        />
39                        <Tool
40                                Name="VCCLCompilerTool"
41                                PrecompiledHeaderThrough="OgreBulletPrecompiled.h"
42                        />
43                        <Tool
44                                Name="VCManagedResourceCompilerTool"
45                        />
46                        <Tool
47                                Name="VCResourceCompilerTool"
48                        />
49                        <Tool
50                                Name="VCPreLinkEventTool"
51                        />
52                        <Tool
53                                Name="VCLibrarianTool"
54                        />
55                        <Tool
56                                Name="VCALinkTool"
57                        />
58                        <Tool
59                                Name="VCXDCMakeTool"
60                        />
61                        <Tool
62                                Name="VCBscMakeTool"
63                        />
64                        <Tool
65                                Name="VCFxCopTool"
66                        />
67                        <Tool
68                                Name="VCPostBuildEventTool"
69                        />
70                </Configuration>
71                <Configuration
72                        Name="Release|Win32"
73                        ConfigurationType="4"
74                        InheritedPropertySheets=".\release.vsprops;.\bullet.vsprops"
75                        CharacterSet="1"
76                        WholeProgramOptimization="0"
77                        >
78                        <Tool
79                                Name="VCPreBuildEventTool"
80                        />
81                        <Tool
82                                Name="VCCustomBuildTool"
83                        />
84                        <Tool
85                                Name="VCXMLDataGeneratorTool"
86                        />
87                        <Tool
88                                Name="VCWebServiceProxyGeneratorTool"
89                        />
90                        <Tool
91                                Name="VCMIDLTool"
92                        />
93                        <Tool
94                                Name="VCCLCompilerTool"
95                                PreprocessorDefinitions="TOLUA_RELEASE"
96                        />
97                        <Tool
98                                Name="VCManagedResourceCompilerTool"
99                        />
100                        <Tool
101                                Name="VCResourceCompilerTool"
102                        />
103                        <Tool
104                                Name="VCPreLinkEventTool"
105                        />
106                        <Tool
107                                Name="VCLibrarianTool"
108                        />
109                        <Tool
110                                Name="VCALinkTool"
111                        />
112                        <Tool
113                                Name="VCXDCMakeTool"
114                        />
115                        <Tool
116                                Name="VCBscMakeTool"
117                        />
118                        <Tool
119                                Name="VCFxCopTool"
120                        />
121                        <Tool
122                                Name="VCPostBuildEventTool"
123                        />
124                </Configuration>
125        </Configurations>
126        <References>
127        </References>
128        <Files>
129                <Filter
130                        Name="Source Files"
131                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
132                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
133                        >
134                        <File
135                                RelativePath="..\..\src\bullet\LinearMath\btAlignedAllocator.cpp"
136                                >
137                        </File>
138                        <File
139                                RelativePath="..\..\src\bullet\LinearMath\btConvexHull.cpp"
140                                >
141                        </File>
142                        <File
143                                RelativePath="..\..\src\bullet\LinearMath\btGeometryUtil.cpp"
144                                >
145                        </File>
146                        <File
147                                RelativePath="..\..\src\bullet\LinearMath\btQuickprof.cpp"
148                                >
149                        </File>
150                </Filter>
151                <Filter
152                        Name="Header Files"
153                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
154                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
155                        >
156                </Filter>
157        </Files>
158        <Globals>
159        </Globals>
160</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.