Sweden-Number/programs/wineboot/Makefile.in

20 lines
421 B
Makefile
Raw Normal View History

EXTRADEFS = -DWINE_NO_UNICODE_MACROS
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = wineboot.exe
2004-03-02 22:00:00 +01:00
APPMODE = -mconsole
IMPORTS = uuid advapi32 kernel32 ntdll
DELAYIMPORTS = setupapi shell32 shlwapi version user32
C_SRCS = \
shutdown.c \
wineboot.c
RC_SRCS = wineboot.rc
@MAKE_PROG_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend