~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to projectfiles_vc7/blender/makesdna/DNA_makesdna.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding = "Windows-1252"?>
 
1
<?xml version="1.0" encoding="Windows-1252"?>
2
2
<VisualStudioProject
3
3
        ProjectType="Visual C++"
4
 
        Version="7.00"
 
4
        Version="7.0"
5
5
        Name="DNA_makesdna"
6
6
        SccProjectName=""
7
7
        SccLocalPath="">
11
11
        </Platforms>
12
12
        <Configurations>
13
13
                <Configuration
14
 
                        Name="MT DLL Debug|Win32"
15
 
                        OutputDirectory=".\..\..\..\source\blender\makesdna\intern"
16
 
                        IntermediateDirectory=".\..\..\..\obj\windows\blender\makesdna\mtdll_debug"
 
14
                        Name="3D Plugin Debug|Win32"
 
15
                        OutputDirectory="..\..\..\..\build\msvc_7\source\blender\makesdna\mtdll\debug"
 
16
                        IntermediateDirectory="..\..\..\..\build\msvc_7\source\blender\makesdna\mtdll\debug"
17
17
                        ConfigurationType="1"
18
18
                        UseOfMFC="0"
19
19
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
21
21
                        <Tool
22
22
                                Name="VCCLCompilerTool"
23
23
                                Optimization="0"
24
 
                                AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\makesdna,..\..\..\source\blender\blenlib,..\..\..\source\blender\blenkernel,..\..\..\source\blender"
25
 
                                PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE"
 
24
                                AdditionalIncludeDirectories="..\..\..\..\build\msvc_7\intern\guardedalloc\include;..\..\..\source\blender;..\..\..\source\blender\blenlib;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenkernel"
 
25
                                PreprocessorDefinitions="_DEBUG,WIN32,_CONSOLE"
26
26
                                BasicRuntimeChecks="3"
27
27
                                RuntimeLibrary="3"
28
28
                                DefaultCharIsUnsigned="TRUE"
29
29
                                UsePrecompiledHeader="2"
30
 
                                PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\makesdna\mtdll_debug/DNA_makesdna.pch"
31
 
                                AssemblerListingLocation=".\..\..\..\obj\windows\blender\makesdna\mtdll_debug/"
32
 
                                ObjectFile=".\..\..\..\obj\windows\blender\makesdna\mtdll_debug/"
33
 
                                ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\makesdna\mtdll_debug/"
34
 
                                WarningLevel="3"
35
 
                                SuppressStartupBanner="TRUE"
36
 
                                DebugInformationFormat="4"
37
 
                                CompileAs="0"/>
38
 
                        <Tool
39
 
                                Name="VCCustomBuildTool"/>
40
 
                        <Tool
41
 
                                Name="VCLinkerTool"
42
 
                                AdditionalOptions="/MACHINE:I386"
43
 
                                AdditionalDependencies="libguardedalloc.a"
44
 
                                OutputFile=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.exe"
45
 
                                LinkIncremental="2"
46
 
                                SuppressStartupBanner="TRUE"
47
 
                                AdditionalLibraryDirectories="..\..\..\..\lib\windows\guardedalloc\lib"
48
 
                                GenerateDebugInformation="TRUE"
49
 
                                ProgramDatabaseFile="DNA_makesdna.pdb"
50
 
                                SubSystem="1"/>
51
 
                        <Tool
52
 
                                Name="VCMIDLTool"
53
 
                                TypeLibraryName=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.tlb"/>
54
 
                        <Tool
55
 
                                Name="VCPostBuildEventTool"
56
 
                                CommandLine="CD ..\..\..\source\blender\makesdna\intern\
57
 
DNA_makesdna.exe dna.c
58
 
"/>
59
 
                        <Tool
60
 
                                Name="VCPreBuildEventTool"/>
61
 
                        <Tool
62
 
                                Name="VCPreLinkEventTool"/>
63
 
                        <Tool
64
 
                                Name="VCResourceCompilerTool"
65
 
                                PreprocessorDefinitions="_DEBUG"
66
 
                                Culture="1033"/>
67
 
                        <Tool
68
 
                                Name="VCWebServiceProxyGeneratorTool"/>
69
 
                        <Tool
70
 
                                Name="VCWebDeploymentTool"/>
71
 
                </Configuration>
72
 
                <Configuration
73
 
                        Name="Release|Win32"
74
 
                        OutputDirectory=".\..\..\..\source\blender\makesdna\intern"
75
 
                        IntermediateDirectory=".\..\..\..\obj\windows\blender\makesdna"
76
 
                        ConfigurationType="1"
77
 
                        UseOfMFC="0"
78
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
79
 
                        CharacterSet="2">
80
 
                        <Tool
81
 
                                Name="VCCLCompilerTool"
82
 
                                InlineFunctionExpansion="1"
83
 
                                AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\makesdna,..\..\..\source\blender\blenlib,..\..\..\source\blender\blenkernel,..\..\..\source\blender"
84
 
                                PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE"
85
 
                                StringPooling="TRUE"
86
 
                                RuntimeLibrary="0"
87
 
                                EnableFunctionLevelLinking="TRUE"
88
 
                                DefaultCharIsUnsigned="TRUE"
89
 
                                UsePrecompiledHeader="2"
90
 
                                PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\makesdna/DNA_makesdna.pch"
91
 
                                AssemblerListingLocation=".\..\..\..\obj\windows\blender\makesdna/"
92
 
                                ObjectFile=".\..\..\..\obj\windows\blender\makesdna/"
93
 
                                ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\makesdna/"
94
 
                                WarningLevel="3"
95
 
                                SuppressStartupBanner="TRUE"
96
 
                                CompileAs="0"/>
97
 
                        <Tool
98
 
                                Name="VCCustomBuildTool"/>
99
 
                        <Tool
100
 
                                Name="VCLinkerTool"
101
 
                                AdditionalOptions="/MACHINE:I386"
102
 
                                AdditionalDependencies="libguardedalloc.lib BLI_blenlib.lib odbc32.lib odbccp32.lib"
103
 
                                OutputFile=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.exe"
104
 
                                LinkIncremental="1"
105
 
                                SuppressStartupBanner="TRUE"
106
 
                                AdditionalLibraryDirectories="..\..\..\..\lib\windows\guardedalloc\lib,..\..\..\obj\windows\blender\blenlib"
107
 
                                IgnoreDefaultLibraryNames="libc.lib"
108
 
                                ProgramDatabaseFile="DNA_makesdna.pdb"
109
 
                                SubSystem="1"/>
110
 
                        <Tool
111
 
                                Name="VCMIDLTool"
112
 
                                TypeLibraryName=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.tlb"/>
113
 
                        <Tool
114
 
                                Name="VCPostBuildEventTool"
115
 
                                Description="Building DNA"
116
 
                                CommandLine="CD ..\..\..\source\blender\makesdna\intern\
117
 
DNA_makesdna.exe dna.c
118
 
"/>
119
 
                        <Tool
120
 
                                Name="VCPreBuildEventTool"/>
121
 
                        <Tool
122
 
                                Name="VCPreLinkEventTool"/>
123
 
                        <Tool
124
 
                                Name="VCResourceCompilerTool"
125
 
                                PreprocessorDefinitions="NDEBUG"
126
 
                                Culture="1033"/>
127
 
                        <Tool
128
 
                                Name="VCWebServiceProxyGeneratorTool"/>
129
 
                        <Tool
130
 
                                Name="VCWebDeploymentTool"/>
131
 
                </Configuration>
132
 
                <Configuration
133
 
                        Name="MT DLL Release|Win32"
134
 
                        OutputDirectory=".\..\..\..\source\blender\makesdna\intern"
135
 
                        IntermediateDirectory=".\..\..\..\obj\windows\blender\makesdna\mtdll"
136
 
                        ConfigurationType="1"
137
 
                        UseOfMFC="0"
138
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
139
 
                        CharacterSet="2">
140
 
                        <Tool
141
 
                                Name="VCCLCompilerTool"
142
 
                                InlineFunctionExpansion="1"
143
 
                                AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\makesdna,..\..\..\source\blender\blenlib,..\..\..\source\blender\blenkernel,..\..\..\source\blender"
144
 
                                PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE"
145
 
                                StringPooling="TRUE"
146
 
                                RuntimeLibrary="4"
147
 
                                EnableFunctionLevelLinking="TRUE"
148
 
                                DefaultCharIsUnsigned="TRUE"
149
 
                                UsePrecompiledHeader="2"
150
 
                                PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\makesdna\mtdll/DNA_makesdna.pch"
151
 
                                AssemblerListingLocation=".\..\..\..\obj\windows\blender\makesdna\mtdll/"
152
 
                                ObjectFile=".\..\..\..\obj\windows\blender\makesdna\mtdll/"
153
 
                                ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\makesdna\mtdll/"
154
 
                                WarningLevel="3"
155
 
                                SuppressStartupBanner="TRUE"
156
 
                                CompileAs="0"/>
157
 
                        <Tool
158
 
                                Name="VCCustomBuildTool"/>
159
 
                        <Tool
160
 
                                Name="VCLinkerTool"
161
 
                                AdditionalOptions="/MACHINE:I386"
162
 
                                AdditionalDependencies="libguardedalloc.a"
163
 
                                OutputFile=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.exe"
164
 
                                LinkIncremental="1"
165
 
                                SuppressStartupBanner="TRUE"
166
 
                                AdditionalLibraryDirectories="..\..\..\..\lib\windows\guardedalloc\lib,..\..\..\..\obj\windows\blender\blenlib"
