root/morphix/trunk/mini_fo/mini_fo.prj

Revision 2, 2.7 kB (checked in by nextime, 2 years ago)

Initial import, branching from morphix svn

Line 
1 # Anjuta Version 1.2.2
2 Compatibility Level: 1
3
4 <PROJECT_DESCRIPTION_START>
5 <PROJECT_DESCRIPTION_END>
6 <CONFIG_PROGS_START>
7 <CONFIG_PROGS_END>
8 <CONFIG_LIBS_START>
9 <CONFIG_LIBS_END>
10 <CONFIG_HEADERS_START>
11 <CONFIG_HEADERS_END>
12 <CONFIG_CHARACTERISTICS_START>
13 <CONFIG_CHARACTERISTICS_END>
14 <CONFIG_LIB_FUNCS_START>
15 <CONFIG_LIB_FUNCS_END>
16 <CONFIG_ADDITIONAL_START>
17 <CONFIG_ADDITIONAL_END>
18 <CONFIG_FILES_START>
19 <CONFIG_FILES_END>
20 <MAKEFILE_AM_START>
21 <MAKEFILE_AM_END>
22
23 props.file.type=project
24
25 anjuta.version=1.2.2
26 anjuta.compatibility.level=1
27
28 project.name=mini_fo
29 project.type=GENERIC
30 project.target.type=EXECUTABLE
31 project.version=0.99
32 project.author=Olivier Evalet
33 project.source.target=linux
34 project.has.gettext=0
35 project.gui.command=
36 project.programming.language=C
37 project.excluded.modules=intl
38
39 project.config.extra.modules.before=
40 project.config.extra.modules.after=
41 project.config.blocked=1
42 project.config.disable.overwriting=1 1 1 1 1 1 1 1 1
43
44 project.menu.entry=mini_fo Version 0.99
45 project.menu.group=Application
46 project.menu.comment=mini_fo Version 0.99
47 project.menu.icon=
48 project.menu.need.terminal=0
49
50 project.configure.options=
51 anjuta.program.arguments=
52 preferences.build.option.jobs=0
53 preferences.build.option.silent=0
54 preferences.build.option.autosave=0
55 preferences.make=make
56 preferences.build.option.keep.going=1
57 preferences.build.option.warn.undef=0
58 preferences.autoformat.custom.style= -i8 -sc -bli0 -bl0 -cbi0 -ss
59 preferences.indent.opening=0
60 preferences.autoformat.disable=1
61 preferences.indent.automatic=1
62 preferences.use.tabs=1
63 preferences.indent.size=4
64 preferences.tabsize=4
65 preferences.indent.closing=0
66
67 module.include.name=.
68 module.include.type=
69 module.include.files=\
70         fist_mini_fo.h\
71         sca_aux.h\
72         mini_fo.h\
73         fist.h
74
75 module.source.name=.
76 module.source.type=
77 module.source.files=\
78         fist_mini_fo.c\
79         sca_mk_idx.c\
80         attach.c\
81         sca_list_idx.c\
82         sca_aux.c\
83         super.c\
84         file.c\
85         main.c\
86         mmap.c\
87         dentry.c\
88         vm_area.c\
89         subr.c\
90         fist_ioctl.c\
91         fist_aux.c\
92         sca_write.c\
93         inode.c\
94         print.c\
95         sca_read.c\
96         aux.c
97
98 module.pixmap.name=.
99 module.pixmap.type=
100 module.pixmap.files=
101
102 module.data.name=.
103 module.data.type=
104 module.data.files=
105
106 module.help.name=.
107 module.help.type=
108 module.help.files=
109
110 module.doc.name=.
111 module.doc.type=
112 module.doc.files=\
113         COPYING
114
115 module.po.files=
116
117 compiler.options.supports=
118 compiler.options.include.paths=\
119         .\
120         ..
121 compiler.options.library.paths=
122 compiler.options.libraries=
123 compiler.options.libraries.selected=
124 compiler.options.defines=\
125         HAVE_CONFIG_H
126 compiler.options.defines.selected=
127 compiler.options.warning.buttons=0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0
128 compiler.options.optimize.buttons=0 0 1 0
129 compiler.options.other.buttons=1 0
130 compiler.options.other.c.flags=
131 compiler.options.other.l.flags=
132 compiler.options.other.l.libs=
133
134 project.src.paths=
Note: See TracBrowser for help on using the browser.