0
|
1 |
/* Copyright (c) 2008 Nokia Corporation
|
|
2 |
*
|
|
3 |
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
4 |
* you may not use this file except in compliance with the License.
|
|
5 |
* You may obtain a copy of the License at
|
|
6 |
*
|
|
7 |
* http://www.apache.org/licenses/LICENSE-2.0
|
|
8 |
*
|
|
9 |
* Unless required by applicable law or agreed to in writing, software
|
|
10 |
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
11 |
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12 |
* See the License for the specific language governing permissions and
|
|
13 |
* limitations under the License.
|
|
14 |
*/
|
|
15 |
|
|
16 |
TARGET python25scriptshell.exe
|
|
17 |
TARGETTYPE exe
|
|
18 |
UID 0x100039CE ${{PYS60_UID_SCRIPTSHELL}}
|
|
19 |
VENDORID 0
|
|
20 |
CAPABILITY ${{EXE_CAPABILITIES}}
|
|
21 |
EPOCHEAPSIZE 100000 16000000
|
|
22 |
EPOCSTACKSIZE 65536
|
|
23 |
${{COMPILER_FLAGS}}
|
|
24 |
SOURCEPATH ..\data
|
|
25 |
START RESOURCE python25-scriptshell_reg.rss
|
|
26 |
#ifdef WINSCW
|
|
27 |
TARGETPATH \private\10003a3f\apps
|
|
28 |
#else
|
|
29 |
TARGETPATH \private\10003a3f\import\apps
|
|
30 |
#endif
|
|
31 |
END //RESOURCE
|
|
32 |
|
|
33 |
|
|
34 |
SYSTEMINCLUDE \epoc32\include\python25
|
|
35 |
SYSTEMINCLUDE \epoc32\include\stdapis
|
|
36 |
SYSTEMINCLUDE \epoc32\include
|
|
37 |
|
|
38 |
// Using main() as entry point
|
|
39 |
STATICLIBRARY libcrt0.lib
|
|
40 |
|
|
41 |
// libc and euser are always needed when using main() entry point
|
|
42 |
LIBRARY libc.lib
|
|
43 |
LIBRARY euser.lib
|
|
44 |
LIBRARY libpthread.lib libdl.lib libm.lib
|
|
45 |
LIBRARY python25.lib
|
|
46 |
|
|
47 |
SOURCEPATH ..\src
|
|
48 |
SOURCE python25-scriptshell.cpp
|