Mercurial > audlegacy-plugins
comparison src/sexypsf/Makefile @ 1203:6eef4486e481
Fixed hangs when outputting to FileWriter and improved readability in
general
author | michi@tux.homenetwork |
---|---|
date | Mon, 02 Jul 2007 23:02:43 +0200 |
parents | 550c9e382cf8 |
children | c3fdb0e5a306 |
comparison
equal
deleted
inserted
replaced
1202:82ef51e8934a | 1203:6eef4486e481 |
---|---|
16 Misc.c \ | 16 Misc.c \ |
17 R3000A.c \ | 17 R3000A.c \ |
18 PsxInterpreter.c \ | 18 PsxInterpreter.c \ |
19 PsxHLE.c \ | 19 PsxHLE.c \ |
20 spu/spu.c \ | 20 spu/spu.c \ |
21 xmms.c | 21 plugin.c |
22 | 22 |
23 LIBADD = -lz | 23 LIBADD = -lz |
24 | 24 |
25 OBJECTS = ${SOURCES:.c=.o} | 25 OBJECTS = ${SOURCES:.c=.o} |
26 | 26 |