wine/dlls/version/Makefile.in
Alexandre Julliard 32459912dc Moved imports specification from the .spec into the Makefile so that
it can be used on platforms that don't build a .spec.c file.
2002-05-09 00:05:48 +00:00

21 lines
350 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = version.dll
IMPORTS = lz32.dll kernel32.dll ntdll.dll
ALTNAMES = ver.dll
EXTRALIBS = $(LIBUNICODE)
LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE = $(MODULE).tmp.o
C_SRCS = \
info.c \
install.c \
resource.c \
ver16.c
@MAKE_DLL_RULES@
### Dependencies: