38 lines
419 B
Plaintext
38 lines
419 B
Plaintext
#include "../Wine.tmpl"
|
|
|
|
MODULE = misc
|
|
|
|
SRCS = \
|
|
atom.c \
|
|
clipboard.c \
|
|
comm.c \
|
|
commdlg.c \
|
|
dos_fs.c \
|
|
driver.c \
|
|
exec.c \
|
|
escape.c \
|
|
file.c \
|
|
keyboard.c \
|
|
lstr.c \
|
|
main.c \
|
|
message.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($(MODULE),,$(OBJS))
|
|
DependTarget()
|
|
|
|
includes::
|
|
|
|
install::
|