mirror of
https://github.com/reactos/wine.git
synced 2025-02-25 15:33:47 +00:00
12 lines
130 B
Makefile
12 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@
|