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

« back to all changes in this revision

Viewing changes to projectfiles/blender/makesdna/DNA_makesdna.dsp

  • 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
 
# Microsoft Developer Studio Project File - Name="DNA_makesdna" - Package Owner=<4>
2
 
# Microsoft Developer Studio Generated Build File, Format Version 6.00
3
 
# ** DO NOT EDIT **
4
 
 
5
 
# TARGTYPE "Win32 (x86) Console Application" 0x0103
6
 
 
7
 
CFG=DNA_makesdna - Win32 Release
8
 
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9
 
!MESSAGE use the Export Makefile command and run
10
 
!MESSAGE 
11
 
!MESSAGE NMAKE /f "DNA_makesdna.mak".
12
 
!MESSAGE 
13
 
!MESSAGE You can specify a configuration when running NMAKE
14
 
!MESSAGE by defining the macro CFG on the command line. For example:
15
 
!MESSAGE 
16
 
!MESSAGE NMAKE /f "DNA_makesdna.mak" CFG="DNA_makesdna - Win32 Release"
17
 
!MESSAGE 
18
 
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
20
 
!MESSAGE "DNA_makesdna - Win32 Release" (based on "Win32 (x86) Console Application")
21
 
!MESSAGE "DNA_makesdna - Win32 Debug" (based on "Win32 (x86) Console Application")
22
 
!MESSAGE "DNA_makesdna - Win32 MT DLL Release" (based on "Win32 (x86) Console Application")
23
 
!MESSAGE "DNA_makesdna - Win32 MT DLL Debug" (based on "Win32 (x86) Console Application")
24
 
!MESSAGE 
25
 
 
26
 
# Begin Project
27
 
# PROP AllowPerConfigDependencies 0
28
 
# PROP Scc_ProjName ""
29
 
# PROP Scc_LocalPath ""
30
 
CPP=cl.exe
31
 
RSC=rc.exe
32
 
 
33
 
!IF  "$(CFG)" == "DNA_makesdna - Win32 Release"
34
 
 
35
 
# PROP BASE Use_MFC 0
36
 
# PROP BASE Use_Debug_Libraries 0
37
 
# PROP BASE Output_Dir "Release"
38
 
# PROP BASE Intermediate_Dir "Release"
39
 
# PROP BASE Target_Dir ""
40
 
# PROP Use_MFC 0
41
 
# PROP Use_Debug_Libraries 0
42
 
# PROP Output_Dir "..\..\..\source\blender\makesdna\intern"
43
 
# PROP Intermediate_Dir "..\..\..\obj\windows\blender\makesdna"
44
 
# PROP Ignore_Export_Lib 0
45
 
# PROP Target_Dir ""
46
 
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
47
 
# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\..\..\lib\windows\guardedalloc\include" /I "..\..\..\source\blender\makesdna" /I "..\..\..\source\blender\blenlib" /I "..\..\..\source\blender\blenkernel" /I "..\..\..\source\blender" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /J /FD /c
48
 
# ADD BASE RSC /l 0x409 /d "NDEBUG"
49
 
# ADD RSC /l 0x409 /d "NDEBUG"
50
 
BSC32=bscmake.exe
51
 
# ADD BASE BSC32 /nologo
52
 
# ADD BSC32 /nologo /o"DNA_makesdna.bsc"
53
 
LINK32=link.exe
54
 
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
55
 
# ADD LINK32 libguardedalloc.a BLI_blenlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /pdb:"DNA_makesdna.pdb" /machine:I386 /nodefaultlib:"libc.lib" /libpath:"..\..\..\..\lib\windows\guardedalloc\lib" /libpath:"..\..\..\obj\windows\blender\blenlib"
56
 
# SUBTRACT LINK32 /pdb:none
57
 
# Begin Special Build Tool
58
 
SOURCE="$(InputPath)"
59
 
PostBuild_Desc=Building DNA
60
 
PostBuild_Cmds=CD ..\..\..\source\blender\makesdna\intern\      DNA_makesdna.exe dna.c
61
 
# End Special Build Tool
62
 
 
63
 
!ELSEIF  "$(CFG)" == "DNA_makesdna - Win32 Debug"
64
 
 
65
 
# PROP BASE Use_MFC 0
66
 
# PROP BASE Use_Debug_Libraries 1
67
 
# PROP BASE Output_Dir "Debug"
68
 
# PROP BASE Intermediate_Dir "Debug"
69
 
# PROP BASE Target_Dir ""
70
 
# PROP Use_MFC 0
71
 
# PROP Use_Debug_Libraries 1
72
 
# PROP Output_Dir "..\..\..\source\blender\makesdna\intern"
73
 
# PROP Intermediate_Dir "..\..\..\obj\windows\blender\makesdna\debug"
74
 
# PROP Ignore_Export_Lib 0
75
 
# PROP Target_Dir ""
76
 
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
77
 
# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\..\..\..\lib\windows\guardedalloc\include" /I "..\..\..\source\blender\makesdna" /I "..\..\..\source\blender\blenlib" /I "..\..\..\source\blender\blenkernel" /I "..\..\..\source\blender" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /J /FD /GZ /c
78
 
