mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 15:40:43 +00:00
97199823bf
Added implementations for GetVersionFromFile and GetVersionFromFileEx. Added test for GetVersionFromFile.
18 lines
272 B
Makefile
18 lines
272 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = advpack.dll
|
|
IMPORTS = setupapi version user32 kernel32 ntdll
|
|
EXTRALIBS = $(LIBUNICODE)
|
|
|
|
C_SRCS = \
|
|
advpack.c \
|
|
reg.c
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|