2003-12-04 03:01:39 +01:00
|
|
|
MODULE = winetest.exe
|
2020-03-03 14:11:10 +01:00
|
|
|
IMPORTS = uuid comctl32 version user32 gdi32 advapi32 wsock32 msvcrt
|
2009-02-23 12:34:57 +01:00
|
|
|
DELAYIMPORTS = ole32
|
2003-12-04 03:01:39 +01:00
|
|
|
|
2019-05-02 09:31:10 +02:00
|
|
|
EXTRADLLFLAGS = -mconsole -mno-cygwin
|
|
|
|
|
2003-12-04 03:01:39 +01:00
|
|
|
C_SRCS = \
|
2004-01-15 02:48:05 +01:00
|
|
|
gui.c \
|
2003-12-04 03:01:39 +01:00
|
|
|
main.c \
|
|
|
|
send.c \
|
|
|
|
util.c
|
|
|
|
|
2004-01-15 02:48:05 +01:00
|
|
|
RC_SRCS = \
|
2004-06-16 00:45:15 +02:00
|
|
|
winetest.rc
|
2004-01-15 02:48:05 +01:00
|
|
|
|
2008-03-28 19:24:52 +01:00
|
|
|
SVG_SRCS = winetest.svg
|
|
|
|
|
2018-03-04 15:36:10 +01:00
|
|
|
EXTRA_OBJS = build.res
|
2006-08-28 11:58:31 +02:00
|
|
|
|
2018-11-30 12:55:18 +01:00
|
|
|
EXTRA_TARGETS = build.nfo
|
2006-08-28 11:58:31 +02:00
|
|
|
|
2015-10-30 06:15:45 +01:00
|
|
|
INSTALL_LIB = none
|
|
|
|
|
2009-07-09 12:54:39 +02:00
|
|
|
build.rc: dummy
|
2018-11-30 13:09:12 +01:00
|
|
|
build="STRINGTABLE { 1 \"`GIT_DIR=$(top_srcdir)/.git git rev-parse HEAD 2>/dev/null`\" }" && (echo $$build | cmp -s - $@) || echo $$build >$@ || (rm -f $@ && exit 1)
|
2010-08-21 17:19:48 +02:00
|
|
|
|
|
|
|
build.nfo:
|
|
|
|
-$(CC) -v 2>$@
|
|
|
|
|
2015-10-22 14:36:15 +02:00
|
|
|
dummy:
|
|
|
|
.PHONY: dummy
|