# SUBTRACT CPP /Fr
79
 
# ADD BASE RSC /l 0x409 /d "_DEBUG"
80
 
# ADD RSC /l 0x409 /d "_DEBUG"
81
 
BSC32=bscmake.exe
82
 
# ADD BASE BSC32 /nologo
83
 
# ADD BSC32 /nologo /o"DNA_makesdna.bsc"
84
 
LINK32=link.exe
85
 
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
86
 
# ADD LINK32 libguardedalloc.a BLI_blenlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /pdb:"DNA_makesdna.pdb" /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\lib\windows\guardedalloc\lib\debug" /libpath:"..\..\..\obj\windows\blender\blenlib\debug"
87
 
# SUBTRACT LINK32 /pdb:none
88
 
# Begin Special Build Tool
89
 
SOURCE="$(InputPath)"
90
 
PostBuild_Desc=Building DNA
91
 
PostBuild_Cmds=CD ..\..\..\source\blender\makesdna\intern\      DNA_makesdna.exe dna.c
92
 
# End Special Build Tool
93
 
 
94
 
!ELSEIF  "$(CFG)" == "DNA_makesdna - Win32 MT DLL Release"
95
 
 
96
 
# PROP BASE Use_MFC 0
97
 
# PROP BASE Use_Debug_Libraries 0
98
 
# PROP BASE Output_Dir "DNA_makesdna___Win32_MT_DLL_Release"
99
 
# PROP BASE Intermediate_Dir "DNA_makesdna___Win32_MT_DLL_Release"
100
 
# PROP BASE Ignore_Export_Lib 0
101
 
# PROP BASE Target_Dir ""
102
 
# PROP Use_MFC 0
103
 
# PROP Use_Debug_Libraries 0
104
 
# PROP Output_Dir "..\..\..\source\blender\makesdna\intern"
105
 
# PROP Intermediate_Dir "..\..\..\obj\windows\blender\makesdna\mtdll"
106
 
# PROP Ignore_Export_Lib 0
107
 
# PROP Target_Dir ""
108
 
# ADD BASE CPP /nologo /W3 /GX /O2 /I "..\..\..\source\blender\makesdna" /I "..\..\..\source\blender\blenlib" /I "..\..\..\source\blender\blenkernel" /I "..\..\..\source\blender" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /J /FD /c
109
 
# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\lib\windows\guardedalloc\include" /I "..\..\..\source\blender\makesdna" /I "..\..\..\source\blender\blenlib" /I "..\..\..\source\blender\blenkernel" /I "..\..\..\source\blender" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /J /FD /c
110
 
# ADD BASE RSC /l 0x409 /d "NDEBUG"
111
 
# ADD RSC /l 0x409 /d "NDEBUG"
112
 
BSC32=bscmake.exe
113
 
# ADD BASE BSC32 /nologo /o"DNA_makesdna.bsc"
114
 
# ADD BSC32 /nologo /o"DNA_makesdna.bsc"
115
 
LINK32=link.exe
116
 
# ADD BASE LINK32 BLI_blenlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /pdb:"DNA_makesdna.pdb" /machine:I386 /out:"..\..\..\source\blender\makesdna\intern\DNA_makesdna.exe" /libpath:"..\..\..\..\obj\windows\blender\blenlib"
117
 
# SUBTRACT BASE LINK32 /pdb:none
118
 
# ADD LINK32 libguardedalloc.a /nologo /subsystem:console /pdb:"DNA_makesdna.pdb" /machine:I386 /libpath:"..\..\..\..\lib\windows\guardedalloc\lib" /libpath:"..\..\..\..\obj\windows\blender\blenlib"
119
 
# SUBTRACT LINK32 /pdb:none
120
 
# Begin Special Build Tool
121
 
SOURCE="$(InputPath)"
122
 
PostBuild_Cmds=CD ..\..\..\source\blender\makesdna\intern\      DNA_makesdna.exe dna.c
123
 
# End Special Build Tool
124
 
 
125
 
!ELSEIF  "$(CFG)" == "DNA_makesdna - Win32 MT DLL Debug"
126
 
 
127
 
# PROP BASE Use_MFC 0
128
 
# PROP BASE Use_Debug_Libraries 1
129
 
# PROP BASE Output_Dir "DNA_makesdna___Win32_MT_DLL_Debug"
130
 
# PROP BASE Intermediate_Dir "DNA_makesdna___Win32_MT_DLL_Debug"
131
 
# PROP BASE Ignore_Export_Lib 0
132
 
# PROP BASE Target_Dir ""
133
 
# PROP Use_MFC 0
134
 
# PROP Use_Debug_Libraries 1
135
 
# PROP Output_Dir "..\..\..\source\blender\makesdna\intern"
136
 
# PROP Intermediate_Dir "..\..\..\obj\windows\blender\makesdna\mtdll_debug"
137
 
# PROP Ignore_Export_Lib 0
138
 
# PROP Target_Dir ""
139
 
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\source\blender\makesdna" /I "..\..\..\source\blender\blenlib" /I "..\..\..\source\blender\blenkernel" /I "..\..\..\source\blender" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /J /FD /GZ /c
140
 
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\lib\windows\guardedalloc\include" /I "..\..\..\source\blender\makesdna" /I "..\..\..\source\blender\blenlib" /I "..\..\..\source\blender\blenkernel" /I "..\..\..\source\blender" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /J /FD /GZ /c
141
 
# ADD BASE RSC /l 0x409 /d "_DEBUG"
142
 
# ADD RSC /l 0x409 /d "_DEBUG"
143
 
BSC32=bscmake.exe
144
 
# ADD BASE BSC32 /nologo /o"DNA_makesdna.bsc"
145
 
# ADD BSC32 /nologo /o"DNA_makesdna.bsc"
146
 
LINK32=link.exe
147
 
# ADD BASE LINK32 BLI_blenlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /pdb:"DNA_makesdna.pdb" /debug /machine:I386 /out:"..\..\..\source\blender\makesdna\debug\DNA_makesdna.exe" /pdbtype:sept /libpath:"..\..\..\..\obj\windows\blender\blenlib\debug"
148
 
# SUBTRACT BASE LINK32 /pdb:none
149
 
# ADD LINK32 libguardedalloc.a /nologo /subsystem:console /pdb:"DNA_makesdna.pdb" /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\lib\windows\guardedalloc\lib"
150
 
# SUBTRACT LINK32 /pdb:none
151
 
# Begin Special Build Tool
152
 
SOURCE="$(InputPath)"
153
 
PostBuild_Cmds=CD ..\..\..\source\blender\makesdna\intern\      DNA_makesdna.exe dna.c
154
 
# End Special Build Tool
155
 
 
156
 
!ENDIF 
157
 
 
158
 
# Begin Target
159
 
 
160
 
# Name "DNA_makesdna - Win32 Release"
161
 
# Name "DNA_makesdna - Win32 Debug"
162
 
# Name "DNA_makesdna - Win32 MT DLL Release"
163
 
# Name "DNA_makesdna - Win32 MT DLL Debug"
164
 
# Begin Group "Source Files"
165
 
 
166
 
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
167
 
# Begin Source File
168
 
 
169
 
SOURCE=..\..\..\source\blender\makesdna\intern\makesdna.c
170
 
# End Source File
171
 
# End Group
172
 
# Begin Group "Header Files"
173
 
 
174
 
# PROP Default_Filter "h;hpp;hxx;hm;inl"
175
 
# Begin Source File
176
 
 
177
 
SOURCE=..\..\..\source\blender\makesdna\DNA_action_types.h
178
 
# End Source File
179
 
# Begin Source File
180
 
 
181
 
SOURCE=..\..\..\source\blender\makesdna\DNA_actuator_types.h
182
 
# End Source File
183
 
# Begin Source File
184
 
 
185
 
SOURCE=..\..\..\source\blender\makesdna\DNA_armature_types.h
186
 
# End Source File
187
 
# Begin Source File
188
 
 
189
 
SOURCE=..\..\..\source\blender\makesdna\DNA_camera_types.h
190
 
# End Source File
191
 
# Begin Source File
192
 
 
193
 
SOURCE=..\..\..\source\blender\makesdna\DNA_constraint_types.h
194
 
# End Source File
195
 
# Begin Source File
196
 
 
197
 
SOURCE=..\..\..\source\blender\makesdna\DNA_controller_types.h
198
 
# End Source File
199
 
# Begin Source File
200
 
 
201
 
SOURCE=..\..\..\source\blender\makesdna\DNA_curve_types.h
202
 
# End Source File
203
 
# Begin Source File
204
 
 
205
 
SOURCE=..\..\..\source\blender\makesdna\DNA_documentation.h
206
 
# End Source File
207
 
# Begin Source File
208
 
 
209
 
SOURCE=..\..\..\source\blender\makesdna\DNA_effect_types.h
210
 
# End Source File
211
 
# Begin Source File
212
 
 
213
 
SOURCE=..\..\..\source\blender\makesdna\DNA_fileglobal_types.h
214
 
# End Source File
215
 
# Begin Source File
216
 
 
217
 
SOURCE=..\..\..\source\blender\makesdna\DNA_group_types.h
218
 
# End Source File
219
 
# Begin Source File
220
 
 
221
 
SOURCE=..\..\..\source\blender\makesdna\DNA_ID.h
222
 
# End Source File
223
 
# Begin Source File
224
 
 
225
 
SOURCE=..\..\..\source\blender\makesdna\DNA_ika_types.h
226
 
# End Source File
227
 
# Begin Source File
228
 
 
229
 
SOURCE=..\..\..\source\blender\makesdna\DNA_image_types.h
230
 
# End Source File
231
 
# Begin Source File
232
 
 
233
 
SOURCE=..\..\..\source\blender\makesdna\DNA_ipo_types.h
234
 
# End Source File
235
 
# Begin Source File
236
 
 
237
 
SOURCE=..\..\..\source\blender\makesdna\DNA_key_types.h
238
 
# End Source File
239
 
# Begin Source File
240
 
 
241
 
SOURCE=..\..\..\source\blender\makesdna\DNA_lamp_types.h
242
 
# End Source File
243
 
# Begin Source File
244
 
 
245
 
SOURCE=..\..\..\source\blender\makesdna\DNA_lattice_types.h
246
 
# End Source File
247
 
# Begin Source File
248
 
 
249
 
SOURCE=..\..\..\source\blender\makesdna\DNA_listBase.h
250
 
# End Source File
251
 
# Begin Source File
252
 
 
253
 
SOURCE=..\..\..\source\blender\makesdna\DNA_material_types.h
254
 
# End Source File
255
 
# Begin Source File
256
 
 
257
 
SOURCE=..\..\..\source\blender\makesdna\DNA_mesh_types.h
258
 
# End Source File
259
 
# Begin Source File
260
 
 
261
 
SOURCE=..\..\..\source\blender\makesdna\DNA_meta_types.h
262
 
# End Source File
263
 
# Begin Source File
264
 
 
265
 
SOURCE=..\..\..\source\blender\makesdna\DNA_nla_types.h
266
 
# End Source File
267
 
# Begin Source File
268
 
 
269
 
SOURCE=..\..\..\source\blender\makesdna\DNA_object_types.h
270
 
# End Source File
271
 
# Begin Source File
272
 
 
273
 
SOURCE=..\..\..\source\blender\makesdna\DNA_oops_types.h
274
 
# End Source File
275
 
# Begin Source File
276
 
 
277
 
SOURCE=..\..\..\source\blender\makesdna\DNA_packedFile_types.h
278
 
# End Source File
279
 
# Begin Source File
280
 
 
281
 
SOURCE=..\..\..\source\blender\makesdna\DNA_property_types.h
282
 
# End Source File
283
 
# Begin Source File
284
 
 
285
 
SOURCE=..\..\..\source\blender\makesdna\DNA_radio_types.h
286
 
# End Source File
287
 
# Begin Source File
288
 
 
289
 
SOURCE=..\..\..\source\blender\makesdna\DNA_scene_types.h
290
 
# End Source File
291
 
# Begin Source File
292
 
 
293
 
SOURCE=..\..\..\source\blender\makesdna\DNA_screen_types.h
294
 
# End Source File
295
 
# Begin Source File
296
 
 
297
 
SOURCE=..\..\..\source\blender\makesdna\DNA_scriptlink_types.h
298
 
# End Source File
299
 
# Begin Source File
300
 
 
301
 
SOURCE=..\..\..\source\blender\makesdna\DNA_sdna_types.h
302
 
# End Source File
303
 
# Begin Source File
304
 
 
305
 
SOURCE=..\..\..\source\blender\makesdna\DNA_sensor_types.h
306
 
# End Source File
307
 
# Begin Source File
308
 
 
309
 
SOURCE=..\..\..\source\blender\makesdna\DNA_sequence_types.h
310
 
# End Source File
311
 
# Begin Source File
312
 
 
313
 
SOURCE=..\..\..\source\blender\makesdna\DNA_sound_types.h
314
 
# End Source File
315
 
# Begin Source File
316
 
 
317
 
SOURCE=..\..\..\source\blender\makesdna\DNA_space_types.h
318
 
# End Source File
319
 
# Begin Source File
320
 
 
321
 
SOURCE=..\..\..\source\blender\makesdna\DNA_text_types.h
322
 
# End Source File
323
 
# Begin Source File
324
 
 
325
 
SOURCE=..\..\..\source\blender\makesdna\DNA_texture_types.h
326
 
# End Source File
327
 
# Begin Source File
328
 
 
329
 
SOURCE=..\..\..\source\blender\makesdna\DNA_userdef_types.h
330
 
# End Source File
331
 
# Begin Source File
332
 
 
333
 
SOURCE=..\..\..\source\blender\makesdna\DNA_vec_types.h
334
 
# End Source File
335
 
# Begin Source File
336
 
 
337
 
SOURCE=..\..\..\source\blender\makesdna\DNA_vfont_types.h
338
 
# End Source File
339
 
# Begin Source File
340
 
 
341
 
SOURCE=..\..\..\source\blender\makesdna\DNA_view2d_types.h
342
 
# End Source File
343
 
# Begin Source File
344
 
 
345
 
SOURCE=..\..\..\source\blender\makesdna\DNA_view3d_types.h
346
 
# End Source File
347
 
# Begin Source File
348
 
 
349
 
SOURCE=..\..\..\source\blender\makesdna\DNA_wave_types.h
350
 
# End Source File
351
 
# Begin Source File
352
 
 
353
 
SOURCE=..\..\..\source\blender\makesdna\DNA_world_types.h
354
 
# End Source File
355
 
# End Group
356
 
# Begin Group "Resource Files"
357
 
 
358
 
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
359
 
# End Group
360
 
# End Target
361
 
# End Project
 
