mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Finalized my previous kernel32.dll patch - please test OutputDebugString
svn path=/trunk/; revision=4475
This commit is contained in:
parent
870f594d75
commit
4e0c54a3b8
1 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: makefile,v 1.61 2003/02/17 16:27:31 ekohl Exp $
|
||||
# $Id: makefile,v 1.62 2003/04/02 00:23:12 hyperion Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
|
@ -25,7 +25,7 @@ MISC_OBJECTS = misc/error.o misc/atom.o misc/handle.o misc/env.o \
|
|||
misc/dllmain.o misc/comm.o misc/errormsg.o \
|
||||
misc/console.o misc/time.o misc/toolhelp.o \
|
||||
misc/stubs.o misc/ldr.o misc/res.o \
|
||||
misc/debug.o misc/sysinfo.o misc/profile.o \
|
||||
misc/sysinfo.o misc/profile.o \
|
||||
misc/mbchars.o misc/muldiv.o misc/getname.o \
|
||||
misc/perfcnt.o
|
||||
|
||||
|
@ -90,9 +90,11 @@ STRING_OBJECTS = string/lstring.o
|
|||
|
||||
EXCEPT_OBJECTS = except/except.o
|
||||
|
||||
DEBUG_OBJECTS = debug/debugger.o debug/output.o debug/break.o
|
||||
|
||||
TARGET_OBJECTS = $(MISC_OBJECTS) $(FILE_OBJECTS) $(THREAD_OBJECTS) \
|
||||
$(PROCESS_OBJECTS) $(STRING_OBJECTS) $(MEM_OBJECTS) \
|
||||
$(SYNCH_OBJECTS) $(EXCEPT_OBJECTS)
|
||||
$(SYNCH_OBJECTS) $(EXCEPT_OBJECTS) $(DEBUG_OBJECTS)
|
||||
|
||||
#$(NLS_OBJECTS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue