mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
7 lines
123 B
Makefile
7 lines
123 B
Makefile
MODULE = ver.dll16
|
|
IMPORTS = version lz32
|
|
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,version.dll
|
|
|
|
SOURCES = \
|
|
version.c
|