Commit ce821773 authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard

Implementation of VERSION.DLL. Based on old misc/ver.c.

- Accessing PE version info resources should work correctly now. - Fixed memory leaks. - Clean separation of 16- and 32-bit parts. - Minor bugfixes.
parent d43a46a4
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = version
C_SRCS = \
info.c \
install.c \
resource.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment