Commit b9efd4af authored by Alexandre Julliard's avatar Alexandre Julliard

Moved loader/module.c to dlls/kernel.

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