mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
7 lines
136 B
Makefile
7 lines
136 B
Makefile
MODULE = storage.dll16
|
|
IMPORTS = uuid ole32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll
|
|
|
|
C_SRCS = storage.c
|
|
|
|
@MAKE_DLL_RULES@
|