wine/libs/port/Makefile.in
Alexandre Julliard 23cee79d72 libport: Move the composition tables back to libwine and stop updating them.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-17 13:49:05 +01:00

27 lines
317 B
Makefile

STATICLIB = libwine_port.a
C_SRCS = \
casemap.c \
ffs.c \
fstatvfs.c \
getopt.c \
interlocked.c \
isfinite.c \
isinf.c \
isnan.c \
lstat.c \
mkstemps.c \
poll.c \
pread.c \
pwrite.c \
readlink.c \
rint.c \
spawn.c \
statvfs.c \
string.c \
strnlen.c \
stubs.c \
symlink.c \
usleep.c \
wctype.c