aboutsummaryrefslogtreecommitdiff
path: root/src/iemmatrix.dsp
blob: 610b3482efcaa85bce5833a2b125f4072ad64678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
# Microsoft Developer Studio Project File - Name="iemmatrix" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** NICHT BEARBEITEN **

# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102

CFG=IEMMATRIX - WIN32 RELEASE
!MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE
!MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl
!MESSAGE 
!MESSAGE NMAKE /f "iemmatrix.mak".
!MESSAGE 
!MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben
!MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel:
!MESSAGE 
!MESSAGE NMAKE /f "iemmatrix.mak" CFG="IEMMATRIX - WIN32 RELEASE"
!MESSAGE 
!MESSAGE Für die Konfiguration stehen zur Auswahl:
!MESSAGE 
!MESSAGE "iemmatrix - Win32 Release" (basierend auf  "Win32 (x86) Dynamic-Link Library")
!MESSAGE 

# Begin Project
# PROP AllowPerConfigDependencies 1
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir ""
# PROP Intermediate_Dir "obj\"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IEMMATRIX_EXPORTS" /YX /FD /c
# ADD CPP /nologo /Zp16 /W3 /GX /I "C:\Programme\pd\src" /D "PD" /D "MSW" /D "__WIN32__" /D "IEMMATRIX" /FR /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /win32
# SUBTRACT MTL /mktyplib203
# ADD BASE RSC /l 0xc07 /d "NDEBUG"
# ADD RSC /l 0xc07
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# 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 /nologo /dll /machine:I386
# ADD LINK32 kernel32.lib wsock32.lib uuid.lib libc.lib oldnames.lib pd.lib /nologo /dll /machine:I386 /nodefaultlib /out:"..\iemmatrix.dll" /libpath:"../../bin" /libpath:"C:\Programme\pd\bin" /export:iemmatrix_setup
# SUBTRACT LINK32 /pdb:none
# Begin Target

# Name "iemmatrix - Win32 Release"
# Begin Group "Quellcodedateien"

# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File

SOURCE=.\iemmatrix.c
# End Source File
# Begin Source File

SOURCE=.\iemmatrix_binops.c
# End Source File
# Begin Source File

SOURCE=.\iemmatrix_sources.c
# End Source File
# Begin Source File

SOURCE=.\iemmatrix_utility.c
# End Source File
# Begin Source File

SOURCE=.\matrix.c
# End Source File
# Begin Source File

SOURCE=.\mtx_abs.c
# End Source File
# Begin Source File

SOURCE=.\mtx_add.c
# End Source File
# Begin Source File

SOURCE=.\mtx_and.c
# End Source File
# Begin Source File

SOURCE=.\mtx_atan.c
# End Source File
# Begin Source File

SOURCE=.\mtx_bitand.c
# End Source File
# Begin Source File

SOURCE=.\mtx_bitleft.c
# End Source File
# Begin Source File

SOURCE=.\mtx_bitor.c
# End Source File
# Begin Source File

SOURCE=.\mtx_bitright.c
# End Source File
# Begin Source File

SOURCE=.\mtx_bspline.c
# End Source File
# Begin Source File

SOURCE=.\mtx_check.c
# End Source File
# Begin Source File

SOURCE=.\mtx_cholesky.c
# End Source File
# Begin Source File

SOURCE=.\mtx_col.c
# End Source File
# Begin Source File

SOURCE=.\mtx_colon.c
# End Source File
# Begin Source File

SOURCE=.\mtx_concat.c
# End Source File
# Begin Source File

SOURCE=.\mtx_conv.c
# End Source File
# Begin Source File

SOURCE=.\mtx_cos.c
# End Source File
# Begin Source File

SOURCE=.\mtx_cumsum.c
# End Source File
# Begin Source File

SOURCE=.\mtx_dbtopow.c
# End Source File
# Begin Source File

SOURCE=.\mtx_dbtorms.c
# End Source File
# Begin Source File

SOURCE=.\mtx_decay.c
# End Source File
# Begin Source File

SOURCE=.\mtx_diag.c
# End Source File
# Begin Source File

SOURCE=.\mtx_diegg.c
# End Source File
# Begin Source File

SOURCE=.\mtx_diff.c
# End Source File
# Begin Source File

SOURCE=.\mtx_dispersive_dline.c
# End Source File
# Begin Source File

SOURCE=.\mtx_distance2.c
# End Source File
# Begin Source File

SOURCE=.\mtx_egg.c
# End Source File
# Begin Source File

SOURCE=.\mtx_eig.c
# End Source File
# Begin Source File

SOURCE=.\mtx_element.c
# End Source File
# Begin Source File

SOURCE=.\mtx_eq.c
# End Source File
# Begin Source File

