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
winetest: Fix handle leak.
[wine.git]
/
programs
/
msiexec
/
Makefile.in
blob
9dd6562f159cb8ff0145a3131771f7300e6d9952
1
EXTRADEFS
= -
DWINE_NO_UNICODE_MACROS
2
MODULE
=
msiexec.exe
3
APPMODE
= -
mwindows
4
IMPORTS
=
msi ole32 advapi32 user32
5
6
C_SRCS
=
\
7
msiexec.c \
8
service.c
9
10
RC_SRCS
=
rsrc.rc
11
12
MANPAGE
=
msiexec.man
13
14
SVG_SRCS
=
msiexec.svg
15
16
@MAKE_PROG_RULES@