mirror of
https://github.com/reactos/wine.git
synced 2025-01-09 05:10:41 +00:00
15 lines
272 B
Makefile
15 lines
272 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
MODULE = services.exe
|
||
|
APPMODE = -mconsole
|
||
|
IMPORTS = kernel32
|
||
|
|
||
|
C_SRCS = \
|
||
|
services.c
|
||
|
|
||
|
@MAKE_PROG_RULES@
|
||
|
|
||
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|