blob: f8b34cafafad462e325748fe8870924290496131 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
# Project Name
APPNAME = share-panel
# Project Type
type = app
# Project Profile
profile = mobile-3.0
# C Sources
USER_SRCS = src/page.c src/grid.c src/index.c src/list.c src/share_panel.c src/utils.c src/ui_manager.c src/scroller.c
# EDC Sources
USER_EDCS =
# PO Sources
USER_POS = res/po/uz.po res/po/sv.po res/po/sk.po res/po/nl.po res/po/fr.po res/po/ca.po res/po/mk.po res/po/gu.po res/po/zh_SG.po res/po/tr_TR.po res/po/pt_PT.po res/po/ta.po res/po/hu.po res/po/ar.po res/po/ml.po res/po/fi.po res/po/zh_HK.po res/po/kn.po res/po/es_MX.po res/po/es_ES.po res/po/fr_CA.po res/po/ur.po res/po/gl.po res/po/hi.po res/po/es_US.po res/po/en.po res/po/nb.po res/po/zh_TW.po res/po/et.po res/po/cs.po res/po/az.po res/po/de_DE.po res/po/ru_RU.po res/po/kk.po res/po/it_IT.po res/po/el_GR.po res/po/pt_BR.po res/po/ro.po res/po/eu.po res/po/en_PH.po res/po/bn.po res/po/zh_CN.po res/po/uk.po res/po/sr.po res/po/hr.po res/po/ka.po res/po/is.po res/po/ko_KR.po res/po/he.po res/po/bg.po res/po/fr_FR.po res/po/te.po res/po/mn_MN.po res/po/hy.po res/po/en_US.po res/po/da.po res/po/sl.po res/po/lt.po res/po/ja_JP.po res/po/pl.po res/po/nl_NL.po res/po/lv.po res/po/ga.po res/po/th.po res/po/de.po res/po/fa.po res/po/si.po
# User Defines
USER_DEFS =
USER_CPP_DEFS =
# User Undefines
USER_UNDEFS =
USER_CPP_UNDEFS =
# User Libraries
USER_LIBS =
# User Objects
USER_OBJS =
USER_OBJS_ABS =
# User Includes
## C Compiler
USER_INC_DIRS = inc
USER_INC_DIRS_ABS =
USER_INC_FILES =
USER_INC_FILES_ABS =
## C++ Compiler
USER_CPP_INC_DIRS =
USER_CPP_INC_DIRS_ABS =
USER_CPP_INC_FILES =
USER_CPP_INC_FILES_ABS =
# User Library Path
USER_LIB_DIRS =
USER_LIB_DIRS_ABS =
# EDC Resource Path
USER_EDCS_IMAGE_DIRS = edje/images
USER_EDCS_IMAGE_DIRS_ABS =
USER_EDCS_SOUND_DIRS = edje/sounds
USER_EDCS_SOUND_DIRS_ABS =
USER_EDCS_FONT_DIRS = edje/fonts
USER_EDCS_FONT_DIRS_ABS =
# EDC Flags
USER_EXT_EDC_KEYS = EDC0
USER_EXT_EDC0_EDCS = res/edje/item.edc res/edje/page.edc res/edje/layout.edc
USER_EXT_EDC0_EDCS_IMAGE_DIRS = edje/images
USER_EXT_EDC0_EDCS_IMAGE_DIRS_ABS =
USER_EXT_EDC0_EDCS_SOUND_DIRS = edje/sounds
USER_EXT_EDC0_EDCS_SOUND_DIRS_ABS =
USER_EXT_EDC0_EDCS_FONT_DIRS = edje/fonts
USER_EXT_EDC0_EDCS_FONT_DIRS_ABS =
# Resource Filter
USER_RES_INCLUDE =
USER_RES_EXCLUDE =
|