Sweden-Number/programs/wineboot/Makefile.in

16 lines
245 B
Makefile
Raw Normal View History

MODULE = wineboot.exe
2004-03-02 22:00:00 +01:00
APPMODE = -mconsole
IMPORTS = uuid advapi32
DELAYIMPORTS = shell32 shlwapi version user32
C_SRCS = \
shutdown.c \
wineboot.c
2011-10-31 13:29:58 +01:00
RC_SRCS = wineboot.rc
PO_SRCS = wineboot.rc
MANPAGE = wineboot.man
2010-11-25 17:02:08 +01:00
@MAKE_PROG_RULES@