wine/programs/winetest/Makefile.in
Alexandre Julliard 45d5799eca winetest: Use compiler macros to generate the compiler version info.
To get correct info for PE builds.
2025-07-09 21:11:05 +02:00

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