Updated to latest version's exports, and added a few more forwards.
[wine] / dlls / version / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = version.dll
6 IMPORTS   = lz32 kernel32 ntdll
7 ALTNAMES  = ver.dll
8 EXTRALIBS = $(LIBUNICODE)
9
10 SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
11
12 C_SRCS = \
13         info.c \
14         install.c \
15         resource.c
16
17 C_SRCS16 = \
18         ver16.c
19
20 SUBDIRS = tests
21
22 @MAKE_DLL_RULES@
23
24 ### Dependencies: