Commit in reactos/lib/kernel32 on MAIN
makefile+4-51.91 -> 1.92
Don't link kernel32.dll against wine.a.

reactos/lib/kernel32
makefile 1.91 -> 1.92
diff -u -r1.91 -r1.92
--- makefile	3 Dec 2004 23:37:41 -0000	1.91
+++ makefile	13 Dec 2004 21:11:45 -0000	1.92
@@ -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_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/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 @@
 NLS_OBJECTS =
 
 THREAD_OBJECTS = \
-	thread/fiber.o	\
-	thread/thread.o	\
+	thread/fiber.o \
+	thread/thread.o \
 	thread/tls.o \
 	thread/fls.o
 
CVSspam 0.2.8