mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fixed hal display and initialization code.
svn path=/trunk/; revision=699
This commit is contained in:
parent
36e229b42f
commit
a23adc0492
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: makefile_rex,v 1.31 1999/08/29 13:44:58 dwelch Exp $
|
||||
# $Id: makefile_rex,v 1.32 1999/10/16 00:17:40 ekohl Exp $
|
||||
#
|
||||
# ReactOS Operating System
|
||||
#
|
||||
|
@ -55,7 +55,7 @@ SE_OBJECTS = se/semgr.o
|
|||
|
||||
CM_OBJECTS = cm/registry.o
|
||||
|
||||
DBG_OBJECTS = dbg/brkpoint.o dbg/errinfo.o
|
||||
DBG_OBJECTS = dbg/brkpoint.o dbg/errinfo.o dbg/print.o
|
||||
|
||||
LDR_OBJECTS = ldr/loader.o ldr/init.o ldr/syspath.o
|
||||
|
||||
|
|
Loading…
Reference in a new issue