projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
gdi32: Make init_dib_info() static.
[wine]
/
programs
/
attrib
/
Makefile.in
1
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2
MODULE = attrib.exe
3
APPMODE = -mconsole -municode
4
IMPORTS = user32
5
6
C_SRCS = attrib.c
7
8
RC_SRCS = attrib.rc
9
PO_SRCS = attrib.rc
10
11
@MAKE_PROG_RULES@