mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
12 lines
148 B
Makefile
12 lines
148 B
Makefile
MODULE = version.dll
|
|
IMPORTLIB = version
|
|
IMPORTS = lz32
|
|
|
|
C_SRCS = \
|
|
info.c \
|
|
install.c \
|
|
resource.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|