update for HEAD-2003021201
[reactos.git] / lib / ntdll / makefile
index 84279cb..65de6e7 100644 (file)
@@ -22,7 +22,7 @@ TARGET_ENTRY = _LdrInitializeThunk@16
 
 CSR_OBJECTS = csr/lpc.o csr/capture.o csr/probe.o csr/thread.o
 
-DBG_OBJECTS = dbg/brkpoint.o dbg/debug.o dbg/print.o dbg/winedbg.o
+DBG_OBJECTS = dbg/brkpoint.o dbg/debug.o dbg/print.o #dbg/winedbg.o
 
 RTL_I386_OBJECTS = \
        rtl/i386/exception.o \
@@ -68,6 +68,7 @@ TARGET_OBJECTS = \
   $(STDLIB_OBJECTS) \
   $(STRING_OBJECTS) \
   stubs/stubs.o \
+  ldr/res.o \
   ldr/utils.o \
   $(CSR_OBJECTS)