599
|
1 |
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
# All rights reserved.
|
|
3 |
# This component and the accompanying materials are made available
|
|
4 |
# under the terms of "Eclipse Public License v1.0"
|
|
5 |
# which accompanies this distribution, and is available
|
|
6 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
#
|
|
8 |
# Initial Contributors:
|
|
9 |
# Nokia Corporation - initial contribution.
|
|
10 |
#
|
|
11 |
# Contributors:
|
|
12 |
#
|
|
13 |
# Description:
|
|
14 |
# epocrc.config
|
|
15 |
# Configuration data which is read by epocrc.pl, the data in this file allows
|
|
16 |
# the method of localisation to be specified.
|
|
17 |
# check_rls_items can take the values 0 or 1, setting this variable to 1
|
|
18 |
# will check for the presence of localisation comment tags before rls items
|
|
19 |
# and the use of correct syntax within these comments. If there are no
|
|
20 |
# localisation tags within the file then it is assumed that localisation is
|
|
21 |
# not required for this file. To emit a remark about files of this type adjust
|
|
22 |
# the value of strict_checking below.
|
|
23 |
#
|
|
24 |
|
|
25 |
check_rls_items = 0;
|
|
26 |
|
|
27 |
|
|
28 |
# strict_checking can take the values 0 or 1, setting this variable to 1
|
|
29 |
# will cause rcomp to emit a warning if the rpp file contains rls items but
|
|
30 |
# no localisation comments. check_rls_items must also be set to 1 to enable
|
|
31 |
# this functionality.
|
|
32 |
|
|
33 |
strict_checking = 0;
|
|
34 |
|
|
35 |
# Any files and directories which need to be passed to cpp (the c pre-processor)
|
|
36 |
# should be specified here. File names and directory names should be relative to
|
|
37 |
# EPOCROOT and should be proceeded by 'include: ' (without the quotes).
|
|
38 |
#
|
|
39 |
# The data added to the cpp command in each case will be:
|
|
40 |
# -I "<path-relative to EPOCROOT>" -include "<path-and-filename-relative to EPOCROOT>"
|
|
41 |
# if a file name is specified and
|
|
42 |
# -I "<path-relative to EPOCROOT>"
|
|
43 |
# if a directory is specified.
|
|
44 |
#
|
|
45 |
# If a file included here #include-s another file do not specify the
|
|
46 |
# #include-d file here as cpp will then include the file twice.
|
|
47 |
# It is however, necessary to specify the directory that any #include-d
|
|
48 |
# files are in if this directory will not be searched by cpp through the
|
|
49 |
# files/directories which are included here.
|
|
50 |
|
|
51 |
include: epoc32\include\SymbianTags.rh
|