1
# Microsoft Developer Studio Project File - Name="DNA_makesdna" - Package Owner=<4>
 
2
# Microsoft Developer Studio Generated Build File, Format Version 6.00
 
3
# ** DO NOT EDIT **
 
4
 
 
5
# TARGTYPE "Win32 (x86) Console Application" 0x0103
 
6
 
 
7
CFG=DNA_makesdna - Win32 Release
 
8
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
 
9
!MESSAGE use the Export Makefile command and run
 
10
!MESSAGE 
 
11
!MESSAGE NMAKE /f "DNA_makesdna.mak".
 
12
!MESSAGE 
 
13
!MESSAGE You can specify a configuration when running NMAKE
 
14
!MESSAGE by defining the macro CFG on the command line. For example:
 
15
!MESSAGE 
 
16
!MESSAGE NMAKE /f "DNA_makesdna.mak" CFG="DNA_makesdna - Win32 Release"
 
17
!MESSAGE 
 
18
!MESSAGE Possible choices for configuration are:
 
19
!MESSAGE 
 
20
!MESSAGE "DNA_makesdna - Win32 Release" (based on "Win32 (x86) Console Application")
 
21
!MESSAGE "DNA_makesdna - Win32 Debug" (based on "Win32 (x86) Console Application")
 
22
!MESSAGE "DNA_makesdna - Win32 MT DLL Release" (based on "Win32 (x86) Console Application")
 
23
!MESSAGE "DNA_makesdna - Win32 MT DLL Debug" (based on "Win32 (x86) Console Application")
 
24
!MESSAGE 
 
25
 
 
26
# Begin Project
 
27
# PROP AllowPerConfigDependencies 0
 
28
# PROP Scc_ProjName ""
 
29
# PROP Scc_LocalPath ""
 
30
CPP=cl.exe
 
31
RSC=rc.exe
 
32
 
 
33
!IF  "$(CFG)" == "DNA_makesdna - Win32 Release"
 
34
 
 
35
# PROP BASE Use_MFC 0
 
36
# PROP BASE Use_Debug_Libraries 0
 
37
# PROP BASE Output_Dir "Release"
 
38
# PROP BASE Intermediate_Dir "Release"
 
39
# PROP BASE Target_Dir ""
 
40
# PROP Use_MFC 0
 
41
# PROP Use_Debug_Libraries 0
 
42
# PROP Output_Dir "..\..\..\source\blender\makesdna\intern"
 
43
# PROP Intermediate_Dir "..\..\..\obj\windows\blender\makesdna"
 
44
# PROP Ignore_Export_Lib 0
 
45
# PROP Target_Dir ""
 
46
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
 
47
# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\..\..\lib\windows\guardedalloc\include" /I "..\..\..\source\blender\makesdna" /I "..\..\..\source\blender\blenlib" /I "..\..\..\source\blender\blenkernel" /I "..\..\..\source\blender" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /J /FD /c
 
48
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
49
# ADD RSC /l 0x409 /d "NDEBUG"
 
50
BSC32=bscmake.exe
 
51
# ADD BASE BSC32 /nologo
 
52
# ADD BSC32 /nologo /o"DNA_makesdna.bsc"
 
53
LINK32=link.exe
 
54
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
 
55
# ADD LINK32 libguardedalloc.a BLI_blenlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /pdb:"DNA_makesdna.pdb" /machine:I386 /nodefaultlib:"libc.lib" /libpath:"..\..\..\..\lib\windows\guardedalloc\lib" /libpath:"..\..\..\obj\windows\blender\blenlib"
 
56
# SUBTRACT LINK32 /pdb:none
 
57
# Begin Special Build Tool
 
58
SOURCE="$(InputPath)"
 
59
PostBuild_Desc=Building DNA
 
60
PostBuild_Cmds=CD ..\..\..\source\blender\makesdna\intern\      DNA_makesdna.exe dna.c
 
61
# End Special Build Tool
 
62
 
 
63
!ELSEIF  "$(CFG)" == "DNA_makesdna - Win32 Debug"
 
64
 
 
65
# PROP BASE Use_MFC 0
 
66
# PROP BASE Use_Debug_Libraries 1
 
67
# PROP BASE Output_Dir "Debug"
 
68
# PROP BASE Intermediate_Dir "Debug"
 
69
# PROP BASE Target_Dir ""
 
70
# PROP Use_MFC 0
 
71
# PROP Use_Debug_Libraries 1
 
72
# PROP Output_Dir "..\..\..\source\blender\makesdna\intern"
 
73
# PROP Intermediate_Dir "..\..\..\obj\windows\blender\makesdna\debug"
 
74
# PROP Ignore_Export_Lib 0
 
75
# PROP Target_Dir ""
 
76
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
 
77
# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\..\..\..\lib\windows\guardedalloc\include" /I "..\..\..\source\blender\makesdna" /I "..\..\..\source\blender\blenlib" /I "..\..\..\source\blender\blenkernel" /I "..\..\..\source\blender" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /J /FD /GZ /c
 
78
# SUBTRACT CPP /Fr
 
