mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 17:00:47 +00:00
fbbad0f10a
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
5 lines
118 B
Makefile
5 lines
118 B
Makefile
MODULE = storage.dll16
|
|
IMPORTS = uuid ole32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll
|
|
|
|
C_SRCS = storage.c
|