23 lines
315 B
Makefile
23 lines
315 B
Makefile
MODULE = winetest.exe
|
|
IMPORTS = uuid comctl32 version user32 gdi32 advapi32 wsock32 msvcrt
|
|
DELAYIMPORTS = ole32
|
|
|
|
EXTRADLLFLAGS = -mconsole
|
|
|
|
C_SRCS = \
|
|
gui.c \
|
|
main.c \
|
|
send.c \
|
|
util.c
|
|
|
|
RC_SRCS = \
|
|
winetest.rc
|
|
|
|
SVG_SRCS = winetest.svg
|
|
|
|
EXTRA_OBJS = build.res
|
|
|
|
EXTRA_TARGETS = build.nfo
|
|
|
|
INSTALL_LIB = none
|