wine/dlls/wineandroid.drv/Makefile.in
Alexandre Julliard 6ba7773121 makefiles: Add a -mcygwin flag to specify the inverse of -mno-cygwin.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00

21 lines
274 B
Makefile

MODULE = wineandroid.drv
IMPORTS = uuid ole32 user32 gdi32 advapi32 ntoskrnl
EXTRADLLFLAGS = -mcygwin
C_SRCS = \
device.c \
init.c \
keyboard.c \
mmdevdrv.c \
opengl.c \
window.c
IN_SRCS = \
build.gradle.in
SVG_SRCS = \
wine.svg
EXTRA_TARGETS = wine-debug.apk