author | Tom Sutcliffe <thomas.sutcliffe@accenture.com> |
Mon, 25 Oct 2010 10:37:01 +0100 | |
changeset 92 | 6bffbe8be665 |
parent 90 | dc41da2f70a4 |
permissions | -rw-r--r-- |
90
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
1 |
// showdebug.mmp |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
2 |
// |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
3 |
// Copyright (c) 2010 Accenture. All rights reserved. |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
4 |
// This component and the accompanying materials are made available |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
5 |
// under the terms of the "Eclipse Public License v1.0" |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
6 |
// which accompanies this distribution, and is available |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
7 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
8 |
// |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
9 |
// Initial Contributors: |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
10 |
// Accenture - Initial contribution |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
11 |
// |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
12 |
|
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
13 |
#include <fshell/common.mmh> |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
14 |
|
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
15 |
target showdebug.exe |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
16 |
targettype exe |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
17 |
uid FSHELL_UID2_FSHELL_EXE FSHELL_UID_SHOWDEBUG |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
18 |
capability FSHELL_CAP_MMP_NORMAL |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
19 |
|
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
20 |
userinclude . |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
21 |
#include <fshell/fsh_system_include.mmh> |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
22 |
sourcepath . |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
23 |
source showdebug.cpp |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
24 |
|
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
25 |
library euser.lib |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
26 |
library iocli.lib |
dc41da2f70a4
Added showdebug command.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff
changeset
|
27 |
library hal.lib |