mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
17 lines
251 B
Makefile
17 lines
251 B
Makefile
TESTDLL = msi.dll
|
|
IMPORTS = cabinet msi shell32 ole32 oleaut32 user32 advapi32 version
|
|
|
|
C_SRCS = \
|
|
action.c \
|
|
automation.c \
|
|
db.c \
|
|
format.c \
|
|
install.c \
|
|
msi.c \
|
|
package.c \
|
|
patch.c \
|
|
record.c \
|
|
source.c \
|
|
suminfo.c
|
|
|
|
@MAKE_TEST_RULES@
|