167
 
                                ProgramDatabaseFile="DNA_makesdna.pdb"
168
 
                                SubSystem="1"/>
169
 
                        <Tool
170
 
                                Name="VCMIDLTool"
171
 
                                TypeLibraryName=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.tlb"/>
172
 
                        <Tool
173
 
                                Name="VCPostBuildEventTool"
174
 
                                CommandLine="CD ..\..\..\source\blender\makesdna\intern\
175
 
DNA_makesdna.exe dna.c
176
 
"/>
177
 
                        <Tool
178
 
                                Name="VCPreBuildEventTool"/>
179
 
                        <Tool
180
 
                                Name="VCPreLinkEventTool"/>
181
 
                        <Tool
182
 
                                Name="VCResourceCompilerTool"
183
 
                                PreprocessorDefinitions="NDEBUG"
184
 
                                Culture="1033"/>
185
 
                        <Tool
186
 
                                Name="VCWebServiceProxyGeneratorTool"/>
187
 
                        <Tool
188
 
                                Name="VCWebDeploymentTool"/>
189
 
                </Configuration>
190
 
                <Configuration
191
 
                        Name="Debug|Win32"
192
 
                        OutputDirectory=".\..\..\..\source\blender\makesdna\intern"
193
 
                        IntermediateDirectory=".\..\..\..\obj\windows\blender\makesdna\debug"
194
 
                        ConfigurationType="1"
195
 
                        UseOfMFC="0"
196
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
197
 
                        CharacterSet="2">
198
 
                        <Tool
199
 
                                Name="VCCLCompilerTool"
200
 
                                Optimization="0"
201
 
                                AdditionalIncludeDirectories="..\..\..\..\lib\windows\guardedalloc\include,..\..\..\source\blender\makesdna,..\..\..\source\blender\blenlib,..\..\..\source\blender\blenkernel,..\..\..\source\blender"
202
 
                                PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE"
203
 
                                BasicRuntimeChecks="3"
204
 
                                RuntimeLibrary="1"
205
 
                                DefaultCharIsUnsigned="TRUE"
206
 
                                UsePrecompiledHeader="2"
207
 
                                PrecompiledHeaderFile=".\..\..\..\obj\windows\blender\makesdna\debug/DNA_makesdna.pch"
208
 
                                AssemblerListingLocation=".\..\..\..\obj\windows\blender\makesdna\debug/"
209
 
                                ObjectFile=".\..\..\..\obj\windows\blender\makesdna\debug/"
210
 
                                ProgramDataBaseFileName=".\..\..\..\obj\windows\blender\makesdna\debug/"
211
 
                                WarningLevel="3"
212
 
                                SuppressStartupBanner="TRUE"
213
 
                                DebugInformationFormat="3"
214
 
                                CompileAs="0"/>
215
 
                        <Tool
216
 
                                Name="VCCustomBuildTool"/>
217
 
                        <Tool
218
 
                                Name="VCLinkerTool"
219
 
                                AdditionalOptions="/MACHINE:I386"
220
 
                                AdditionalDependencies="libguardedalloc.lib BLI_blenlib.lib odbc32.lib odbccp32.lib"
221
 
                                OutputFile=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.exe"
222
 
                                LinkIncremental="2"
223
 
                                SuppressStartupBanner="TRUE"
224
 
                                AdditionalLibraryDirectories="..\..\..\..\lib\windows\guardedalloc\lib\debug,..\..\..\obj\windows\blender\blenlib\debug"
225
 
                                IgnoreDefaultLibraryNames="libc.lib"
226
 
                                GenerateDebugInformation="TRUE"
227
 
                                ProgramDatabaseFile="DNA_makesdna.pdb"
228
 
                                SubSystem="1"/>
229
 
                        <Tool
230
 
                                Name="VCMIDLTool"
231
 
                                TypeLibraryName=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.tlb"/>
232
 
                        <Tool
233
 
                                Name="VCPostBuildEventTool"
234
 
                                Description="Building DNA"
235
 
                                CommandLine="CD ..\..\..\source\blender\makesdna\intern\
236
 
DNA_makesdna.exe dna.c
237
 
"/>
238
 
                        <Tool
239
 
                                Name="VCPreBuildEventTool"/>
240
 
                        <Tool
241
 
                                Name="VCPreLinkEventTool"/>
242
 
                        <Tool
243
 
                                Name="VCResourceCompilerTool"
244
 
                                PreprocessorDefinitions="_DEBUG"
245
 
                                Culture="1033"/>
246
 
                        <Tool
247
 
                                Name="VCWebServiceProxyGeneratorTool"/>
248
 
                        <Tool
249
 
                                Name="VCWebDeploymentTool"/>
 
30
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_7\source\blender\makesdna\mtdll\debug\DNA_makesdna.pch"
 
31
                                AssemblerListingLocation="..\..\..\..\build\msvc_7\source\blender\makesdna\mtdll\debug\"
 
32
                                ObjectFile="..\..\..\..\build\msvc_7\source\blender\makesdna\mtdll\debug\"
 
33
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_7\source\blender\makesdna\mtdll\debug\"
 
34
                                WarningLevel="2"
 
35
                                SuppressStartupBanner="TRUE"
 
36
                                DebugInformationFormat="3"
 
37
                                CompileAs="0"/>
 
38
                        <Tool
 
39
                                Name="VCCustomBuildTool"/>
 
40
                        <Tool
 
41
                                Name="VCLinkerTool"
 
42
                                AdditionalOptions="/MACHINE:I386"
 
43
                                AdditionalDependencies="libguardedalloc.lib BLI_blenlib.lib odbc32.lib odbccp32.lib"
 
44
                                OutputFile=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.exe"
 
45
                                LinkIncremental="2"
 
46
                                SuppressStartupBanner="TRUE"
 
47
                                AdditionalLibraryDirectories="..\..\..\..\build\msvc_7\libs\intern\mtdll\debug;..\..\..\..\build\msvc_7\libs\mtdll\debug"
 
48
                                IgnoreDefaultLibraryNames="     libc.lib, libcmt.lib, msvcrt.lib, libcd.lib, libcmtd.lib"
 
49
                                GenerateDebugInformation="TRUE"
 
50
                                ProgramDatabaseFile="..\..\..\..\build\msvc_7\libs\debug\DNA_makesdna.pdb"
 
51
                                SubSystem="1"/>
 
52
                        <Tool
 
53
                                Name="VCMIDLTool"
 
54
                                TypeLibraryName=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.tlb"/>
 
55
                        <Tool
 
56
                                Name="VCPostBuildEventTool"
 
57
                                Description="Building DNA"
 
58
                                CommandLine="CD ..\..\..\source\blender\makesdna\intern\
 
59
DNA_makesdna.exe dna.c
 
60
"/>
 
61
                        <Tool
 
62
                                Name="VCPreBuildEventTool"/>
 
63
                        <Tool
 
64
                                Name="VCPreLinkEventTool"/>
 
65
                        <Tool
 
66
                                Name="VCResourceCompilerTool"
 
67
                                PreprocessorDefinitions="_DEBUG"
 
68
                                Culture="1033"/>
 
69
                        <Tool
 
70
                                Name="VCWebServiceProxyGeneratorTool"/>
 
71
                        <Tool
 
72
                                Name="VCXMLDataGeneratorTool"/>
 
73
                        <Tool
 
74
                                Name="VCWebDeploymentTool"/>
 
75
                        <Tool
 
76
                                Name="VCManagedWrapperGeneratorTool"/>
 
77
                        <Tool
 
78
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
79
                </Configuration>
 
80
                <Configuration
 
81
                        Name="Blender Release|Win32"
 
82
                        OutputDirectory="..\..\..\..\build\msvc_7\source\blender\makesdna"
 
83
                        IntermediateDirectory="..\..\..\..\build\msvc_7\source\blender\makesdna"
 
84
                        ConfigurationType="1"
 
85
                        UseOfMFC="0"
 
86
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
87
                        CharacterSet="2">
 
88
                        <Tool
 
89
                                Name="VCCLCompilerTool"
 
90
                                InlineFunctionExpansion="1"
 
91
                                AdditionalIncludeDirectories="..\..\..\..\build\msvc_7\intern\guardedalloc\include;..\..\..\source\blender;..\..\..\source\blender\blenlib;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenkernel"
 
92
                                PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE"
 
93
                                StringPooling="TRUE"
 
94
                                RuntimeLibrary="0"
 
95
                                EnableFunctionLevelLinking="TRUE"
 
96
                                DefaultCharIsUnsigned="TRUE"
 
97
                                UsePrecompiledHeader="2"
 
98
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_7\source\blender\makesdna\DNA_makesdna.pch"
 
99
                                AssemblerListingLocation="..\..\..\..\build\msvc_7\source\blender\makesdna\"
 
100
                                ObjectFile="..\..\..\..\build\msvc_7\source\blender\makesdna\"
 
101
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_7\source\blender\makesdna\"
 
102
                                WarningLevel="2"
 
103
                                SuppressStartupBanner="TRUE"
 
104
                                CompileAs="0"/>
 
105
                        <Tool
 
106
                                Name="VCCustomBuildTool"/>
 
107
                        <Tool
 
108
                                Name="VCLinkerTool"
 
109
                                AdditionalOptions="/MACHINE:I386"
 
110
                                AdditionalDependencies="libguardedalloc.lib BLI_blenlib.lib odbc32.lib odbccp32.lib"
 
111
                                OutputFile="..\..\..\source\blender\makesdna\intern\DNA_makesdna.exe"
 
112
                                LinkIncremental="1"
 
113
                                SuppressStartupBanner="TRUE"
 
114
                                AdditionalLibraryDirectories="..\..\..\..\build\msvc_7\libs\intern;..\..\..\..\build\msvc_7\libs"
 
115
                                IgnoreDefaultLibraryNames="libc.lib"
 
116
                                ProgramDatabaseFile="..\..\..\..\build\msvc_7\libs\DNA_makesdna.pdb"
 
117
                                SubSystem="1"/>
 
118
                        <Tool
 
119
                                Name="VCMIDLTool"
 
120
                                TypeLibraryName=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.tlb"/>
 
121
                        <Tool
 
122
                                Name="VCPostBuildEventTool"
 
123
                                Description="Building DNA"
 
124
                                CommandLine="CD ..\..\..\source\blender\makesdna\intern\
 
125
DNA_makesdna.exe dna.c
 
126
"/>
 
127
                        <Tool
 
128
                                Name="VCPreBuildEventTool"/>
 
129
                        <Tool
 
130
                                Name="VCPreLinkEventTool"/>
 
131
                        <Tool
 
132
                                Name="VCResourceCompilerTool"
 
133
                                PreprocessorDefinitions="NDEBUG"
 
134
                                Culture="1033"/>
 
135
                        <Tool
 
136
                                Name="VCWebServiceProxyGeneratorTool"/>
 
137
                        <Tool
 
138
                                Name="VCXMLDataGeneratorTool"/>
 
139
                        <Tool
 
140
                                Name="VCWebDeploymentTool"/>
 
141
                        <Tool
 
142
                                Name="VCManagedWrapperGeneratorTool"/>
 
143
                        <Tool
 
144
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
145
                </Configuration>
 
146
                <Configuration
 
147
                        Name="3D Plugin Release|Win32"
 
148
                        OutputDirectory="..\..\..\..\build\msvc_7\source\blender\makesdna\mtdll"
 
149
                        IntermediateDirectory="..\..\..\..\build\msvc_7\source\blender\makesdna\mtdll"
 
150
                        ConfigurationType="1"
 
151
                        UseOfMFC="0"
 
152
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
153
                        CharacterSet="2">
 
154
                        <Tool
 
155
                                Name="VCCLCompilerTool"
 
156
                                InlineFunctionExpansion="1"
 
157
                                AdditionalIncludeDirectories="..\..\..\..\build\msvc_7\intern\guardedalloc\include;..\..\..\source\blender;..\..\..\source\blender\blenlib;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenkernel"
 
158
                                PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE"
 
159
                                StringPooling="TRUE"
 
160
                                RuntimeLibrary="2"
 
161
                                EnableFunctionLevelLinking="TRUE"
 
162
                                DefaultCharIsUnsigned="TRUE"
 
163
                                UsePrecompiledHeader="2"
 
164
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_7\source\blender\makesdna\mtdll\DNA_makesdna.pch"
 
165
                                AssemblerListingLocation="..\..\..\..\build\msvc_7\source\blender\makesdna\mtdll\"
 
166
                                ObjectFile="..\..\..\..\build\msvc_7\source\blender\makesdna\mtdll\"
 
167
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_7\source\blender\makesdna\mtdll\"
 
168
                                WarningLevel="2"
 
169
                                SuppressStartupBanner="TRUE"
 
170
                                CompileAs="0"/>
 
171
                        <Tool
 
172
                                Name="VCCustomBuildTool"/>
 
173
                        <Tool
 
174
                                Name="VCLinkerTool"
 
175
                                AdditionalOptions="/MACHINE:I386"
 
176
                                AdditionalDependencies="libguardedalloc.lib BLI_blenlib.lib odbc32.lib odbccp32.lib"
 
177
                                OutputFile="..\..\..\source\blender\makesdna\intern\DNA_makesdna.exe"
 
178
                                LinkIncremental="1"
 
179
                                SuppressStartupBanner="TRUE"
 
180
                                AdditionalLibraryDirectories="..\..\..\..\build\msvc_7\libs\intern\mtdll;..\..\..\..\build\msvc_7\libs\mtdll"
 
181
                                IgnoreDefaultLibraryNames="     libc.lib, libcmt.lib, libcd.lib, libcmtd.lib, msvcrtd.lib"
 
182
                                ProgramDatabaseFile="..\..\..\..\build\msvc_7\libs\DNA_makesdna.pdb"
 
183
                                SubSystem="1"/>
 
184
                        <Tool
 
185
                                Name="VCMIDLTool"
 
186
                                TypeLibraryName=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.tlb"/>
 
187
                        <Tool
 
188
                                Name="VCPostBuildEventTool"
 
189
                                Description="Building DNA"
 
190
                                CommandLine="CD ..\..\..\source\blender\makesdna\intern\
 
