wine/loader/Makefile.in
Ulrich Weigand 9ffd403001 Added .spec keyword 'mode' to allow creating built-in EXE modules.
Use built-in EXE modules for WineLib apps (instead of ELF modules).
Removed dummy ELF module creation.
Removed LIBRES handling.
2000-02-03 01:33:48 +00:00

26 lines
324 B
Makefile

DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = loader
C_SRCS = \
elf.c \
elfdll.c \
loadorder.c \
main.c \
module.c \
pe_image.c \
pe_resource.c \
resource.c \
task.c
GLUE = task.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies: