mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
ce8217734e
- Accessing PE version info resources should work correctly now. - Fixed memory leaks. - Clean separation of 16- and 32-bit parts. - Minor bugfixes.
18 lines
237 B
Makefile
18 lines
237 B
Makefile
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:
|