equal
deleted
inserted
replaced
|
1 Environment Patcher v1.0.1 |
|
2 ========================== |
|
3 |
|
4 Updated: 12th November 2009 |
|
5 |
|
6 |
|
7 Introduction: |
|
8 ------------- |
|
9 This tool can be used to patch your S60 SDK environment so that the tricks and |
|
10 macros introduced in the latest SDKs can be used in a public SDK and older |
|
11 OEM releases. |
|
12 |
|
13 This tool can perform the following tasks: |
|
14 - Adds support for forward slashes in paths in bld.inf/.mmp files in S60 3.0 |
|
15 - Removes an unncessary warning about DEPENDS and SMPSAFE resource keywords in |
|
16 an .mmp file |
|
17 - Creates a missing epoc32\include\platform_paths.hrh file for supporting |
|
18 platform macros introduced since S60 3.2 OEM and Symbian Foundation releases |
|
19 - Modifies epoc32\include\platform_paths.hrh for missing macros |
|
20 - Creates a missing epoc32\include\oem directory to suppress a possible warning |
|
21 |
|
22 |
|
23 Usage: |
|
24 ------ |
|
25 EnvPatcher.pl <EPOCROOT> |
|
26 |
|
27 Where EPOCROOT is the path to the root of the SDK, for example: |
|
28 EnvPatcher.pl c:\Symbian\9.1\S60_3rd_MR |
|
29 EnvPatcher.pl z:\ |
|
30 |
|
31 |
|
32 Requirements: |
|
33 ------------- |
|
34 - S60 SDK (public or OEM), version 3.0 or newer |
|
35 - Perl 5.6.1 or newer |
|
36 |
|
37 |
|
38 |
|
39 |
|
40 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
41 All rights reserved. |
|
42 |
|
43 This component and the accompanying materials are made available |
|
44 under the terms of "Eclipse Public License v1.0" |
|
45 which accompanies this distribution, and is available |
|
46 at the URL "http://www.eclipse.org/legal/epl-v10.html". |