Moved loader/module.c to dlls/kernel.

This commit is contained in:
Alexandre Julliard 2003-11-06 01:09:58 +00:00
parent 00fdd9fc1b
commit b9efd4afcb
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,6 @@ C_SRCS = \
$(TOPOBJDIR)/files/drive.c \
$(TOPOBJDIR)/files/file.c \
$(TOPOBJDIR)/files/smb.c \
$(TOPOBJDIR)/loader/module.c \
$(TOPOBJDIR)/memory/environ.c \
$(TOPOBJDIR)/memory/virtual.c \
$(TOPOBJDIR)/misc/cpu.c \
@ -52,6 +51,7 @@ C_SRCS = \
lcformat.c \
local16.c \
locale.c \
module.c \
ne_module.c \
ne_segment.c \
powermgnt.c \
@ -99,7 +99,6 @@ EXTRA_OBJS = $(ASM_SRCS:.s=.o)
SUBDIRS = tests
EXTRASUBDIRS = \
$(TOPOBJDIR)/files \
$(TOPOBJDIR)/loader \
$(TOPOBJDIR)/memory \
$(TOPOBJDIR)/misc \
$(TOPOBJDIR)/msdos \