mirror of
https://github.com/reactos/wine.git
synced 2025-02-24 06:55:00 +00:00
20 lines
237 B
Makefile
20 lines
237 B
Makefile
TESTDLL = msvcrt.dll
|
|
APPMODE = -mno-cygwin
|
|
EXTRAINCL = -I$(srcdir)/..
|
|
|
|
C_SRCS = \
|
|
cpp.c \
|
|
data.c \
|
|
dir.c \
|
|
environ.c \
|
|
file.c \
|
|
headers.c \
|
|
heap.c \
|
|
locale.c \
|
|
misc.c \
|
|
printf.c \
|
|
scanf.c \
|
|
signal.c \
|
|
string.c \
|
|
time.c
|