mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
11 lines
130 B
Makefile
11 lines
130 B
Makefile
MODULE = cabinet.dll
|
|
IMPORTLIB = cabinet
|
|
|
|
C_SRCS = \
|
|
cabinet_main.c \
|
|
fci.c \
|
|
fdi.c
|
|
|
|
RC_SRCS = cabinet.rc
|
|
|
|
@MAKE_DLL_RULES@
|