mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 02:46:32 +00:00
91b19177c7
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
5 lines
114 B
Makefile
5 lines
114 B
Makefile
MODULE = olesvr.dll16
|
|
IMPORTS = gdi32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,olesvr32.dll
|
|
|
|
C_SRCS = olesvr.c
|