mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Added ntdll.a to TARGET_SDKLIBS
svn path=/trunk/; revision=2794
This commit is contained in:
parent
3a6f36f512
commit
a45170ea27
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.20 2001/08/21 20:13:06 chorns Exp $
|
||||
# $Id: Makefile,v 1.21 2002/04/01 21:33:27 hbirr Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
|
@ -10,7 +10,7 @@ TARGET_NAME = msvcrt
|
|||
|
||||
TARGET_LFLAGS = -nostartfiles
|
||||
|
||||
TARGET_SDKLIBS = kernel32.a
|
||||
TARGET_SDKLIBS = kernel32.a ntdll.a
|
||||
|
||||
TARGET_GCCLIBS = gcc
|
||||
|
||||
|
|
Loading…
Reference in a new issue