mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 10:13:55 +02:00
17 lines
278 B
Makefile
17 lines
278 B
Makefile
MODULE = winetest.exe
|
|
IMPORTS = uuid comctl32 version user32 gdi32 advapi32 wsock32 msvcrt
|
|
DELAYIMPORTS = ole32
|
|
|
|
EXTRADLLFLAGS = -mconsole
|
|
|
|
SOURCES = \
|
|
gui.c \
|
|
main.c \
|
|
send.c \
|
|
util.c \
|
|
winetest.rc \
|
|
winetest.svg
|
|
|
|
EXTRA_OBJS = build.res
|
|
|
|
INSTALL_TEST = winetest.exe
|