projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
attrib: Make command accept several arguments.
[wine]
/
programs
/
msiexec
/
Makefile.in
1
MODULE = msiexec.exe
2
APPMODE = -mwindows
3
IMPORTS = msi ole32 advapi32 user32
4
5
C_SRCS = \
6
msiexec.c \
7
service.c
8
9
RC_SRCS = rsrc.rc
10
11
MANPAGE = msiexec.man
12
13
SVG_SRCS = msiexec.svg
14
15
@MAKE_PROG_RULES@