mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
16 lines
223 B
Makefile
16 lines
223 B
Makefile
EXTRADEFS = -DSTRICT
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winemine
|
|
|
|
C_SRCS = \
|
|
dialog.c \
|
|
main.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|