mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
6 lines
128 B
Makefile
6 lines
128 B
Makefile
MODULE = typelib.dll16
|
|
IMPORTS = oleaut32 advapi32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,oleaut32.dll
|
|
|
|
C_SRCS = typelib.c
|