mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 05:11:57 +00:00
19 lines
271 B
Makefile
19 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:
|