mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
2bc3c8463d
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
145 B
Makefile
12 lines
145 B
Makefile
STATICLIB = libwine_port.a
|
|
|
|
C_SRCS = \
|
|
getopt.c \
|
|
lstat.c \
|
|
mkstemps.c \
|
|
poll.c \
|
|
pread.c \
|
|
pwrite.c \
|
|
readlink.c \
|
|
spawn.c \
|
|
symlink.c
|