// APPRUN.MMP
//
// Copyright (c) 1997-1999 Symbian Ltd.  All rights reserved.
//

#if defined(WINS)
target          APPRUN.DLL
#else
target          APPRUN.EXE
#endif
targettype      EXEDLL
targetpath      \SYSTEM\PROGRAMS
uid				0x1000008D 0x100001C3
unicodeuid		0x1000008D 0x10003A4B

project         EIKON
subproject		APPRUN

userinclude		..\APPRUN
systeminclude	..\INC
systeminclude   \EPOC32\INCLUDE

source  APPRUN.CPP
document APPRUN.MMP

library  EUSER.LIB   EIKON.LIB   APPARC.LIB

START WINS
	baseaddress	0x44800000
END
