mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
18 lines
271 B
Makefile
18 lines
271 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winecfg.exe
|
|
APPMODE = gui
|
|
IMPORTS = comctl32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
properties.c \
|
|
winecfg.c
|
|
|
|
RC_SRCS = winecfg.rc
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|