191
DNA_makesdna.exe dna.c
 
192
"/>
 
193
                        <Tool
 
194
                                Name="VCPreBuildEventTool"/>
 
195
                        <Tool
 
196
                                Name="VCPreLinkEventTool"/>
 
197
                        <Tool
 
198
                                Name="VCResourceCompilerTool"
 
199
                                PreprocessorDefinitions="NDEBUG"
 
200
                                Culture="1033"/>
 
201
                        <Tool
 
202
                                Name="VCWebServiceProxyGeneratorTool"/>
 
203
                        <Tool
 
204
                                Name="VCXMLDataGeneratorTool"/>
 
205
                        <Tool
 
206
                                Name="VCWebDeploymentTool"/>
 
207
                        <Tool
 
208
                                Name="VCManagedWrapperGeneratorTool"/>
 
209
                        <Tool
 
210
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
211
                </Configuration>
 
212
                <Configuration
 
213
                        Name="Blender Debug|Win32"
 
214
                        OutputDirectory="..\..\..\..\build\msvc_7\source\blender\makesdna\debug"
 
215
                        IntermediateDirectory="..\..\..\..\build\msvc_7\source\blender\makesdna\debug"
 
216
                        ConfigurationType="1"
 
217
                        UseOfMFC="0"
 
218
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
219
                        CharacterSet="2">
 
220
                        <Tool
 
221
                                Name="VCCLCompilerTool"
 
222
                                Optimization="0"
 
223
                                AdditionalIncludeDirectories="..\..\..\..\build\msvc_7\intern\guardedalloc\include;..\..\..\source\blender;..\..\..\source\blender\blenlib;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenkernel"
 
224
                                PreprocessorDefinitions="_DEBUG,WIN32,_CONSOLE"
 
225
                                BasicRuntimeChecks="3"
 
226
                                RuntimeLibrary="1"
 
227
                                DefaultCharIsUnsigned="TRUE"
 
228
                                UsePrecompiledHeader="2"
 
229
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_7\source\blender\makesdna\debug\DNA_makesdna.pch"
 
230
                                ExpandAttributedSource="FALSE"
 
231
                                AssemblerListingLocation="..\..\..\..\build\msvc_7\source\blender\makesdna\debug\"
 
232
                                ObjectFile="..\..\..\..\build\msvc_7\source\blender\makesdna\debug\"
 
233
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_7\source\blender\makesdna\debug\"
 
234
                                WarningLevel="2"
 
235
                                SuppressStartupBanner="TRUE"
 
236
                                DebugInformationFormat="3"
 
237
                                CompileAs="0"/>
 
238
                        <Tool
 
239
                                Name="VCCustomBuildTool"/>
 
240
                        <Tool
 
241
                                Name="VCLinkerTool"
 
242
                                AdditionalOptions="/MACHINE:I386
 
243
"
 
244
                                AdditionalDependencies="libguardedalloc.lib BLI_blenlib.lib odbc32.lib odbccp32.lib"
 
245
                                OutputFile="..\..\..\source\blender\makesdna\intern\DNA_makesdna.exe"
 
246
                                LinkIncremental="2"
 
247
                                SuppressStartupBanner="TRUE"
 
248
                                AdditionalLibraryDirectories="..\..\..\..\build\msvc_7\libs\intern\debug;..\..\..\..\build\msvc_7\libs\debug"
 
249
                                IgnoreAllDefaultLibraries="FALSE"
 
250
                                IgnoreDefaultLibraryNames="libc.lib, libcd.lib"
 
251
                                GenerateDebugInformation="TRUE"
 
252
                                ProgramDatabaseFile="..\..\..\..\build\msvc_7\libs\debug\DNA_makesdna.pdb"
 
253
                                SubSystem="1"/>
 
254
                        <Tool
 
255
                                Name="VCMIDLTool"
 
256
                                TypeLibraryName=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.tlb"/>
 
257
                        <Tool
 
258
                                Name="VCPostBuildEventTool"
 
259
                                Description="Building DNA"
 
260
                                CommandLine="CD ..\..\..\source\blender\makesdna\intern
 
261
DNA_makesdna.exe dna.c
 
262
"/>
 
263
                        <Tool
 
264
                                Name="VCPreBuildEventTool"/>
 
265
                        <Tool
 
266
                                Name="VCPreLinkEventTool"/>
 
267
                        <Tool
 
268
                                Name="VCResourceCompilerTool"
 
269
                                PreprocessorDefinitions="_DEBUG"
 
270
                                Culture="1033"/>
 
271
                        <Tool
 
272
                                Name="VCWebServiceProxyGeneratorTool"/>
 
273
                        <Tool
 
274
                                Name="VCXMLDataGeneratorTool"/>
 
275
                        <Tool
 
276
                                Name="VCWebDeploymentTool"/>
 
277
                        <Tool
 
278
                                Name="VCManagedWrapperGeneratorTool"/>
 
279
                        <Tool
 
280
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
281
                </Configuration>
 
282
                <Configuration
 
283
                        Name="BlenderPlayer Debug|Win32"
 
284
                        OutputDirectory="..\..\..\..\build\msvc_7\source\blender\makesdna\debug\blenplayer"
 
285
                        IntermediateDirectory="..\..\..\..\build\msvc_7\source\blender\makesdna\debug\blenplayer"
 
286
                        ConfigurationType="1"
 
287
                        UseOfMFC="0"
 
288
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
289
                        CharacterSet="2">
 
290
                        <Tool
 
291
                                Name="VCCLCompilerTool"
 
292
                                Optimization="0"
 
293
                                AdditionalIncludeDirectories="..\..\..\..\build\msvc_7\intern\guardedalloc\include;..\..\..\source\blender;..\..\..\source\blender\blenlib;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenkernel"
 
294
                                PreprocessorDefinitions="_DEBUG,WIN32,_CONSOLE"
 
295
                                BasicRuntimeChecks="3"
 
296
                                RuntimeLibrary="1"
 
297
                                DefaultCharIsUnsigned="TRUE"
 
298
                                UsePrecompiledHeader="2"
 
299
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_7\source\blender\makesdna\debug\DNA_makesdna.pch"
 
300
                                ExpandAttributedSource="FALSE"
 
301
                                AssemblerListingLocation="..\..\..\..\build\msvc_7\source\blender\makesdna\debug\"
 
302
                                ObjectFile="..\..\..\..\build\msvc_7\source\blender\makesdna\debug\"
 
303
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_7\source\blender\makesdna\debug\"
 
304
                                WarningLevel="2"
 
305
                                SuppressStartupBanner="TRUE"
 
306
                                DebugInformationFormat="3"
 
307
                                CompileAs="0"/>
 
308
                        <Tool
 
309
                                Name="VCCustomBuildTool"/>
 
310
                        <Tool
 
311
                                Name="VCLinkerTool"
 
312
                                AdditionalOptions="/MACHINE:I386
 
313
"
 
314
                                AdditionalDependencies="libguardedalloc.lib BLI_blenlib.lib odbc32.lib odbccp32.lib"
 
315
                                OutputFile="..\..\..\source\blender\makesdna\intern\DNA_makesdna.exe"
 
316
                                LinkIncremental="2"
 
317
                                SuppressStartupBanner="TRUE"
 
318
                                AdditionalLibraryDirectories="..\..\..\..\build\msvc_7\libs\intern\debug;..\..\..\..\build\msvc_7\libs\debug"
 
319
                                IgnoreAllDefaultLibraries="FALSE"
 
320
                                IgnoreDefaultLibraryNames="libc.lib, libcd.lib"
 
321
                                GenerateDebugInformation="TRUE"
 
322
                                ProgramDatabaseFile="..\..\..\..\build\msvc_7\libs\debug\DNA_makesdna.pdb"
 
323
                                SubSystem="1"/>
 
324
                        <Tool
 
325
                                Name="VCMIDLTool"
 
326
                                TypeLibraryName=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.tlb"/>
 
327
                        <Tool
 
328
                                Name="VCPostBuildEventTool"
 
329
                                Description="Building DNA"
 
330
                                CommandLine="CD ..\..\..\source\blender\makesdna\intern
 
331
DNA_makesdna.exe dna.c
 
332
"/>
 
333
                        <Tool
 
334
                                Name="VCPreBuildEventTool"/>
 
335
                        <Tool
 
336
                                Name="VCPreLinkEventTool"/>
 
337
                        <Tool
 
338
                                Name="VCResourceCompilerTool"
 
339
                                PreprocessorDefinitions="_DEBUG"
 
340
                                Culture="1033"/>
 
341
                        <Tool
 
342
                                Name="VCWebServiceProxyGeneratorTool"/>
 
343
                        <Tool
 
344
                                Name="VCXMLDataGeneratorTool"/>
 
345
                        <Tool
 
346
                                Name="VCWebDeploymentTool"/>
 
347
                        <Tool
 
348
                                Name="VCManagedWrapperGeneratorTool"/>
 
349
                        <Tool
 
350
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
351
                </Configuration>
 
352
                <Configuration
 
353
                        Name="BlenderPlayer Release|Win32"
 
354
                        OutputDirectory="..\..\..\..\build\msvc_7\source\blender\makesdna\blenplayer"
 
355
                        IntermediateDirectory="..\..\..\..\build\msvc_7\source\blender\makesdna\blenplayer"
 
356
                        ConfigurationType="1"
 
357
                        UseOfMFC="0"
 
358
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
359
                        CharacterSet="2">
 
360
                        <Tool
 
361
                                Name="VCCLCompilerTool"
 
