diff --git a/reactos/lib/kernel32/makefile b/reactos/lib/kernel32/makefile index 8e4d65dc116..a69bf8cb214 100644 --- a/reactos/lib/kernel32/makefile +++ b/reactos/lib/kernel32/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.91 2004/12/03 23:37:41 blight Exp $ +# $Id: makefile,v 1.92 2004/12/13 21:11:45 ekohl Exp $ PATH_TO_TOP = ../.. @@ -17,7 +17,7 @@ TARGET_LFLAGS = -nostartfiles -nostdlib TARGET_RCFLAGS += -DWINVER=0x0500 -TARGET_SDKLIBS = pseh.a rosrtl.a ntdll.a kernel32.a wine.a +TARGET_SDKLIBS = pseh.a rosrtl.a ntdll.a kernel32.a TARGET_GCCLIBS = gcc @@ -36,7 +36,6 @@ MISC_OBJECTS = misc/error.o misc/atom.o misc/handle.o misc/env.o \ misc/muldiv.o misc/nls.o misc/computername.o \ misc/perfcnt.o misc/lzexpand_main.o misc/lcformat.o \ misc/chartype.o - FILE_OBJECTS = file/file.o file/curdir.o file/lfile.o file/dir.o \ file/iocompl.o file/volume.o file/deviceio.o file/dosdev.o \ @@ -51,8 +50,8 @@ MEM_OBJECTS = mem/global.o mem/heap.o mem/isbad.o mem/local.o \ NLS_OBJECTS = THREAD_OBJECTS = \ - thread/fiber.o \ - thread/thread.o \ + thread/fiber.o \ + thread/thread.o \ thread/tls.o \ thread/fls.o