mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Don't link kernel32.dll against wine.a.
svn path=/trunk/; revision=12096
This commit is contained in:
parent
51f494a42c
commit
c11fd7a860
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue