mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
ecce06841d
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
10 lines
141 B
Makefile
10 lines
141 B
Makefile
MODULE = version.dll
|
|
IMPORTLIB = version
|
|
IMPORTS = kernelbase
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
version.c
|
|
|
|
RC_SRCS = version.rc
|