wine-wine/programs/services/Makefile.in

17 lines
313 B
Makefile
Raw Normal View History

2008-03-15 08:49:42 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = services.exe
APPMODE = -mconsole
IMPORTS = kernel32
IMPORTS = advapi32 kernel32
2008-03-15 08:49:42 +00:00
C_SRCS = \
services.c \
utils.c
2008-03-15 08:49:42 +00:00
@MAKE_PROG_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend