projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
atl: Moved atlwin.h to public includes.
[wine]
/
programs
/
wineboot
/
Makefile.in
1
MODULE = wineboot.exe
2
APPMODE = -mconsole
3
IMPORTS = uuid advapi32
4
DELAYIMPORTS = shell32 shlwapi version user32
5
6
C_SRCS = \
7
shutdown.c \
8
wineboot.c
9
10
RC_SRCS = wineboot.rc
11
PO_SRCS = wineboot.rc
12
13
MANPAGE = wineboot.man
14
15
@MAKE_PROG_RULES@