mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
9 lines
137 B
Makefile
9 lines
137 B
Makefile
MODULE = ver.dll16
|
|
IMPORTS = version lz32
|
|
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,version.dll
|
|
|
|
C_SRCS = version.c
|
|
|
|
@MAKE_DLL_RULES@
|