equal
deleted
inserted
replaced
|
1 @echo off |
|
2 rem |
|
3 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
4 rem All rights reserved. |
|
5 rem This component and the accompanying materials are made available |
|
6 rem under the terms of "Eclipse Public License v1.0" |
|
7 rem which accompanies this distribution, and is available |
|
8 rem at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 rem |
|
10 rem Initial Contributors: |
|
11 rem Nokia Corporation - initial contribution. |
|
12 rem |
|
13 rem Contributors: |
|
14 rem |
|
15 rem Description: |
|
16 rem |
|
17 @echo on |
|
18 @echo off |
|
19 makesis -s sipsettingsui_stubs.pkg |
|
20 copy sipsettingsui_stubs.sis \epoc32\data\Z\system\install |
|
21 echo copy sipsettingsui_stubs.iby epoc32_rom_include (copy temporarily disabled as iby location changed in SF, copy to correct place) |
|
22 |
|
23 echo Stub creation is completed! |
|
24 echo Remember to add the following line into the s60.iby file: |
|
25 echo " #include <sipsettingsui_stubs.iby> " |