mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
8 lines
136 B
Makefile
8 lines
136 B
Makefile
MODULE = storage.dll16
|
|
IMPORTS = uuid ole32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll
|
|
|
|
C_SRCS = storage.c
|
|
|
|
@MAKE_DLL_RULES@
|