mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 14:20:15 +00:00
17 lines
265 B
Makefile
17 lines
265 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winemine.exe
|
|
APPMODE = gui
|
|
IMPORTS = user32 gdi32 advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
dialog.c \
|
|
main.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|