d3dxof: Don't make local variables static.
[wine.git] / programs / wineboot / Makefile.in
blobcdbab2e81e06570c03e937461942a1017788a5b4
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
10 C_SRCS = \
11 shutdown.c \
12 wineboot.c
14 RC_SRCS = wineboot.rc
16 @MAKE_PROG_RULES@
18 @DEPENDENCIES@ # everything below this line is overwritten by make depend