repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
attrib: Move implementation from cmd.exe to the standalone command.
[wine.git]
/
programs
/
attrib
/
Makefile.in
blob
53f6809bda69a11306fb686f837565ec4a8159f5
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@