362
                                InlineFunctionExpansion="1"
 
363
                                AdditionalIncludeDirectories="..\..\..\..\build\msvc_7\intern\guardedalloc\include;..\..\..\source\blender;..\..\..\source\blender\blenlib;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenkernel"
 
364
                                PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE"
 
365
                                StringPooling="TRUE"
 
366
                                RuntimeLibrary="0"
 
367
                                EnableFunctionLevelLinking="TRUE"
 
368
                                DefaultCharIsUnsigned="TRUE"
 
369
                                UsePrecompiledHeader="2"
 
370
                                PrecompiledHeaderFile="..\..\..\..\build\msvc_7\source\blender\makesdna\DNA_makesdna.pch"
 
371
                                AssemblerListingLocation="..\..\..\..\build\msvc_7\source\blender\makesdna\"
 
372
                                ObjectFile="..\..\..\..\build\msvc_7\source\blender\makesdna\"
 
373
                                ProgramDataBaseFileName="..\..\..\..\build\msvc_7\source\blender\makesdna\"
 
374
                                WarningLevel="2"
 
375
                                SuppressStartupBanner="TRUE"
 
376
                                CompileAs="0"/>
 
377
                        <Tool
 
378
                                Name="VCCustomBuildTool"/>
 
379
                        <Tool
 
380
                                Name="VCLinkerTool"
 
381
                                AdditionalOptions="/MACHINE:I386"
 
382
                                AdditionalDependencies="libguardedalloc.lib BLI_blenlib.lib odbc32.lib odbccp32.lib"
 
383
                                OutputFile="..\..\..\source\blender\makesdna\intern\DNA_makesdna.exe"
 
384
                                LinkIncremental="1"
 
385
                                SuppressStartupBanner="TRUE"
 
386
                                AdditionalLibraryDirectories="..\..\..\..\build\msvc_7\libs\intern;..\..\..\..\build\msvc_7\libs"
 
387
                                IgnoreDefaultLibraryNames="libc.lib"
 
388
                                ProgramDatabaseFile="..\..\..\..\build\msvc_7\libs\DNA_makesdna.pdb"
 
389
                                SubSystem="1"/>
 
390
                        <Tool
 
391
                                Name="VCMIDLTool"
 
392
                                TypeLibraryName=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.tlb"/>
 
393
                        <Tool
 
394
                                Name="VCPostBuildEventTool"
 
395
                                Description="Building DNA"
 
396
                                CommandLine="CD ..\..\..\source\blender\makesdna\intern\
 
397
DNA_makesdna.exe dna.c
 
398
"/>
 
399
                        <Tool
 
400
                                Name="VCPreBuildEventTool"/>
 
401
                        <Tool
 
402
                                Name="VCPreLinkEventTool"/>
 
403
                        <Tool
 
404
                                Name="VCResourceCompilerTool"
 
405
                                PreprocessorDefinitions="NDEBUG"
 
406
                                Culture="1033"/>
 
407
                        <Tool
 
408
                                Name="VCWebServiceProxyGeneratorTool"/>
 
409
                        <Tool
 
410
                                Name="VCXMLDataGeneratorTool"/>
 
411
                        <Tool
 
412
                                Name="VCWebDeploymentTool"/>
 
413
                        <Tool
 
414
                                Name="VCManagedWrapperGeneratorTool"/>
 
415
                        <Tool
 
416
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
250
417
                </Configuration>
251
418
        </Configurations>
 
419
        
252
420
        <Files>
253
421
                <Filter
254
422
                        Name="Source Files"
261
429
                        Name="Header Files"
262
430
                        Filter="h;hpp;hxx;hm;inl">
263
431
                        <File
264
 
                                RelativePath="..\..\..\source\blender\makesdna\DNA_ID.h">
265
 
                        </File>
266
 
                        <File
267
432
                                RelativePath="..\..\..\source\blender\makesdna\DNA_action_types.h">
268
433
                        </File>
269
434
                        <File
297
462
                                RelativePath="..\..\..\source\blender\makesdna\DNA_group_types.h">
298
463
                        </File>
299
464
                        <File
 
465
                                RelativePath="..\..\..\source\blender\makesdna\DNA_ID.h">
 
466
                        </File>
 
467
                        <File
300
468
                                RelativePath="..\..\..\source\blender\makesdna\DNA_ika_types.h">
301
469
                        </File>
302
470
                        <File
330
498
                                RelativePath="..\..\..\source\blender\makesdna\DNA_nla_types.h">
331
499
                        </File>
332
500
                        <File
 
501
                                RelativePath="..\..\..\source\blender\makesdna\DNA_object_force.h">
 
502
                        </File>
 
503
                        <File
333
504
                                RelativePath="..\..\..\source\blender\makesdna\DNA_object_types.h">
334
505
                        </File>
335
506
                        <File