Commit 05d42e5b authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Moved all client-side console code to kernel.

parent 99d8b7f7
...@@ -11,6 +11,7 @@ C_SRCS = \ ...@@ -11,6 +11,7 @@ C_SRCS = \
comm.c \ comm.c \
console.c \ console.c \
debugger.c \ debugger.c \
editline.c \
format_msg.c \ format_msg.c \
kernel_main.c \ kernel_main.c \
stress.c \ stress.c \
......
...@@ -85,9 +85,7 @@ C_SRCS = \ ...@@ -85,9 +85,7 @@ C_SRCS = \
$(TOPOBJDIR)/scheduler/syslevel.c \ $(TOPOBJDIR)/scheduler/syslevel.c \
$(TOPOBJDIR)/scheduler/thread.c \ $(TOPOBJDIR)/scheduler/thread.c \
$(TOPOBJDIR)/scheduler/timer.c \ $(TOPOBJDIR)/scheduler/timer.c \
$(TOPOBJDIR)/win32/console.c \
$(TOPOBJDIR)/win32/device.c \ $(TOPOBJDIR)/win32/device.c \
$(TOPOBJDIR)/win32/editline.c \
$(TOPOBJDIR)/win32/except.c \ $(TOPOBJDIR)/win32/except.c \
$(TOPOBJDIR)/win32/init.c \ $(TOPOBJDIR)/win32/init.c \
$(TOPOBJDIR)/win32/kernel32.c \ $(TOPOBJDIR)/win32/kernel32.c \
......
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