mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
14 lines
213 B
Makefile
14 lines
213 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = regtest.exe
|
|
APPMODE = gui
|
|
IMPORTS = advapi32 kernel32
|
|
|
|
C_SRCS = regtest.c
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|