mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
12 lines
131 B
Makefile
12 lines
131 B
Makefile
MODULE = version.dll
|
|
IMPORTLIB = version
|
|
|
|
C_SRCS = \
|
|
info.c \
|
|
install.c \
|
|
resource.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|