mirror of
https://github.com/reactos/wine.git
synced 2025-02-13 08:44:54 +00:00
23 lines
297 B
Makefile
23 lines
297 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = imagehlp
|
|
|
|
C_SRCS = \
|
|
access.c \
|
|
debug.c \
|
|
imagehlp_main.c \
|
|
integrity.c \
|
|
internal.c \
|
|
modify.c \
|
|
symbol.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|
|
|