mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 13:09:57 +00:00
fbbad0f10a
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 lines
119 B
Makefile
6 lines
119 B
Makefile
MODULE = ver.dll16
|
|
IMPORTS = version lz32
|
|
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,version.dll
|
|
|
|
C_SRCS = version.c
|