79
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
80
# ADD RSC /l 0x409 /d "_DEBUG"
 
81
BSC32=bscmake.exe
 
82
# ADD BASE BSC32 /nologo
 
83
# ADD BSC32 /nologo /o"DNA_makesdna.bsc"
 
84
LINK32=link.exe
 
85
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
 
86
# ADD LINK32 libguardedalloc.a BLI_blenlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /pdb:"DNA_makesdna.pdb" /debug /machine:I386 /nodefaultlib:"libc.lib" /pdbtype:sept /libpath:"..\..\..\..\lib\windows\guardedalloc\lib\debug" /libpath:"..\..\..\obj\windows\blender\blenlib\debug"
 
87
# SUBTRACT LINK32 /pdb:none
 
88
# Begin Special Build Tool
 
89
SOURCE="$(InputPath)"
 
90
PostBuild_Desc=Building DNA
 
91
PostBuild_Cmds=CD ..\..\..\source\blender\makesdna\intern\      DNA_makesdna.exe dna.c
 
92
# End Special Build Tool
 
93
 
 
94
!ELSEIF  "$(CFG)" == "DNA_makesdna - Win32 MT DLL Release"
 
95
 
 
96
# PROP BASE Use_MFC 0
 
97
# PROP BASE Use_Debug_Libraries 0
 
98
# PROP BASE Output_Dir "DNA_makesdna___Win32_MT_DLL_Release"
 
99
# PROP BASE Intermediate_Dir "DNA_makesdna___Win32_MT_DLL_Release"
 
100
# PROP BASE Ignore_Export_Lib 0
 
101
# PROP BASE Target_Dir ""
 
102
# PROP Use_MFC 0
 
103
# PROP Use_Debug_Libraries 0
 
104
# PROP Output_Dir "..\..\..\source\blender\makesdna\intern"
 
105
# PROP Intermediate_Dir "..\..\..\obj\windows\blender\makesdna\mtdll"
 
106
# PROP Ignore_Export_Lib 0
 
107
# PROP Target_Dir ""
 
108
# ADD BASE CPP /nologo /W3 /GX /O2 /I "..\..\..\source\blender\makesdna" /I "..\..\..\source\blender\blenlib" /I "..\..\..\source\blender\blenkernel" /I "..\..\..\source\blender" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /J /FD /c
 
109
# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\lib\windows\guardedalloc\include" /I "..\..\..\source\blender\makesdna" /I "..\..\..\source\blender\blenlib" /I "..\..\..\source\blender\blenkernel" /I "..\..\..\source\blender" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /J /FD /c
 
110
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
111
# ADD RSC /l 0x409 /d "NDEBUG"
 
112
BSC32=bscmake.exe
 
113
# ADD BASE BSC32 /nologo /o"DNA_makesdna.bsc"
 
114
# ADD BSC32 /nologo /o"DNA_makesdna.bsc"
 
115
LINK32=link.exe
 
116
# ADD BASE LINK32 BLI_blenlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /pdb:"DNA_makesdna.pdb" /machine:I386 /out:"..\..\..\source\blender\makesdna\intern\DNA_makesdna.exe" /libpath:"..\..\..\..\obj\windows\blender\blenlib"
 
117
# SUBTRACT BASE LINK32 /pdb:none
 
118
# ADD LINK32 libguardedalloc.a /nologo /subsystem:console /pdb:"DNA_makesdna.pdb" /machine:I386 /libpath:"..\..\..\..\lib\windows\guardedalloc\lib" /libpath:"..\..\..\..\obj\windows\blender\blenlib"
 
119
# SUBTRACT LINK32 /pdb:none
 
120
# Begin Special Build Tool
 
121
SOURCE="$(InputPath)"
 
122
PostBuild_Cmds=CD ..\..\..\source\blender\makesdna\intern\      DNA_makesdna.exe dna.c
 
123
# End Special Build Tool
 
124
 
 
125
!ELSEIF  "$(CFG)" == "DNA_makesdna - Win32 MT DLL Debug"
 
126
 
 
127
# PROP BASE Use_MFC 0
 
128
# PROP BASE Use_Debug_Libraries 1
 
129
# PROP BASE Output_Dir "DNA_makesdna___Win32_MT_DLL_Debug"
 
130
# PROP BASE Intermediate_Dir "DNA_makesdna___Win32_MT_DLL_Debug"
 
131
# PROP BASE Ignore_Export_Lib 0
 
132
# PROP BASE Target_Dir ""
 
133
# PROP Use_MFC 0
 
134
# PROP Use_Debug_Libraries 1
 
135
# PROP Output_Dir "..\..\..\source\blender\makesdna\intern"
 
136
# PROP Intermediate_Dir "..\..\..\obj\windows\blender\makesdna\mtdll_debug"
 
137
# PROP Ignore_Export_Lib 0
 
138
# PROP Target_Dir ""
 
139
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\source\blender\makesdna" /I "..\..\..\source\blender\blenlib" /I "..\..\..\source\blender\blenkernel" /I "..\..\..\source\blender" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /J /FD /GZ /c
 
140
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\lib\windows\guardedalloc\include" /I "..\..\..\source\blender\makesdna" /I "..\..\..\source\blender\blenlib" /I "..\..\..\source\blender\blenkernel" /I "..\..\..\source\blender" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /J /FD /GZ /c
 
141
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
142
# ADD RSC /l 0x409 /d "_DEBUG"
 
143
BSC32=bscmake.exe
 
144
# ADD BASE BSC32 /nologo /o"DNA_makesdna.bsc"
 
145
# ADD BSC32 /nologo /o"DNA_makesdna.bsc"
 
146
LINK32=link.exe
 
147
# ADD BASE LINK32 BLI_blenlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /pdb:"DNA_makesdna.pdb" /debug /machine:I386 /out:"..\..\..\source\blender\makesdna\debug\DNA_makesdna.exe" /pdbtype:sept /libpath:"..\..\..\..\obj\windows\blender\blenlib\debug"
 
148
# SUBTRACT BASE LINK32 /pdb:none
 
149
# ADD LINK32 libguardedalloc.a /nologo /subsystem:console /pdb:"DNA_makesdna.pdb" /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\lib\windows\guardedalloc\lib"
 
150
# SUBTRACT LINK32 /pdb:none
 
151
# Begin Special Build Tool
 
152
SOURCE="$(InputPath)"
 
153
PostBuild_Cmds=CD ..\..\..\source\blender\makesdna\intern\      DNA_makesdna.exe dna.c
 
154
# End Special Build Tool
 
155
 
 
156
!ENDIF 
 
157
 
 
158
# Begin Target
 
159
 
 
160
# Name "DNA_makesdna - Win32 Release"
 
161
# Name "DNA_makesdna - Win32 Debug"
 
162
# Name "DNA_makesdna - Win32 MT DLL Release"
 
163
# Name "DNA_makesdna - Win32 MT DLL Debug"
 
164
# Begin Group "Source Files"
 
165
 
 
166
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
167
# Begin Source File
 
168
 
 
169
SOURCE=..\..\..\source\blender\makesdna\intern\makesdna.c
 
170
# End Source File
 
171
# End Group
 
172
# Begin Group "Header Files"
 
173
 
 
174
# PROP Default_Filter "h;hpp;hxx;hm;inl"
 
175
# Begin Source File
 
176
 
 
177
SOURCE=..\..\..\source\blender\makesdna\DNA_action_types.h
 
178
# End Source File
 
179
# Begin Source File
 
180
 
 
181
SOURCE=..\..\..\source\blender\makesdna\DNA_actuator_types.h
 
182
# End Source File
 
183
# Begin Source File
 
184
 
 
185
SOURCE=..\..\..\source\blender\makesdna\DNA_armature_types.h
 
186
# End Source File
 
187
# Begin Source File
 
188
 
 
189
SOURCE=..\..\..\source\blender\makesdna\DNA_camera_types.h
 
190
# End Source File
 
191
# Begin Source File
 
192
 
 
193
SOURCE=..\..\..\source\blender\makesdna\DNA_constraint_types.h
 
194
# End Source File
 
195
# Begin Source File
 
196
 
 
197
SOURCE=..\..\..\source\blender\makesdna\DNA_controller_types.h
 
198
# End Source File
 
199
# Begin Source File
 
200
 
 
201
SOURCE=..\..\..\source\blender\makesdna\DNA_curve_types.h
 
202
# End Source File
 
203
# Begin Source File
 
204
 
 
205
SOURCE=..\..\..\source\blender\makesdna\DNA_documentation.h
 
206
# End Source File
 
207
# Begin Source File
 
208
 
 
209
SOURCE=..\..\..\source\blender\makesdna\DNA_effect_types.h
 
210
# End Source File
 
211
# Begin Source File
 
212
 
 
213
SOURCE=..\..\..\source\blender\makesdna\DNA_fileglobal_types.h
 
214
# End Source File
 
215
# Begin Source File
 
216
 
 
217
SOURCE=..\..\..\source\blender\makesdna\DNA_group_types.h
 
218
# End Source File
 
219
# Begin Source File
 
220
 
 
221
SOURCE=..\..\..\source\blender\makesdna\DNA_ID.h
 
222
# End Source File
 
223
# Begin Source File
 
224
 
 
225
SOURCE=..\..\..\source\blender\makesdna\DNA_ika_types.h
 
226
# End Source File
 
227
# Begin Source File
 
228
 
 
229
SOURCE=..\..\..\source\blender\makesdna\DNA_image_types.h
 
230
# End Source File
 
231
# Begin Source File
 
232
 
 
233
SOURCE=..\..\..\source\blender\makesdna\DNA_ipo_types.h
 
234
# End Source File
 
235
# Begin Source File
 
236
 
 
237
SOURCE=..\..\..\source\blender\makesdna\DNA_key_types.h
 
238
# End Source File
 
239
# Begin Source File
 
240
 
 
241
SOURCE=..\..\..\source\blender\makesdna\DNA_lamp_types.h
 
242
# End Source File
 
243
# Begin Source File
 
244
 
 
245
SOURCE=..\..\..\source\blender\makesdna\DNA_lattice_types.h
 
246
# End Source File
 
247
# Begin Source File
 
248
 
 
249
SOURCE=..\..\..\source\blender\makesdna\DNA_listBase.h
 
250
# End Source File
 
251
# Begin Source File
 
252
 
 
253
SOURCE=..\..\..\source\blender\makesdna\DNA_material_types.h
 
254
# End Source File
 
255
# Begin Source File
 
256
 
 
257
SOURCE=..\..\..\source\blender\makesdna\DNA_mesh_types.h
 
258
# End Source File
 
259
# Begin Source File
 
260
 
 
261
SOURCE=..\..\..\source\blender\makesdna\DNA_meshdata_types.h
 
262
# End Source File
 
263
# Begin Source File
 
264
 
 
265
SOURCE=..\..\..\source\blender\makesdna\DNA_meta_types.h
 
266
# End Source File
 
267
# Begin Source File
 
268
 
 
269
SOURCE=..\..\..\source\blender\makesdna\DNA_nla_types.h
 
270
# End Source File
 
271
# Begin Source File
 
272
 
 
273
SOURCE=..\..\..\source\blender\makesdna\DNA_object_force.h
 
274
# End Source File
 
275
# Begin Source File
 
276
 
 
277
SOURCE=..\..\..\source\blender\makesdna\DNA_object_types.h
 
278
# End Source File
 
279
# Begin Source File
 
280
 
 
281
SOURCE=..\..\..\source\blender\makesdna\DNA_oops_types.h
 
282
# End Source File
 
283
# Begin Source File
 
284
 
 
285
SOURCE=..\..\..\source\blender\makesdna\DNA_packedFile_types.h
 
286
# End Source File
 
287
# Begin Source File
 
288
 
 
289
SOURCE=..\..\..\source\blender\makesdna\DNA_property_types.h
 
290
# End Source File
 
291
# Begin Source File
 
292
 
 
293
SOURCE=..\..\..\source\blender\makesdna\DNA_radio_types.h
 
294
# End Source File
 
295
# Begin Source File
 
296
 
 
297
SOURCE=..\..\..\source\blender\makesdna\DNA_scene_types.h
 
298
# End Source File
 
299
# Begin Source File
 
300
 
 
301
SOURCE=..\..\..\source\blender\makesdna\DNA_screen_types.h
 
302
# End Source File
 
303
# Begin Source File
 
304
 
 
305
SOURCE=..\..\..\source\blender\makesdna\DNA_scriptlink_types.h
 
306
# End Source File
 
307
# Begin Source File
 
308
 
 
309
SOURCE=..\..\..\source\blender\makesdna\DNA_sdna_types.h
 
310
# End Source File
 
311
# Begin Source File
 
312
 
 
313
SOURCE=..\..\..\source\blender\makesdna\DNA_sensor_types.h
 
314
# End Source File
 
315
# Begin Source File
 
316
 
 
317
SOURCE=..\..\..\source\blender\makesdna\DNA_sequence_types.h
 
318
# End Source File
 
319
# Begin Source File
 
320
 
 
321
SOURCE=..\..\..\source\blender\makesdna\DNA_sound_types.h
 
322
# End Source File
 
323
# Begin Source File
 
324
 
 
325
SOURCE=..\..\..\source\blender\makesdna\DNA_space_types.h
 
326
# End Source File
 
327
# Begin Source File
 
328
 
 
329
SOURCE=..\..\..\source\blender\makesdna\DNA_text_types.h
 
330
# End Source File
 
331
# Begin Source File
 
332
 
 
333
SOURCE=..\..\..\source\blender\makesdna\DNA_texture_types.h
 
334
# End Source File
 
335
# Begin Source File
 
336
 
 
337
SOURCE=..\..\..\source\blender\makesdna\DNA_userdef_types.h
 
338
# End Source File
 
339
# Begin Source File
 
340
 
 
341
SOURCE=..\..\..\source\blender\makesdna\DNA_vec_types.h
 
342
# End Source File
 
343
# Begin Source File
 
344
 
 
345
SOURCE=..\..\..\source\blender\makesdna\DNA_vfont_types.h
 
346
# End Source File
 
347
# Begin Source File
 
348
 
 
349
SOURCE=..\..\..\source\blender\makesdna\DNA_view2d_types.h
 
350
# End Source File
 
351
# Begin Source File
 
352
 
 
353
SOURCE=..\..\..\source\blender\makesdna\DNA_view3d_types.h
 
354
# End Source File
 
355
# Begin Source File
 
356
 
 
357
SOURCE=..\..\..\source\blender\makesdna\DNA_wave_types.h
 
358
# End Source File
 
359
# Begin Source File
 
360
 
 
361
SOURCE=..\..\..\source\blender\makesdna\DNA_world_types.h
 
362
# End Source File
 
363
# End Group
 
364
# Begin Group "Resource Files"
 
365
 
 
366
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 
367
# End Group
 
368
# End Target
 
369
# End Project