~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to projectfiles/blender/glut/BL_glut.dsp

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-07-23 08:54:18 UTC
  • mfrom: (14.2.16 sid)
  • mto: (14.2.19 sid)
  • mto: This revision was merged to the branch mainline in revision 42.
  • Revision ID: package-import@ubuntu.com-20120723085418-9foz30v6afaf5ffs
Tags: 2.63a-2
* debian/: Cycles support added (Closes: #658075)
  For now, this top feature has been enabled only
  on [any-amd64 any-i386] architectures because
  of OpenImageIO failing on all others
* debian/: scripts installation path changed
  from /usr/lib to /usr/share:
  + debian/patches/: patchset re-worked for path changing
  + debian/control: "Breaks" field added on yafaray-exporter

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Microsoft Developer Studio Project File - Name="BL_glut" - Package Owner=<4>
2
 
# Microsoft Developer Studio Generated Build File, Format Version 6.00
3
 
# ** DO NOT EDIT **
4
 
 
5
 
# TARGTYPE "Win32 (x86) Static Library" 0x0104
6
 
 
7
 
CFG=BL_glut - Win32 Profile
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 "BL_glut.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 "BL_glut.mak" CFG="BL_glut - Win32 Profile"
17
 
!MESSAGE 
18
 
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
20
 
!MESSAGE "BL_glut - Win32 Release" (based on "Win32 (x86) Static Library")
21
 
!MESSAGE "BL_glut - Win32 Debug" (based on "Win32 (x86) Static Library")
22
 
!MESSAGE "BL_glut - Win32 Profile" (based on "Win32 (x86) Static Library")
23
 
!MESSAGE 
24
 
 
25
 
# Begin Project
26
 
# PROP AllowPerConfigDependencies 0
27
 
# PROP Scc_ProjName ""
28
 
# PROP Scc_LocalPath ""
29
 
CPP=cl.exe
30
 
RSC=rc.exe
31
 
 
32
 
!IF  "$(CFG)" == "BL_glut - Win32 Release"
33
 
 
34
 
# PROP BASE Use_MFC 0
35
 
# PROP BASE Use_Debug_Libraries 0
36
 
# PROP BASE Output_Dir "Release"
37
 
# PROP BASE Intermediate_Dir "Release"
38
 
# PROP BASE Target_Dir ""
39
 
# PROP Use_MFC 0
40
 
# PROP Use_Debug_Libraries 0
41
 
# PROP Output_Dir "Release"
42
 
# PROP Intermediate_Dir "..\..\..\..\obj\windows\blender\glut"
43
 
# PROP Target_Dir ""
44
 
LINK32=link.exe -lib
45
 
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
46
 
# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\source\blender\\" /I "..\..\..\..\lib\windows\glut-3.7\include" /I "..\..\..\source\blender\glut-win" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /J /FD /c
47
 
# ADD BASE RSC /l 0x409 /d "NDEBUG"
48
 
# ADD RSC /l 0x409 /d "NDEBUG"
49
 
BSC32=bscmake.exe
50
 
# ADD BASE BSC32 /nologo
51
 
# ADD BSC32 /nologo
52
 
LIB32=link.exe -lib
53
 
# ADD BASE LIB32 /nologo
54
 
# ADD LIB32 /nologo /out:"..\..\..\..\obj\windows\blender\glut\BL_glut.lib"
55
 
 
56
 
!ELSEIF  "$(CFG)" == "BL_glut - Win32 Debug"
57
 
 
58
 
# PROP BASE Use_MFC 0
59
 
# PROP BASE Use_Debug_Libraries 1
60
 
# PROP BASE Output_Dir "Debug"
61
 
# PROP BASE Intermediate_Dir "Debug"
62
 
# PROP BASE Target_Dir ""
63
 
# PROP Use_MFC 0
64
 
# PROP Use_Debug_Libraries 1
65
 
# PROP Output_Dir "Debug"
66
 
# PROP Intermediate_Dir "..\..\..\..\obj\windows\blender\glut\debug"
67
 
# PROP Target_Dir ""
68
 
LINK32=link.exe -lib
69
 
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
70
 
# ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\..\..\..\lib\windows\glut-3.7\include" /I "..\..\..\source\blender\glut-win" /I "..\..\..\source\blender\\" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /FR /YX /J /FD /GZ /c
71
 
# ADD BASE RSC /l 0x409 /d "_DEBUG"
72
 
# ADD RSC /l 0x409 /d "_DEBUG"
73
 
BSC32=bscmake.exe
74
 
# ADD BASE BSC32 /nologo
75
 
# ADD BSC32 /nologo
76
 
LIB32=link.exe -lib
77
 
# ADD BASE LIB32 /nologo
78
 
# ADD LIB32 /nologo /out:"..\..\..\..\obj\windows\blender\glut\debug\BL_glut.lib"
79
 
 
80
 
!ELSEIF  "$(CFG)" == "BL_glut - Win32 Profile"
81
 
 
82
 
# PROP BASE Use_MFC 0
83
 
# PROP BASE Use_Debug_Libraries 1
84
 
# PROP BASE Output_Dir "BL_glut___Win32_Profile"
85
 
# PROP BASE Intermediate_Dir "BL_glut___Win32_Profile"
86
 
# PROP BASE Target_Dir ""
87
 
# PROP Use_MFC 0
88
 
# PROP Use_Debug_Libraries 1
89
 
# PROP Output_Dir "BL_glut___Win32_Profile"
90
 
# PROP Intermediate_Dir "BL_glut___Win32_Profile"
91
 
# PROP Target_Dir ""
92
 
LINK32=link.exe -lib
93
 
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\..\lib\windows\glut-3.7\include" /I "..\..\..\source\blender\glut-win" /I "..\..\..\source\blender\\" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /J /FD /GZ /c
94
 
# ADD CPP /nologo /W3 /Gm /GX /Zi /O2 /I "..\..\..\..\lib\windows\glut-3.7\include" /I "..\..\..\source\blender\glut-win" /I "..\..\..\source\blender\\" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /J /FD /c
95
 
# ADD BASE RSC /l 0x409 /d "_DEBUG"
96
 
# ADD RSC /l 0x409 /d "_DEBUG"
97
 
BSC32=bscmake.exe
98
 
# ADD BASE BSC32 /nologo
99
 
# ADD BSC32 /nologo
100
 
LIB32=link.exe -lib
101
 
# ADD BASE LIB32 /nologo /out:"..\..\..\..\obj\windows\blender\glut\debug\BL_glut.lib"
102
 
# ADD LIB32 /nologo /out:"..\..\..\..\obj\windows\blender\glut\profile\BL_glut.lib"
103
 
 
104
 
!ENDIF 
105
 
 
106
 
# Begin Target
107
 
 
108
 
# Name "BL_glut - Win32 Release"
109
 
# Name "BL_glut - Win32 Debug"
110
 
# Name "BL_glut - Win32 Profile"
111
 
# Begin Group "Source Files"
112
 
 
113
 
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
114
 
# Begin Source File
115
 
 
116
 
SOURCE="..\..\..\source\blender\glut-win\glut_8x13.c"
117
 
# End Source File
118
 
# Begin Source File
119
 
 
120
 
SOURCE="..\..\..\source\blender\glut-win\glut_9x15.c"
121
 
# End Source File
122
 
# Begin Source File
123
 
 
124
 
SOURCE="..\..\..\source\blender\glut-win\glut_bitmap.c"
125
 
# End Source File
126
 
# Begin Source File
127
 
 
128
 
SOURCE="..\..\..\source\blender\glut-win\glut_blender.c"
129
 
# End Source File
130
 
# Begin Source File
131
 
 
132
 
SOURCE="..\..\..\source\blender\glut-win\glut_bwidth.c"
133
 
# End Source File
134
 
# Begin Source File
135
 
 
136
 
SOURCE="..\..\..\source\blender\glut-win\glut_cindex.c"
137
 
# End Source File
138
 
# Begin Source File
139
 
 
140
 
SOURCE="..\..\..\source\blender\glut-win\glut_cmap.c"
141
 
# End Source File
142
 
# Begin Source File
143
 
 
144
 
SOURCE="..\..\..\source\blender\glut-win\glut_cursor.c"
145
 
# End Source File
146
 
# Begin Source File
147
 
 
148
 
SOURCE="..\..\..\source\blender\glut-win\glut_dials.c"
149
 
# End Source File
150
 
# Begin Source File
151
 
 
152
 
SOURCE="..\..\..\source\blender\glut-win\glut_draw.c"
153
 
# End Source File
154
 
# Begin Source File
155
 
 
156
 
SOURCE="..\..\..\source\blender\glut-win\glut_dstr.c"
157
 
# End Source File
158
 
# Begin Source File
159
 
 
160
 
SOURCE="..\..\..\source\blender\glut-win\glut_event.c"
161
 
# End Source File
162
 
# Begin Source File
163
 
 
164
 
SOURCE="..\..\..\source\blender\glut-win\glut_ext.c"
165
 
# End Source File
166
 
# Begin Source File
167
 
 
168
 
SOURCE="..\..\..\source\blender\glut-win\glut_fullscrn.c"
169
 
# End Source File
170
 
# Begin Source File
171
 
 
172
 
SOURCE="..\..\..\source\blender\glut-win\glut_get.c"
173
 
# End Source File
174
 
# Begin Source File
175
 
 
176
 
SOURCE="..\..\..\source\blender\glut-win\glut_hel10.c"
177
 
# End Source File
178
 
# Begin Source File
179
 
 
180
 
SOURCE="..\..\..\source\blender\glut-win\glut_hel12.c"
181
 
# End Source File
182
 
# Begin Source File
183
 
 
184
 
SOURCE="..\..\..\source\blender\glut-win\glut_hel18.c"
185
 
# End Source File
186
 
# Begin Source File
187
 
 
188
 
SOURCE="..\..\..\source\blender\glut-win\glut_helb10.c"
189
 
# End Source File
190
 
# Begin Source File
191
 
 
192
 
SOURCE="..\..\..\source\blender\glut-win\glut_helb12.c"
193
 
# End Source File
194
 
# Begin Source File
195
 
 
196
 
SOURCE="..\..\..\source\blender\glut-win\glut_helb14.c"
197
 
# End Source File
198
 
# Begin Source File
199
 
 
200
 
SOURCE="..\..\..\source\blender\glut-win\glut_helb8.c"
201
 
# End Source File
202
 
# Begin Source File
203
 
 
204
 
SOURCE="..\..\..\source\blender\glut-win\glut_init.c"
205
 
# End Source File
206
 
# Begin Source File
207
 
 
208
 
SOURCE="..\..\..\source\blender\glut-win\glut_input.c"
209
 
# End Source File
210
 
# Begin Source File
211
 
 
212
 
SOURCE="..\..\..\source\blender\glut-win\glut_mesa.c"
213
 
# End Source File
214
 
# Begin Source File
215
 
 
216
 
SOURCE="..\..\..\source\blender\glut-win\glut_modifier.c"
217
 
# End Source File
218
 
# Begin Source File
219
 
 
220
 
SOURCE="..\..\..\source\blender\glut-win\glut_mroman.c"
221
 
# End Source File
222
 
# Begin Source File
223
 
 
224
 
SOURCE="..\..\..\source\blender\glut-win\glut_overlay.c"
225
 
# End Source File
226
 
# Begin Source File
227
 
 
228
 
SOURCE="..\..\..\source\blender\glut-win\glut_roman.c"
229
 
# End Source File
230
 
# Begin Source File
231
 
 
232
 
SOURCE="..\..\..\source\blender\glut-win\glut_scr12.c"
233
 
# End Source File
234
 
# Begin Source File
235
 
 
236
 
SOURCE="..\..\..\source\blender\glut-win\glut_scr14.c"
237
 
# End Source File
238
 
# Begin Source File
239
 
 
240
 
SOURCE="..\..\..\source\blender\glut-win\glut_scr15.c"
241
 
# End Source File
242
 
# Begin Source File
243
 
 
244
 
SOURCE="..\..\..\source\blender\glut-win\glut_shapes.c"
245
 
# End Source File
246
 
# Begin Source File
247
 
 
248
 
SOURCE="..\..\..\source\blender\glut-win\glut_space.c"
249
 
# End Source File
250
 
# Begin Source File
251
 
 
252
 
SOURCE="..\..\..\source\blender\glut-win\glut_stroke.c"
253
 
# End Source File
254
 
# Begin Source File
255
 
 
256
 
SOURCE="..\..\..\source\blender\glut-win\glut_swap.c"
257
 
# End Source File
258
 
# Begin Source File
259
 
 
260
 
SOURCE="..\..\..\source\blender\glut-win\glut_swidth.c"
261
 
# End Source File
262
 
# Begin Source File
263
 
 
264
 
SOURCE="..\..\..\source\blender\glut-win\glut_tablet.c"
265
 
# End Source File
266
 
# Begin Source File
267
 
 
268
 
SOURCE="..\..\..\source\blender\glut-win\glut_teapot.c"
269
 
# End Source File
270
 
# Begin Source File
271
 
 
272
 
SOURCE="..\..\..\source\blender\glut-win\glut_tr10.c"
273
 
# End Source File
274
 
# Begin Source File
275
 
 
276
 
SOURCE="..\..\..\source\blender\glut-win\glut_tr24.c"
277
 
# End Source File
278
 
# Begin Source File
279
 
 
280
 
SOURCE="..\..\..\source\blender\glut-win\glut_util.c"
281
 
# End Source File
282
 
# Begin Source File
283
 
 
284
 
SOURCE="..\..\..\source\blender\glut-win\glut_vidresize.c"
285
 
# End Source File
286
 
# Begin Source File
287
 
 
288
 
SOURCE="..\..\..\source\blender\glut-win\glut_warp.c"
289
 
# End Source File
290
 
# Begin Source File
291
 
 
292
 
SOURCE="..\..\..\source\blender\glut-win\glut_win.c"
293
 
# End Source File
294
 
# Begin Source File
295
 
 
296
 
SOURCE="..\..\..\source\blender\glut-win\glut_winmisc.c"
297
 
# End Source File
298
 
# Begin Source File
299
 
 
300
 
SOURCE="..\..\..\source\blender\glut-win\win32_glx.c"
301
 
# End Source File
302
 
# Begin Source File
303
 
 
304
 
SOURCE="..\..\..\source\blender\glut-win\win32_menu.c"
305
 
# End Source File
306
 
# Begin Source File
307
 
 
308
 
SOURCE="..\..\..\source\blender\glut-win\win32_util.c"
309
 
# End Source File
310
 
# Begin Source File
311
 
 
312
 
SOURCE="..\..\..\source\blender\glut-win\win32_x11.c"
313
 
# End Source File
314
 
# End Group
315
 
# Begin Group "Header Files"
316
 
 
317
 
# PROP Default_Filter "h;hpp;hxx;hm;inl"
318
 
# Begin Source File
319
 
 
320
 
SOURCE=..\..\..\source\blender\glut\blenderglut.h
321
 
# End Source File
322
 
# End Group
323
 
# End Target
324
 
# End Project