mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
8 lines
89 B
Makefile
8 lines
89 B
Makefile
MODULE = version.dll
|
|
IMPORTLIB = version
|
|
|
|
C_SRCS = \
|
|
version.c
|
|
|
|
RC_SRCS = version.rc
|