43 lines
487 B
Plaintext
43 lines
487 B
Plaintext
#include "../Wine.tmpl"
|
|
|
|
MODULE = misc
|
|
|
|
SRCS = \
|
|
audio.c \
|
|
atom.c \
|
|
clipboard.c \
|
|
comm.c \
|
|
cursor.c \
|
|
dos_fs.c \
|
|
driver.c \
|
|
exec.c \
|
|
escape.c \
|
|
file.c \
|
|
keyboard.c \
|
|
lstr.c \
|
|
main.c \
|
|
mcicda.c \
|
|
message.c \
|
|
mmaux.c \
|
|
mmsystem.c \
|
|
network.c \
|
|
profile.c \
|
|
property.c \
|
|
rect.c \
|
|
shell.c \
|
|
sound.c \
|
|
spy.c \
|
|
stress.c \
|
|
user.c \
|
|
winsocket.c
|
|
|
|
OBJS = $(SRCS:.c=.o)
|
|
|
|
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
|
|
DependTarget()
|
|
CleanTarget()
|
|
|
|
includes::
|
|
|
|
install::
|