msxml3: Fixed typo in create_bsc.
[wine] / programs / wineboot / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = wineboot.exe
6 APPMODE   = -mconsole
7 IMPORTS   = uuid advapi32 kernel32 ntdll
8 DELAYIMPORTS = setupapi shell32 shlwapi version user32
9
10 C_SRCS = \
11         shutdown.c \
12         wineboot.c
13
14 RC_SRCS = wineboot.rc
15
16 @MAKE_PROG_RULES@
17
18 @DEPENDENCIES@  # everything below this line is overwritten by make depend