~ubuntu-branches/ubuntu/lucid/blender/lucid

« back to all changes in this revision

Viewing changes to projectfiles/sumo/moto/SM_moto.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-08-06 22:32:19 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090806223219-8z4eej1u8levu4pz
Tags: 2.49a+dfsg-0ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: Build-depend on python-2.6 rather than python-2.5.
  - debian/misc/*.desktop: Add Spanish translation to .desktop 
    files.
  - debian/pyversions: 2.6.
  - debian/rules: Clean *.o of source/blender/python/api2_2x/
* New upstream release (LP: #382153).
* Refreshed patches:
  - 01_sanitize_sys.patch
  - 02_tmp_in_HOME
  - 10_use_systemwide_ftgl
  - 70_portability_platform_detection
* Removed patches merged upstream:
  - 30_fix_python_syntax_warning
  - 90_ubuntu_ffmpeg_52_changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Microsoft Developer Studio Project File - Name="SM_moto" - 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=SM_moto - 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 "SM_moto.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 "SM_moto.mak" CFG="SM_moto - Win32 Profile"
17
 
!MESSAGE 
18
 
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
20
 
!MESSAGE "SM_moto - Win32 Release" (based on "Win32 (x86) Static Library")
21
 
!MESSAGE "SM_moto - Win32 Debug" (based on "Win32 (x86) Static Library")
22
 
!MESSAGE "SM_moto - Win32 MT DLL Debug" (based on "Win32 (x86) Static Library")
23
 
!MESSAGE "SM_moto - Win32 MT DLL Release" (based on "Win32 (x86) Static Library")
24
 
!MESSAGE "SM_moto - Win32 Profile" (based on "Win32 (x86) Static Library")
25
 
!MESSAGE 
26
 
 
27
 
# Begin Project
28
 
# PROP AllowPerConfigDependencies 0
29
 
# PROP Scc_ProjName ""
30
 
# PROP Scc_LocalPath ""
31
 
CPP=cl.exe
32
 
RSC=rc.exe
33
 
 
34
 
!IF  "$(CFG)" == "SM_moto - Win32 Release"
35
 
 
36
 
# PROP BASE Use_MFC 0
37
 
# PROP BASE Use_Debug_Libraries 0
38
 
# PROP BASE Output_Dir "Release"
39
 
# PROP BASE Intermediate_Dir "Release"
40
 
# PROP BASE Target_Dir ""
41
 
# PROP Use_MFC 0
42
 
# PROP Use_Debug_Libraries 0
43
 
# PROP Output_Dir "Release"
44
 
# PROP Intermediate_Dir "..\..\..\..\obj\windows\sumo\moto"
45
 
# PROP Target_Dir ""
46
 
LINK32=link.exe -lib
47
 
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
48
 
# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\lib\windows\moto\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /J /FD /c
49
 
# ADD BASE RSC /l 0x409 /d "NDEBUG"
50
 
# ADD RSC /l 0x409 /d "NDEBUG"
51
 
BSC32=bscmake.exe
52
 
# ADD BASE BSC32 /nologo
53
 
# ADD BSC32 /nologo
54
 
LIB32=link.exe -lib
55
 
# ADD BASE LIB32 /nologo
56
 
# ADD LIB32 /nologo /out:"..\..\..\..\obj\windows\sumo\moto\SM_moto.lib"
57
 
 
58
 
!ELSEIF  "$(CFG)" == "SM_moto - Win32 Debug"
59
 
 
60
 
# PROP BASE Use_MFC 0
61
 
# PROP BASE Use_Debug_Libraries 1
62
 
# PROP BASE Output_Dir "Debug"
63
 
# PROP BASE Intermediate_Dir "Debug"
64
 
# PROP BASE Target_Dir ""
65
 
# PROP Use_MFC 0
66
 
# PROP Use_Debug_Libraries 1
67
 
# PROP Output_Dir "Debug"
68
 
# PROP Intermediate_Dir "..\..\..\..\obj\windows\sumo\moto\debug"
69
 
# PROP Target_Dir ""
70
 
LINK32=link.exe -lib
71
 
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
72
 
# ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\..\..\source\sumo\MoTo\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /FR /YX /J /FD /c
73
 
# ADD BASE RSC /l 0x409 /d "_DEBUG"
74
 
# ADD RSC /l 0x409 /d "_DEBUG"
75
 
BSC32=bscmake.exe
76
 
# ADD BASE BSC32 /nologo
77
 
# ADD BSC32 /nologo
78
 
LIB32=link.exe -lib
79
 
# ADD BASE LIB32 /nologo
80
 
# ADD LIB32 /nologo /out:"..\..\..\..\obj\windows\sumo\moto\debug\SM_moto.lib"
81
 
 
82
 
!ELSEIF  "$(CFG)" == "SM_moto - Win32 MT DLL Debug"
83
 
 
84
 
# PROP BASE Use_MFC 0
85
 
# PROP BASE Use_Debug_Libraries 1
86
 
# PROP BASE Output_Dir "SM_moto___Win32_MT_DLL_Debug"
87
 
# PROP BASE Intermediate_Dir "SM_moto___Win32_MT_DLL_Debug"
88
 
# PROP BASE Target_Dir ""
89
 
# PROP Use_MFC 0
90
 
# PROP Use_Debug_Libraries 1
91
 
# PROP Output_Dir "..\..\..\..\obj\windows\sumo\moto\mtdll_debug"
92
 
# PROP Intermediate_Dir "..\..\..\..\obj\windows\sumo\moto\mtdll_debug"
93
 
# PROP Target_Dir ""
94
 
LINK32=link.exe -lib
95
 
# ADD BASE CPP /nologo /Gm /GX /ZI /Od /I "..\..\..\source\sumo\MoTo\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /J /FD /GZ /c
96
 
# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "..\..\..\source\sumo\MoTo\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /FR /YX /J /FD /GZ /c
97
 
# ADD BASE RSC /l 0x409 /d "_DEBUG"
98
 
# ADD RSC /l 0x409 /d "_DEBUG"
99
 
BSC32=bscmake.exe
100
 
# ADD BASE BSC32 /nologo
101
 
# ADD BSC32 /nologo
102
 
LIB32=link.exe -lib
103
 
# ADD BASE LIB32 /nologo /out:"..\..\..\..\..\obj\windows\sumo\moto\debug\SM_moto.lib"
104
 
# ADD LIB32 /nologo
105
 
 
106
 
!ELSEIF  "$(CFG)" == "SM_moto - Win32 MT DLL Release"
107
 
 
108
 
# PROP BASE Use_MFC 0
109
 
# PROP BASE Use_Debug_Libraries 0
110
 
# PROP BASE Output_Dir "SM_moto___Win32_MT_DLL_Release"
111
 
# PROP BASE Intermediate_Dir "SM_moto___Win32_MT_DLL_Release"
112
 
# PROP BASE Target_Dir ""
113
 
# PROP Use_MFC 0
114
 
# PROP Use_Debug_Libraries 0
115
 
# PROP Output_Dir "..\..\..\..\obj\windows\sumo\moto\mtdll"
116
 
# PROP Intermediate_Dir "..\..\..\..\obj\windows\sumo\moto\mtdll"
117
 
# PROP Target_Dir ""
118
 
LINK32=link.exe -lib
119
 
# ADD BASE CPP /nologo /GX /O2 /I "..\..\..\source\sumo\MoTo\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /J /FD /c
120
 
# ADD CPP /nologo /MD /GX /O2 /I "..\..\..\source\sumo\MoTo\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /J /FD /c
121
 
# ADD BASE RSC /l 0x409 /d "NDEBUG"
122
 
# ADD RSC /l 0x409 /d "NDEBUG"
123
 
BSC32=bscmake.exe
124
 
# ADD BASE BSC32 /nologo
125
 
# ADD BSC32 /nologo
126
 
LIB32=link.exe -lib
127
 
# ADD BASE LIB32 /nologo /out:"..\..\..\..\..\obj\windows\sumo\moto\SM_moto.lib"
128
 
# ADD LIB32 /nologo
129
 
 
130
 
!ELSEIF  "$(CFG)" == "SM_moto - Win32 Profile"
131
 
 
132
 
# PROP BASE Use_MFC 0
133
 
# PROP BASE Use_Debug_Libraries 1
134
 
# PROP BASE Output_Dir "SM_moto___Win32_Profile"
135
 
# PROP BASE Intermediate_Dir "SM_moto___Win32_Profile"
136
 
# PROP BASE Target_Dir ""
137
 
# PROP Use_MFC 0
138
 
# PROP Use_Debug_Libraries 1
139
 
# PROP Output_Dir "SM_moto___Win32_Profile"
140
 
# PROP Intermediate_Dir "SM_moto___Win32_Profile"
141
 
# PROP Target_Dir ""
142
 
LINK32=link.exe -lib
143
 
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /O2 /I "..\..\..\source\sumo\MoTo\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /J /FD /c
144
 
# ADD CPP /nologo /W3 /Gm /GX /Zi /O2 /I "..\..\..\source\sumo\MoTo\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /J /FD /c
145
 
# ADD BASE RSC /l 0x409 /d "_DEBUG"
146
 
# ADD RSC /l 0x409 /d "_DEBUG"
147
 
BSC32=bscmake.exe
148
 
# ADD BASE BSC32 /nologo
149
 
# ADD BSC32 /nologo
150
 
LIB32=link.exe -lib
151
 
# ADD BASE LIB32 /nologo /out:"..\..\..\..\obj\windows\sumo\moto\debug\SM_moto.lib"
152
 
# ADD LIB32 /nologo /out:"..\..\..\..\obj\windows\sumo\moto\profile\SM_moto.lib"
153
 
 
154
 
!ENDIF 
155
 
 
156
 
# Begin Target
157
 
 
158
 
# Name "SM_moto - Win32 Release"
159
 
# Name "SM_moto - Win32 Debug"
160
 
# Name "SM_moto - Win32 MT DLL Debug"
161
 
# Name "SM_moto - Win32 MT DLL Release"
162
 
# Name "SM_moto - Win32 Profile"
163
 
# Begin Group "Source Files"
164
 
 
165
 
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
166
 
# Begin Source File
167
 
 
168
 
SOURCE=..\..\..\source\sumo\MoTo\src\MT_CmMatrix4x4.cpp
169
 
# End Source File
170
 
# Begin Source File
171
 
 
172
 
SOURCE=..\..\..\source\sumo\MoTo\src\MT_Matrix3x3.cpp
173
 
# End Source File
174
 
# Begin Source File
175
 
 
176
 
SOURCE=..\..\..\source\sumo\MoTo\src\MT_Matrix4x4.cpp
177
 
# End Source File
178
 
# Begin Source File
179
 
 
180
 
SOURCE=..\..\..\source\sumo\MoTo\src\MT_Point3.cpp
181
 
# End Source File
182
 
# Begin Source File
183
 
 
184
 
SOURCE=..\..\..\source\sumo\MoTo\src\MT_Quaternion.cpp
185
 
# End Source File
186
 
# Begin Source File
187
 
 
188
 
SOURCE=..\..\..\source\sumo\MoTo\src\MT_random.cpp
189
 
# End Source File
190
 
# Begin Source File
191
 
 
192
 
SOURCE=..\..\..\source\sumo\MoTo\src\MT_Transform.cpp
193
 
# End Source File
194
 
# Begin Source File
195
 
 
196
 
SOURCE=..\..\..\source\sumo\MoTo\src\MT_Vector2.cpp
197
 
# End Source File
198
 
# Begin Source File
199
 
 
200
 
SOURCE=..\..\..\source\sumo\MoTo\src\MT_Vector3.cpp
201
 
# End Source File
202
 
# Begin Source File
203
 
 
204
 
SOURCE=..\..\..\source\sumo\MoTo\src\MT_Vector4.cpp
205
 
# End Source File
206
 
# End Group
207
 
# Begin Group "Header Files"
208
 
 
209
 
# PROP Default_Filter "h;hpp;hxx;hm;inl"
210
 
# Begin Source File
211
 
 
212
 
SOURCE=..\..\..\source\sumo\MoTo\include\GEN_List.h
213
 
# End Source File
214
 
# Begin Source File
215
 
 
216
 
SOURCE=..\..\..\source\sumo\MoTo\include\GEN_Map.h
217
 
# End Source File
218
 
# Begin Source File
219
 
 
220
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_assert.h
221
 
# End Source File
222
 
# Begin Source File
223
 
 
224
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_CmMatrix4x4.h
225
 
# End Source File
226
 
# Begin Source File
227
 
 
228
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Matrix3x3.h
229
 
# End Source File
230
 
# Begin Source File
231
 
 
232
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Matrix3x3.inl
233
 
# End Source File
234
 
# Begin Source File
235
 
 
236
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Matrix4x4.h
237
 
# End Source File
238
 
# Begin Source File
239
 
 
240
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Matrix4x4.inl
241
 
# End Source File
242
 
# Begin Source File
243
 
 
244
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_MinMax.h
245
 
# End Source File
246
 
# Begin Source File
247
 
 
248
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Optimize.h
249
 
# End Source File
250
 
# Begin Source File
251
 
 
252
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Point2.h
253
 
# End Source File
254
 
# Begin Source File
255
 
 
256
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Point2.inl
257
 
# End Source File
258
 
# Begin Source File
259
 
 
260
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Point3.h
261
 
# End Source File
262
 
# Begin Source File
263
 
 
264
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Point3.inl
265
 
# End Source File
266
 
# Begin Source File
267
 
 
268
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Quaternion.h
269
 
# End Source File
270
 
# Begin Source File
271
 
 
272
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Quaternion.inl
273
 
# End Source File
274
 
# Begin Source File
275
 
 
276
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_random.h
277
 
# End Source File
278
 
# Begin Source File
279
 
 
280
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Scalar.h
281
 
# End Source File
282
 
# Begin Source File
283
 
 
284
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Stream.h
285
 
# End Source File
286
 
# Begin Source File
287
 
 
288
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Transform.h
289
 
# End Source File
290
 
# Begin Source File
291
 
 
292
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Tuple2.h
293
 
# End Source File
294
 
# Begin Source File
295
 
 
296
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Tuple3.h
297
 
# End Source File
298
 
# Begin Source File
299
 
 
300
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Tuple4.h
301
 
# End Source File
302
 
# Begin Source File
303
 
 
304
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Vector2.h
305
 
# End Source File
306
 
# Begin Source File
307
 
 
308
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Vector2.inl
309
 
# End Source File
310
 
# Begin Source File
311
 
 
312
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Vector3.h
313
 
# End Source File
314
 
# Begin Source File
315
 
 
316
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Vector3.inl
317
 
# End Source File
318
 
# Begin Source File
319
 
 
320
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Vector4.h
321
 
# End Source File
322
 
# Begin Source File
323
 
 
324
 
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Vector4.inl
325
 
# End Source File
326
 
# Begin Source File
327
 
 
328
 
SOURCE=..\..\..\source\sumo\MoTo\include\NM_Scalar.h
329
 
# End Source File
330
 
# End Group
331
 
# End Target
332
 
# End Project
 
1
# Microsoft Developer Studio Project File - Name="SM_moto" - 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=SM_moto - 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 "SM_moto.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 "SM_moto.mak" CFG="SM_moto - Win32 Profile"
 
17
!MESSAGE 
 
18
!MESSAGE Possible choices for configuration are:
 
19
!MESSAGE 
 
20
!MESSAGE "SM_moto - Win32 Release" (based on "Win32 (x86) Static Library")
 
21
!MESSAGE "SM_moto - Win32 Debug" (based on "Win32 (x86) Static Library")
 
22
!MESSAGE "SM_moto - Win32 MT DLL Debug" (based on "Win32 (x86) Static Library")
 
23
!MESSAGE "SM_moto - Win32 MT DLL Release" (based on "Win32 (x86) Static Library")
 
24
!MESSAGE "SM_moto - Win32 Profile" (based on "Win32 (x86) Static Library")
 
25
!MESSAGE 
 
26
 
 
27
# Begin Project
 
28
# PROP AllowPerConfigDependencies 0
 
29
# PROP Scc_ProjName ""
 
30
# PROP Scc_LocalPath ""
 
31
CPP=cl.exe
 
32
RSC=rc.exe
 
33
 
 
34
!IF  "$(CFG)" == "SM_moto - Win32 Release"
 
35
 
 
36
# PROP BASE Use_MFC 0
 
37
# PROP BASE Use_Debug_Libraries 0
 
38
# PROP BASE Output_Dir "Release"
 
39
# PROP BASE Intermediate_Dir "Release"
 
40
# PROP BASE Target_Dir ""
 
41
# PROP Use_MFC 0
 
42
# PROP Use_Debug_Libraries 0
 
43
# PROP Output_Dir "Release"
 
44
# PROP Intermediate_Dir "..\..\..\..\obj\windows\sumo\moto"
 
45
# PROP Target_Dir ""
 
46
LINK32=link.exe -lib
 
47
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
 
48
# ADD CPP /nologo /W3 /GX /O2 /I "..\..\..\..\lib\windows\moto\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /J /FD /c
 
49
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
50
# ADD RSC /l 0x409 /d "NDEBUG"
 
51
BSC32=bscmake.exe
 
52
# ADD BASE BSC32 /nologo
 
53
# ADD BSC32 /nologo
 
54
LIB32=link.exe -lib
 
55
# ADD BASE LIB32 /nologo
 
56
# ADD LIB32 /nologo /out:"..\..\..\..\obj\windows\sumo\moto\SM_moto.lib"
 
57
 
 
58
!ELSEIF  "$(CFG)" == "SM_moto - Win32 Debug"
 
59
 
 
60
# PROP BASE Use_MFC 0
 
61
# PROP BASE Use_Debug_Libraries 1
 
62
# PROP BASE Output_Dir "Debug"
 
63
# PROP BASE Intermediate_Dir "Debug"
 
64
# PROP BASE Target_Dir ""
 
65
# PROP Use_MFC 0
 
66
# PROP Use_Debug_Libraries 1
 
67
# PROP Output_Dir "Debug"
 
68
# PROP Intermediate_Dir "..\..\..\..\obj\windows\sumo\moto\debug"
 
69
# PROP Target_Dir ""
 
70
LINK32=link.exe -lib
 
71
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
 
72
# ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\..\..\source\sumo\MoTo\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /FR /YX /J /FD /c
 
73
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
74
# ADD RSC /l 0x409 /d "_DEBUG"
 
75
BSC32=bscmake.exe
 
76
# ADD BASE BSC32 /nologo
 
77
# ADD BSC32 /nologo
 
78
LIB32=link.exe -lib
 
79
# ADD BASE LIB32 /nologo
 
80
# ADD LIB32 /nologo /out:"..\..\..\..\obj\windows\sumo\moto\debug\SM_moto.lib"
 
81
 
 
82
!ELSEIF  "$(CFG)" == "SM_moto - Win32 MT DLL Debug"
 
83
 
 
84
# PROP BASE Use_MFC 0
 
85
# PROP BASE Use_Debug_Libraries 1
 
86
# PROP BASE Output_Dir "SM_moto___Win32_MT_DLL_Debug"
 
87
# PROP BASE Intermediate_Dir "SM_moto___Win32_MT_DLL_Debug"
 
88
# PROP BASE Target_Dir ""
 
89
# PROP Use_MFC 0
 
90
# PROP Use_Debug_Libraries 1
 
91
# PROP Output_Dir "..\..\..\..\obj\windows\sumo\moto\mtdll_debug"
 
92
# PROP Intermediate_Dir "..\..\..\..\obj\windows\sumo\moto\mtdll_debug"
 
93
# PROP Target_Dir ""
 
94
LINK32=link.exe -lib
 
95
# ADD BASE CPP /nologo /Gm /GX /ZI /Od /I "..\..\..\source\sumo\MoTo\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /J /FD /GZ /c
 
96
# ADD CPP /nologo /MDd /Gm /GX /ZI /Od /I "..\..\..\source\sumo\MoTo\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /FR /YX /J /FD /GZ /c
 
97
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
98
# ADD RSC /l 0x409 /d "_DEBUG"
 
99
BSC32=bscmake.exe
 
100
# ADD BASE BSC32 /nologo
 
101
# ADD BSC32 /nologo
 
102
LIB32=link.exe -lib
 
103
# ADD BASE LIB32 /nologo /out:"..\..\..\..\..\obj\windows\sumo\moto\debug\SM_moto.lib"
 
104
# ADD LIB32 /nologo
 
105
 
 
106
!ELSEIF  "$(CFG)" == "SM_moto - Win32 MT DLL Release"
 
107
 
 
108
# PROP BASE Use_MFC 0
 
109
# PROP BASE Use_Debug_Libraries 0
 
110
# PROP BASE Output_Dir "SM_moto___Win32_MT_DLL_Release"
 
111
# PROP BASE Intermediate_Dir "SM_moto___Win32_MT_DLL_Release"
 
112
# PROP BASE Target_Dir ""
 
113
# PROP Use_MFC 0
 
114
# PROP Use_Debug_Libraries 0
 
115
# PROP Output_Dir "..\..\..\..\obj\windows\sumo\moto\mtdll"
 
116
# PROP Intermediate_Dir "..\..\..\..\obj\windows\sumo\moto\mtdll"
 
117
# PROP Target_Dir ""
 
118
LINK32=link.exe -lib
 
119
# ADD BASE CPP /nologo /GX /O2 /I "..\..\..\source\sumo\MoTo\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /J /FD /c
 
120
# ADD CPP /nologo /MD /GX /O2 /I "..\..\..\source\sumo\MoTo\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /J /FD /c
 
121
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
122
# ADD RSC /l 0x409 /d "NDEBUG"
 
123
BSC32=bscmake.exe
 
124
# ADD BASE BSC32 /nologo
 
125
# ADD BSC32 /nologo
 
126
LIB32=link.exe -lib
 
127
# ADD BASE LIB32 /nologo /out:"..\..\..\..\..\obj\windows\sumo\moto\SM_moto.lib"
 
128
# ADD LIB32 /nologo
 
129
 
 
130
!ELSEIF  "$(CFG)" == "SM_moto - Win32 Profile"
 
131
 
 
132
# PROP BASE Use_MFC 0
 
133
# PROP BASE Use_Debug_Libraries 1
 
134
# PROP BASE Output_Dir "SM_moto___Win32_Profile"
 
135
# PROP BASE Intermediate_Dir "SM_moto___Win32_Profile"
 
136
# PROP BASE Target_Dir ""
 
137
# PROP Use_MFC 0
 
138
# PROP Use_Debug_Libraries 1
 
139
# PROP Output_Dir "SM_moto___Win32_Profile"
 
140
# PROP Intermediate_Dir "SM_moto___Win32_Profile"
 
141
# PROP Target_Dir ""
 
142
LINK32=link.exe -lib
 
143
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /O2 /I "..\..\..\source\sumo\MoTo\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /J /FD /c
 
144
# ADD CPP /nologo /W3 /Gm /GX /Zi /O2 /I "..\..\..\source\sumo\MoTo\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /J /FD /c
 
145
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
146
# ADD RSC /l 0x409 /d "_DEBUG"
 
147
BSC32=bscmake.exe
 
148
# ADD BASE BSC32 /nologo
 
149
# ADD BSC32 /nologo
 
150
LIB32=link.exe -lib
 
151
# ADD BASE LIB32 /nologo /out:"..\..\..\..\obj\windows\sumo\moto\debug\SM_moto.lib"
 
152
# ADD LIB32 /nologo /out:"..\..\..\..\obj\windows\sumo\moto\profile\SM_moto.lib"
 
153
 
 
154
!ENDIF 
 
155
 
 
156
# Begin Target
 
157
 
 
158
# Name "SM_moto - Win32 Release"
 
159
# Name "SM_moto - Win32 Debug"
 
160
# Name "SM_moto - Win32 MT DLL Debug"
 
161
# Name "SM_moto - Win32 MT DLL Release"
 
162
# Name "SM_moto - Win32 Profile"
 
163
# Begin Group "Source Files"
 
164
 
 
165
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
166
# Begin Source File
 
167
 
 
168
SOURCE=..\..\..\source\sumo\MoTo\src\MT_CmMatrix4x4.cpp
 
169
# End Source File
 
170
# Begin Source File
 
171
 
 
172
SOURCE=..\..\..\source\sumo\MoTo\src\MT_Matrix3x3.cpp
 
173
# End Source File
 
174
# Begin Source File
 
175
 
 
176
SOURCE=..\..\..\source\sumo\MoTo\src\MT_Matrix4x4.cpp
 
177
# End Source File
 
178
# Begin Source File
 
179
 
 
180
SOURCE=..\..\..\source\sumo\MoTo\src\MT_Point3.cpp
 
181
# End Source File
 
182
# Begin Source File
 
183
 
 
184
SOURCE=..\..\..\source\sumo\MoTo\src\MT_Quaternion.cpp
 
185
# End Source File
 
186
# Begin Source File
 
187
 
 
188
SOURCE=..\..\..\source\sumo\MoTo\src\MT_random.cpp
 
189
# End Source File
 
190
# Begin Source File
 
191
 
 
192
SOURCE=..\..\..\source\sumo\MoTo\src\MT_Transform.cpp
 
193
# End Source File
 
194
# Begin Source File
 
195
 
 
196
SOURCE=..\..\..\source\sumo\MoTo\src\MT_Vector2.cpp
 
197
# End Source File
 
198
# Begin Source File
 
199
 
 
200
SOURCE=..\..\..\source\sumo\MoTo\src\MT_Vector3.cpp
 
201
# End Source File
 
202
# Begin Source File
 
203
 
 
204
SOURCE=..\..\..\source\sumo\MoTo\src\MT_Vector4.cpp
 
205
# End Source File
 
206
# End Group
 
207
# Begin Group "Header Files"
 
208
 
 
209
# PROP Default_Filter "h;hpp;hxx;hm;inl"
 
210
# Begin Source File
 
211
 
 
212
SOURCE=..\..\..\source\sumo\MoTo\include\GEN_List.h
 
213
# End Source File
 
214
# Begin Source File
 
215
 
 
216
SOURCE=..\..\..\source\sumo\MoTo\include\GEN_Map.h
 
217
# End Source File
 
218
# Begin Source File
 
219
 
 
220
SOURCE=..\..\..\source\sumo\MoTo\include\MT_assert.h
 
221
# End Source File
 
222
# Begin Source File
 
223
 
 
224
SOURCE=..\..\..\source\sumo\MoTo\include\MT_CmMatrix4x4.h
 
225
# End Source File
 
226
# Begin Source File
 
227
 
 
228
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Matrix3x3.h
 
229
# End Source File
 
230
# Begin Source File
 
231
 
 
232
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Matrix3x3.inl
 
233
# End Source File
 
234
# Begin Source File
 
235
 
 
236
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Matrix4x4.h
 
237
# End Source File
 
238
# Begin Source File
 
239
 
 
240
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Matrix4x4.inl
 
241
# End Source File
 
242
# Begin Source File
 
243
 
 
244
SOURCE=..\..\..\source\sumo\MoTo\include\MT_MinMax.h
 
245
# End Source File
 
246
# Begin Source File
 
247
 
 
248
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Optimize.h
 
249
# End Source File
 
250
# Begin Source File
 
251
 
 
252
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Point2.h
 
253
# End Source File
 
254
# Begin Source File
 
255
 
 
256
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Point2.inl
 
257
# End Source File
 
258
# Begin Source File
 
259
 
 
260
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Point3.h
 
261
# End Source File
 
262
# Begin Source File
 
263
 
 
264
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Point3.inl
 
265
# End Source File
 
266
# Begin Source File
 
267
 
 
268
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Quaternion.h
 
269
# End Source File
 
270
# Begin Source File
 
271
 
 
272
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Quaternion.inl
 
273
# End Source File
 
274
# Begin Source File
 
275
 
 
276
SOURCE=..\..\..\source\sumo\MoTo\include\MT_random.h
 
277
# End Source File
 
278
# Begin Source File
 
279
 
 
280
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Scalar.h
 
281
# End Source File
 
282
# Begin Source File
 
283
 
 
284
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Stream.h
 
285
# End Source File
 
286
# Begin Source File
 
287
 
 
288
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Transform.h
 
289
# End Source File
 
290
# Begin Source File
 
291
 
 
292
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Tuple2.h
 
293
# End Source File
 
294
# Begin Source File
 
295
 
 
296
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Tuple3.h
 
297
# End Source File
 
298
# Begin Source File
 
299
 
 
300
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Tuple4.h
 
301
# End Source File
 
302
# Begin Source File
 
303
 
 
304
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Vector2.h
 
305
# End Source File
 
306
# Begin Source File
 
307
 
 
308
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Vector2.inl
 
309
# End Source File
 
310
# Begin Source File
 
311
 
 
312
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Vector3.h
 
313
# End Source File
 
314
# Begin Source File
 
315
 
 
316
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Vector3.inl
 
317
# End Source File
 
318
# Begin Source File
 
319
 
 
320
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Vector4.h
 
321
# End Source File
 
322
# Begin Source File
 
323
 
 
324
SOURCE=..\..\..\source\sumo\MoTo\include\MT_Vector4.inl
 
325
# End Source File
 
326
# Begin Source File
 
327
 
 
328
SOURCE=..\..\..\source\sumo\MoTo\include\NM_Scalar.h
 
329
# End Source File
 
330
# End Group
 
331
# End Target
 
332
# End Project