blob: 63c6fd86fefc1b8ac4df599886eb08ab17b114d4 [file] [log] [blame]
Alexandre Julliardb66685c2008-09-03 11:30:44 +02001EXTRADEFS = -DWINE_NO_UNICODE_MACROS
Shachar Shemesh175d0592003-01-04 02:52:05 +00002TOPSRCDIR = @top_srcdir@
3TOPOBJDIR = ../..
4SRCDIR = @srcdir@
5VPATH = @srcdir@
6MODULE = wineboot.exe
Alexandre Julliard6621b2d2004-03-02 21:00:00 +00007APPMODE = -mconsole
Alexandre Julliarddad21bb2008-04-30 14:23:55 +02008IMPORTS = uuid advapi32 kernel32 ntdll
Alexandre Julliard935313a2008-04-17 21:07:10 +02009DELAYIMPORTS = setupapi shell32 shlwapi version user32
Shachar Shemesh175d0592003-01-04 02:52:05 +000010
11C_SRCS = \
Alexandre Julliard54da7fb2006-08-17 20:54:15 +020012 shutdown.c \
Shachar Shemesh175d0592003-01-04 02:52:05 +000013 wineboot.c
14
Rob Shearman5cbdbe62007-09-26 15:53:55 -070015RC_SRCS = wineboot.rc
16
Shachar Shemesh175d0592003-01-04 02:52:05 +000017@MAKE_PROG_RULES@
18
Alexandre Julliard32ab8952006-09-14 09:38:16 +020019@DEPENDENCIES@ # everything below this line is overwritten by make depend