mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
7 lines
100 B
Makefile
7 lines
100 B
Makefile
TESTDLL = version.dll
|
|
IMPORTS = version shell32
|
|
|
|
SOURCES = \
|
|
info.c \
|
|
install.c \
|
|
version.rc
|