SOURCE=.\mtx_exp.c
# End Source File
# Begin Source File

SOURCE=.\mtx_eye.c
# End Source File
# Begin Source File

SOURCE=.\mtx_fft.c
# End Source File
# Begin Source File

SOURCE=.\mtx_fill.c
# End Source File
# Begin Source File

SOURCE=.\mtx_find.c
# End Source File
# Begin Source File

SOURCE=.\mtx_gauss.c
# End Source File
# Begin Source File

SOURCE=.\mtx_ge.c
# End Source File
# Begin Source File

SOURCE=.\mtx_gt.c
# End Source File
# Begin Source File

SOURCE=.\mtx_ifft.c
# End Source File
# Begin Source File

SOURCE=.\mtx_index.c
# End Source File
# Begin Source File

SOURCE=.\mtx_int.c
# End Source File
# Begin Source File

SOURCE=.\mtx_inverse.c
# End Source File
# Begin Source File

SOURCE=.\mtx_isequal.c
# End Source File
# Begin Source File

SOURCE=.\mtx_le.c
# End Source File
# Begin Source File

SOURCE=.\mtx_log.c
# End Source File
# Begin Source File

SOURCE=.\mtx_lt.c
# End Source File
# Begin Source File

SOURCE=.\mtx_max2.c
# End Source File
# Begin Source File

SOURCE=.\mtx_mean.c
# End Source File
# Begin Source File

SOURCE=.\mtx_min2.c
# End Source File
# Begin Source File

SOURCE=.\mtx_minmax.c
# End Source File
# Begin Source File

SOURCE=.\mtx_mul.c
# End Source File
# Begin Source File

SOURCE=.\mtx_mul~.c
# End Source File
# Begin Source File

SOURCE=.\mtx_neq.c
# End Source File
# Begin Source File

SOURCE=.\mtx_not.c
# End Source File
# Begin Source File

SOURCE=.\mtx_ones.c
# End Source File
# Begin Source File

SOURCE=.\mtx_or.c
# End Source File
# Begin Source File

SOURCE=.\mtx_pack~.c
# End Source File
# Begin Source File

SOURCE=.\mtx_pivot.c
# End Source File
# Begin Source File

SOURCE=.\mtx_pow.c
# End Source File
# Begin Source File

SOURCE=.\mtx_powtodb.c
# End Source File
# Begin Source File

SOURCE=.\mtx_print.c
# End Source File
# Begin Source File

SOURCE=.\mtx_prod.c
# End Source File
# Begin Source File

SOURCE=.\mtx_rand.c
# End Source File
# Begin Source File

SOURCE=.\mtx_repmat.c
# End Source File
# Begin Source File

SOURCE=.\mtx_resize.c
# End Source File
# Begin Source File

SOURCE=.\mtx_reverse.c
# End Source File
# Begin Source File

SOURCE=.\mtx_rfft.c
# End Source File
# Begin Source File

SOURCE=.\mtx_rifft.c
# End Source File
# Begin Source File

SOURCE=.\mtx_rmstodb.c
# End Source File
# Begin Source File

SOURCE=.\mtx_roll.c
# End Source File
# Begin Source File

SOURCE=.\mtx_row.c
# End Source File
# Begin Source File

SOURCE=.\mtx_scroll.c
# End Source File
# Begin Source File

SOURCE=.\mtx_sin.c
# End Source File
# Begin Source File

SOURCE=.\mtx_size.c
# End Source File
# Begin Source File

SOURCE=.\mtx_slice.c
# End Source File
# Begin Source File

SOURCE=.\mtx_sndfileread.c
# End Source File
# Begin Source File

SOURCE=.\mtx_sort.c
# End Source File
# Begin Source File

SOURCE=.\mtx_spherical_harmonics.c
# End Source File
# Begin Source File

SOURCE=.\mtx_sub.c
# End Source File
# Begin Source File

SOURCE=.\mtx_sum.c
# End Source File
# Begin Source File

SOURCE=.\mtx_svd.c
# End Source File
# Begin Source File

SOURCE=.\mtx_trace.c
# End Source File
# Begin Source File

SOURCE=.\mtx_transpose.c
# End Source File
# Begin Source File

SOURCE=.\mtx_unpack~.c
# End Source File
# Begin Source File

SOURCE=.\mtx_zeros.c
# End Source File
# End Group
# Begin Group "Header-Dateien"

# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File

SOURCE=.\iemmatrix.h
# End Source File
# Begin Source File

SOURCE=.\iemmatrix_sources.h
# End Source File
# Begin Source File

SOURCE=.\mtx_binop_generic.h
# End Source File
# End Group
# Begin Group "generic"

# PROP Default_Filter ""
# End Group
# End Target
# End Project