author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 11 Jun 2010 15:26:22 +0300 | |
changeset 34 | 5fae379060a7 |
parent 31 | ce057bb09d0b |
child 45 | 4b03adbd26ca |
permissions | -rw-r--r-- |
31 | 1 |
/* |
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 |
* All rights reserved. |
|
4 |
* This component and the accompanying materials are made available |
|
5 |
* under the terms of "Eclipse Public License v1.0" |
|
6 |
* which accompanies this distribution, and is available |
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 |
* |
|
9 |
* Initial Contributors: |
|
10 |
* Nokia Corporation - initial contribution. |
|
11 |
* |
|
12 |
* Contributors: |
|
13 |
* |
|
14 |
* Description: |
|
15 |
* |
|
16 |
*/ |
|
17 |
//This is an auto-generated mmp file |
|
18 |
target libglib.dll |
|
19 |
targettype dll |
|
20 |
UID 0x1000008d 0x10281F2C |
|
21 |
VENDORID 0x101FB657 |
|
22 |
VERSION 2.205 |
|
23 |
//List of macros |
|
24 |
//macro G_LOG_DOMAIN="GLib" |
|
25 |
macro MOBILE_PORT |
|
26 |
macro HAVE_CONFIG_H |
|
27 |
//macro G_DISABLE_DEPRECATED |
|
28 |
macro GLIB_COMPILATION |
|
29 |
macro PCRE_STATIC |
|
30 |
macro G_ENABLE_DEBUG |
|
31 |
macro BUILDING_LIBGLIB |
|
32 |
||
33 |
//The src directory is added to the (user)include path by default |
|
34 |
userinclude ../../inc |
|
35 |
userinclude ../../../../glibbackend/inc |
|
36 |
userinclude ../../../../glib |
|
37 |
userinclude ../../../../glib/pcre |
|
38 |
userinclude ../../../../glib/libcharset |
|
39 |
||
40 |
//The top level directory is added to the include path by default |
|
41 |
//systeminclude .. |
|
42 |
||
43 |
//Adding the Symbian and PIPS include path |
|
44 |
systeminclude /epoc32/include |
|
45 |
systeminclude /epoc32/include/stdapis |
|
46 |
systeminclude /epoc32/include/stdapis/glib-2.0 |
|
47 |
||
48 |
sourcepath ../../../../glib |
|
49 |
source garray.c gasyncqueue.c gatomic.c gbacktrace.c gbase64.c gbookmarkfile.c gcache.c |
|
50 |
source gchecksum.c gcompletion.c gconvert.c gdataset.c gdate.c gdir.c gerror.c gfileutils.c |
|
51 |
source ghash.c ghook.c giochannel.c giounix.c gkeyfile.c glist.c gmain.c gmappedfile.c gmarkup.c gmem.c |
|
52 |
source gmessages.c gnode.c goption.c gpattern.c gpoll.c gprimes.c gqsort.c gqueue.c gregex.c grel.c |
|
53 |
source grand.c gscanner.c gsequence.c gshell.c gslice.c gslist.c gspawn-symbian.c gstdio.c gstrfuncs.c |
|
54 |
source gstring.c gtestutils.c gthread.c gthreadpool.c gtimer.c gtree.c guniprop.c gutf8.c |
|
55 |
source gunibreak.c gunicollate.c gunidecomp.c gurifuncs.c gutils.c gprintf.c glowmem.c |
|
56 |
||
57 |
sourcepath ../../../../glib/pcre |
|
58 |
source pcre_chartables.c pcre_compile.c pcre_config.c pcre_dfa_exec.c pcre_exec.c |
|
59 |
source pcre_fullinfo.c pcre_get.c pcre_globals.c pcre_info.c pcre_maketables.c |
|
60 |
source pcre_newline.c pcre_ord2utf8.c pcre_refcount.c pcre_study.c pcre_tables.c |
|
61 |
source pcre_try_flipped.c /*pcre_ucp_searchfuncs.c pcre_valid_utf8.c*/ pcre_version.c pcre_xclass.c |
|
62 |
||
63 |
sourcepath ../../../../glib/update-pcre |
|
64 |
source pcre_ucp_searchfuncs.c pcre_valid_utf8.c |
|
65 |
||
66 |
sourcepath ../../../../glib/libcharset |
|
67 |
source localcharset.c |
|
68 |
||
69 |
#ifdef WINSCW |
|
70 |
sourcepath ../../../../glib |
|
71 |
source glib_wsd.cpp |
|
72 |
#endif |
|
73 |
//Adding some default libraries |
|
74 |
library euser.lib libc.lib libpthread.lib glibbackend.lib |
|
75 |
#ifdef WINSCW |
|
76 |
library ewsd.lib |
|
77 |
#endif |
|
78 |
//You may need to modify the capability |
|
79 |
capability All -TCB |
|
80 |
||
81 |
#ifndef WINSCW |
|
82 |
EPOCALLOWDLLDATA |
|
83 |
#endif |
|
84 |
||
85 |
SMPSAFE |
|
34
5fae379060a7
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
86 |
PAGED |