mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
34fa35dc99
makefiles, and added support for building a .def.a static import library too.
24 lines
351 B
Makefile
24 lines
351 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = version.dll
|
|
IMPORTLIB = libversion.$(IMPLIBEXT)
|
|
IMPORTS = lz32 kernel32 ntdll
|
|
EXTRALIBS = $(LIBUNICODE)
|
|
|
|
C_SRCS = \
|
|
info.c \
|
|
install.c \
|
|
resource.c
|
|
|
|
C_SRCS16 = \
|
|
ver16.c
|
|
|
|
SPEC_SRCS16 = ver.spec
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|