winecfg: Fixed reading in colour data from a theme file.
[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   = advapi32 kernel32 ntdll
8 DELAYIMPORTS = shell32 shlwapi version user32
9 EXTRALIBS = -luuid
10
11 C_SRCS = \
12         shutdown.c \
13         wineboot.c
14
15 RC_SRCS = wineboot.rc
16
17 @MAKE_PROG_RULES@
18
19 @DEPENDENCIES@  # everything below this line is overwritten by make depend