mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
ad8fbedad1
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
112 B
Makefile
8 lines
112 B
Makefile
MODULE = version.dll
|
|
IMPORTLIB = version
|
|
IMPORTS = kernelbase
|
|
|
|
C_SRCS = \
|
|
version.c
|
|
|
|
RC_SRCS = version.rc
|