mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 18:37:49 +00:00
19 lines
264 B
Makefile
19 lines
264 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = version
|
|
SOVERSION = 1.0
|
|
ALTNAMES = ver
|
|
IMPORTS = lz32 kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
info.c \
|
|
install.c \
|
|
resource.c \
|
|
ver16.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|