root/gumball/gumball.prj

Revision 449, 3.2 kB (checked in by daelstorm, 18 months ago)

Add GtkMM client Gumball (only does chat)

Line 
1# Anjuta Version 1.2.4a
2Compatibility Level: 1
3
4<PROJECT_DESCRIPTION_START>
5A GTKmm Museek+ Client<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
23props.file.type=project
24
25anjuta.version=1.2.4a
26anjuta.compatibility.level=1
27
28project.name=gumball
29project.type=GENERIC
30project.target.type=EXECUTABLE
31project.version=0.0.3
32project.author=User
33project.source.target=gumball
34project.has.gettext=1
35project.gui.command=
36project.programming.language=C++
37project.excluded.modules=intl
38
39project.config.extra.modules.before=
40project.config.extra.modules.after=
41project.config.blocked=0
42project.config.disable.overwriting=0 0 0 0 0 0 0 0 0
43
44project.menu.entry=gumball Version 0.1
45project.menu.group=Applications
46project.menu.comment=gumball Version 0.1
47project.menu.icon=
48project.menu.need.terminal=0
49
50project.configure.options=
51anjuta.program.arguments=
52preferences.build.option.jobs=0
53preferences.build.option.silent=0
54preferences.build.option.autosave=0
55preferences.make=make
56preferences.build.option.keep.going=1
57preferences.build.option.warn.undef=0
58preferences.autoformat.custom.style= -i8 -sc -bli0 -bl0 -cbi0 -ss
59preferences.indent.opening=0
60preferences.autoformat.disable=1
61preferences.indent.automatic=1
62preferences.use.tabs=1
63preferences.indent.size=4
64preferences.tabsize=4
65preferences.indent.closing=0
66
67module.include.name=include
68module.include.type=
69module.include.files=
70
71module.source.name=src
72module.source.type=
73module.source.files=\
74        main.cc
75
76module.pixmap.name=pixmaps
77module.pixmap.type=
78module.pixmap.files=
79
80module.data.name=data
81module.data.type=
82module.data.files=
83
84module.help.name=help
85module.help.type=
86module.help.files=
87
88module.doc.name=doc
89module.doc.type=
90module.doc.files=
91
92module.po.files=
93
94compiler.options.supports=
95compiler.options.include.paths=\
96        /usr/include\
97        /usr/include/sigc++-2.0\
98        /usr/include/gtk-2.0\
99        /usr/include/glibmm-2.4\
100        /usr/include/gtkmm-2.4\
101        /usr/include/gdkmm-2.4\
102        /usr/include/pangomm-1.4\
103        /usr/include/glib-2.0\
104        /usr/include/cairomm-1.0/\
105        /usr/include/cairo\
106        /usr/include/pango-1.0\
107        /usr/include/moodriver\
108        /usr/lib/gtk-2.0/include\
109        /usr/lib/sigc++-2.0/include\
110        /usr/lib/glibmm-2.4/include\
111        /usr/lib/glib-2.0/include\
112        /usr/lib/gdkmm-2.4/include\
113        /usr/lib/gtkmm-2.4/include\
114        /usr/include/atkmm-1.6/\
115        /usr/include/atk-1.0
116compiler.options.library.paths=
117compiler.options.libraries=\
118        gtkmm-2.4\
119        sigc-2.0\
120        gobject-2.0\
121        gdkmm-2.4\
122        atkmm-1.6\
123        gtk-x11-2.0\
124        pangomm-1.4\
125        gthread-2.0\
126        glibmm-2.4\
127        atk-1.0\
128        pangocairo-1.0\
129        cairomm-1.0\
130        cairo\
131        gdk_pixbuf-2.0\
132        m\
133        moodriver
134compiler.options.libraries.selected=1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
135compiler.options.defines=
136compiler.options.defines.selected=1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
137compiler.options.warning.buttons=0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
138compiler.options.optimize.buttons=1 0 0 0
139compiler.options.other.buttons=1 0
140compiler.options.other.c.flags=
141compiler.options.other.l.flags=
142compiler.options.other.l.libs=
143
144project.src.paths=
Note: See TracBrowser for help on using the browser.