// CONSOLE.MMP
//
// Copyright (c) 1997-1999 Symbian Ltd.  All rights reserved.
//

target          ECONSEIK.DLL
#if defined(MARM)
linkas			ECONS.DLL
#endif
targettype      DLL
uid				0x1000008D 0x100000C5
unicodeuid		0X1000008D 0X100039E7

project         EIKON
subproject		CONSOLE
userinclude		..\CONSOLE
systeminclude	..\INC
systeminclude   \EPOC32\INCLUDE

source  EIKCONCL.CPP
document CONSOLE.MMP

library  EUSER.LIB   BAFL.LIB    CONE.LIB    EIKON.LIB   APGRFX.LIB

nostrictdef
#if defined(WINS)
deffile \EIKON\CONSOLE\EIKCONCL.DEF
#else if defined(MARM)
deffile \EIKON\CONSOLE\CONSOL.FRZ
#endif

start wins
baseaddress 0x50500000
end
