Added -D_MSVCRT_LIB_ to TARGET_CFLAGS and ntdll.a to TARGET_SDKLIBS.

Ntdll.a is needed to import DbgPrint for DPRINT macros.

svn path=/trunk/; revision=3857
This commit is contained in:
Hartmut Birr 2002-12-09 20:09:24 +00:00
parent c8662b4cab
commit 14d77e9c63

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.51 2002/11/29 15:58:59 robd Exp $
# $Id: makefile,v 1.52 2002/12/09 20:09:24 hbirr Exp $
PATH_TO_TOP = ../..
@ -14,7 +14,9 @@ TARGET_BASE = 0x77630000
TARGET_LFLAGS = -nostartfiles
TARGET_SDKLIBS = kernel32.a
TARGET_CFLAGS = -D_MSVCRT_LIB_
TARGET_SDKLIBS = kernel32.a ntdll.a
TARGET_OBJECTS = $(TARGET_NAME).o