mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
7 lines
118 B
Makefile
7 lines
118 B
Makefile
MODULE = ole2disp.dll16
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,oleaut32.dll
|
|
|
|
C_SRCS = ole2disp.c
|
|
|
|
@MAKE_DLL_RULES@
|