19 lines
262 B
Makefile
19 lines
262 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
MODULE = winecfg.exe
|
||
|
APPMODE = gui
|
||
|
IMPORTS = comctl32 user32
|
||
|
|
||
|
C_SRCS = \
|
||
|
main.c \
|
||
|
properties.c \
|
||
|
winecfg.c
|
||
|
|
||
|
RC_SRCS = winecfg.rc
|
||
|
|
||
|
@MAKE_PROG_RULES@
|
||
|
|
||
|
### Dependencies:
|