mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 10:59:45 +00:00
6 lines
118 B
Makefile
6 lines
118 B
Makefile
MODULE = storage.dll16
|
|
IMPORTS = uuid ole32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll
|
|
|
|
C_SRCS = storage.c
|