mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
17 lines
244 B
Makefile
17 lines
244 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = regapi.exe
|
|
APPMODE = gui
|
|
IMPORTS = advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
regapi.c
|
|
|
|
PLTESTS = \
|
|
tests/regapi.pl
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|