Merge branch 'experiment' of git+ssh://repo.or.cz/srv/git/glgame
[glgame.git] / glgame.kdevelop
blob57c3b822f55ce4ab69ba906d264235924a6801ef
1 <?xml version = '1.0'?>
2 <kdevelop>
3 <general>
4 <author>Феклушкин Денис</author>
5 <email>edu2005-60@mail.ru</email>
6 <version>0.01</version>
7 <projectmanagement>KDevAutoProject</projectmanagement>
8 <primarylanguage>C++</primarylanguage>
9 <keywords>
10 <keyword>C++</keyword>
11 <keyword>Code</keyword>
12 <keyword>SDL</keyword>
13 </keywords>
14 <versioncontrol>kdevsubversion</versioncontrol>
15 <ignoreparts/>
16 <projectname>glgame</projectname>
17 <projectdirectory>.</projectdirectory>
18 <absoluteprojectpath>false</absoluteprojectpath>
19 <description/>
20 <defaultencoding/>
21 </general>
22 <kdevautoproject>
23 <general>
24 <activetarget>src/glgame</activetarget>
25 <useconfiguration>debug</useconfiguration>
26 <useactivetarget>true</useactivetarget>
27 </general>
28 <run>
29 <mainprogram>/home/denizzz/glgame/optimized</mainprogram>
30 <terminal>false</terminal>
31 <programargs/>
32 <globaldebugarguments/>
33 <globalcwd>/home/denizzz/glgame/debug</globalcwd>
34 <useglobalprogram>false</useglobalprogram>
35 <autocompile>false</autocompile>
36 <autoinstall>false</autoinstall>
37 <autokdesu>false</autokdesu>
38 <envvars/>
39 </run>
40 <configurations>
41 <optimized>
42 <builddir>optimized</builddir>
43 <ccompiler>kdevgccoptions</ccompiler>
44 <cxxcompiler>kdevgppoptions</cxxcompiler>
45 <f77compiler>kdevg77options</f77compiler>
46 <cxxflags>-O3 -Wall -g0</cxxflags>
47 <envvars/>
48 <configargs/>
49 <topsourcedir/>
50 <cppflags>-I/usr/include -DNDEBUG</cppflags>
51 <ldflags>-L/usr/lib -lGLU -lSDL -s</ldflags>
52 <ccompilerbinary/>
53 <cxxcompilerbinary/>
54 <f77compilerbinary/>
55 <cflags>-O3 -Wall</cflags>
56 <f77flags/>
57 </optimized>
58 <debug>
59 <configargs>--enable-debug=full</configargs>
60 <builddir>debug</builddir>
61 <ccompiler>kdevgccoptions</ccompiler>
62 <cxxcompiler>kdevgppoptions</cxxcompiler>
63 <f77compiler>kdevg77options</f77compiler>
64 <cxxflags>-O0 -Wall -g3 -ggdb3</cxxflags>
65 <envvars/>
66 <topsourcedir/>
67 <cppflags>-I/usr/include</cppflags>
68 <ldflags>-L/usr/lib -lGLU -lSDL</ldflags>
69 <ccompilerbinary/>
70 <cxxcompilerbinary/>
71 <f77compilerbinary/>
72 <cflags>-Wall</cflags>
73 <f77flags/>
74 </debug>
75 <default>
76 <envvars/>
77 <configargs/>
78 <builddir/>
79 <topsourcedir/>
80 <cppflags>-I/usr/include -DNDEBUG</cppflags>
81 <ldflags>-L/usr/lib -lGLU -lSDL</ldflags>
82 <ccompiler>kdevgccoptions</ccompiler>
83 <cxxcompiler>kdevgppoptions</cxxcompiler>
84 <f77compiler>kdevg77options</f77compiler>
85 <ccompilerbinary/>
86 <cxxcompilerbinary/>
87 <f77compilerbinary/>
88 <cflags/>
89 <cxxflags/>
90 <f77flags/>
91 </default>
92 <profiling>
93 <envvars/>
94 <configargs/>
95 <builddir>profiling</builddir>
96 <topsourcedir/>
97 <cppflags>-I/usr/include -DNDEBUG</cppflags>
98 <ldflags>-L/usr/lib -lGLU -lSDL</ldflags>
99 <ccompiler>kdevgccoptions</ccompiler>
100 <cxxcompiler>kdevgppoptions</cxxcompiler>
101 <f77compiler>kdevg77options</f77compiler>
102 <ccompilerbinary/>
103 <cxxcompilerbinary/>
104 <f77compilerbinary/>
105 <cflags>-O3 -Wall</cflags>
106 <cxxflags>-Wall -O3 -g</cxxflags>
107 <f77flags/>
108 </profiling>
109 <win32>
110 <envvars/>
111 <configargs>--host=i586-mingw32msvc --target=i586-mingw32msvc --build=i686-linux</configargs>
112 <builddir>win32</builddir>
113 <topsourcedir/>
114 <cppflags> -DNDEBUG -I/usr/i586-mingw32msvc/include -I/home/denizzz/glgame/src/win32-sdl/include</cppflags>
115 <ldflags>-mwindows -L/usr/i586-mingw32msvc/lib -L/home/denizzz/glgame/src/win32-sdl/lib -lopengl32 -lglu32 -lSDL -s</ldflags>
116 <ccompiler>kdevgccoptions</ccompiler>
117 <cxxcompiler>kdevgppoptions</cxxcompiler>
118 <f77compiler>kdevg77options</f77compiler>
119 <ccompilerbinary/>
120 <cxxcompilerbinary/>
121 <f77compilerbinary/>
122 <cflags>-O3 -Wall</cflags>
123 <cxxflags>-O3 -Wall -g0</cxxflags>
124 <f77flags/>
125 </win32>
126 </configurations>
127 <configurations>
128 <default>
129 <ldflags>-lSDL</ldflags>
130 </default>
131 </configurations>
132 <make>
133 <envvars>
134 <envvar value="1" name="WANT_AUTOCONF_2_5" />
135 <envvar value="1" name="WANT_AUTOMAKE_1_6" />
136 </envvars>
137 <abortonerror>true</abortonerror>
138 <runmultiplejobs>false</runmultiplejobs>
139 <numberofjobs>1</numberofjobs>
140 <dontact>false</dontact>
141 <makebin/>
142 <prio>0</prio>
143 </make>
144 </kdevautoproject>
145 <kdevdoctreeview>
146 <ignoretocs>
147 <toc>ada</toc>
148 <toc>ada_bugs_gcc</toc>
149 <toc>bash</toc>
150 <toc>bash_bugs</toc>
151 <toc>w3c-dom-level2-html</toc>
152 <toc>fortran_bugs_gcc</toc>
153 <toc>gnome1</toc>
154 <toc>gnustep</toc>
155 <toc>gtk</toc>
156 <toc>gtk_bugs</toc>
157 <toc>haskell</toc>
158 <toc>haskell_bugs_ghc</toc>
159 <toc>java_bugs_gcc</toc>
160 <toc>java_bugs_sun</toc>
161 <toc>kde2book</toc>
162 <toc>opengl</toc>
163 <toc>pascal_bugs_fp</toc>
164 <toc>php</toc>
165 <toc>php_bugs</toc>
166 <toc>perl</toc>
167 <toc>perl_bugs</toc>
168 <toc>python</toc>
169 <toc>python_bugs</toc>
170 <toc>qt-kdev3</toc>
171 <toc>ruby</toc>
172 <toc>ruby_bugs</toc>
173 <toc>w3c-svg</toc>
174 <toc>sw</toc>
175 <toc>w3c-uaag10</toc>
176 <toc>wxwidgets_bugs</toc>
177 </ignoretocs>
178 <ignoreqt_xml>
179 <toc>Guide to the Qt Translation Tools</toc>
180 <toc>Qt Assistant Manual</toc>
181 <toc>Qt Designer Manual</toc>
182 <toc>Qt Reference Documentation</toc>
183 <toc>qmake User Guide</toc>
184 </ignoreqt_xml>
185 <ignoredoxygen>
186 <toc>KDE Libraries (Doxygen)</toc>
187 </ignoredoxygen>
188 </kdevdoctreeview>
189 <kdevfilecreate>
190 <filetypes/>
191 <useglobaltypes>
192 <type ext="cpp" />
193 <type ext="h" />
194 </useglobaltypes>
195 </kdevfilecreate>
196 <kdevdocumentation>
197 <projectdoc>
198 <docsystem>Коллекция документации Doxygen</docsystem>
199 <docurl>glgame.tag</docurl>
200 <usermanualurl/>
201 </projectdoc>
202 </kdevdocumentation>
203 <substmap>
204 <APPNAME>glgame</APPNAME>
205 <APPNAMELC>glgame</APPNAMELC>
206 <APPNAMESC>Glgame</APPNAMESC>
207 <APPNAMEUC>GLGAME</APPNAMEUC>
208 <AUTHOR>Феклушкин Денис</AUTHOR>
209 <EMAIL>edu2005-60@mail.ru</EMAIL>
210 <LICENSE>Custom</LICENSE>
211 <VERSION>0.1</VERSION>
212 <YEAR>2008</YEAR>
213 <dest>/home/denizzz/glgame</dest>
214 </substmap>
215 <kdevcppsupport>
216 <qt>
217 <used>false</used>
218 <version>3</version>
219 <includestyle>3</includestyle>
220 <root></root>
221 <designerintegration>EmbeddedKDevDesigner</designerintegration>
222 <qmake></qmake>
223 <designer></designer>
224 <designerpluginpaths/>
225 </qt>
226 <references/>
227 <codecompletion>
228 <automaticCodeCompletion>true</automaticCodeCompletion>
229 <automaticArgumentsHint>true</automaticArgumentsHint>
230 <automaticHeaderCompletion>true</automaticHeaderCompletion>
231 <codeCompletionDelay>1000</codeCompletionDelay>
232 <argumentsHintDelay>1000</argumentsHintDelay>
233 <headerCompletionDelay>250</headerCompletionDelay>
234 <showOnlyAccessibleItems>false</showOnlyAccessibleItems>
235 <completionBoxItemOrder>0</completionBoxItemOrder>
236 <howEvaluationContextMenu>false</howEvaluationContextMenu>
237 <showCommentWithArgumentHint>true</showCommentWithArgumentHint>
238 <statusBarTypeEvaluation>true</statusBarTypeEvaluation>
239 <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
240 <processPrimaryTypes>true</processPrimaryTypes>
241 <processFunctionArguments>true</processFunctionArguments>
242 <preProcessAllHeaders>true</preProcessAllHeaders>
243 <parseMissingHeadersExperimental>false</parseMissingHeadersExperimental>
244 <resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental>
245 <alwaysParseInBackground>true</alwaysParseInBackground>
246 <usePermanentCaching>true</usePermanentCaching>
247 <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
248 <includePaths>.;</includePaths>
249 </codecompletion>
250 <creategettersetter>
251 <prefixGet/>
252 <prefixSet>set</prefixSet>
253 <prefixVariable>m_,_</prefixVariable>
254 <parameterName>theValue</parameterName>
255 <inlineGet>true</inlineGet>
256 <inlineSet>true</inlineSet>
257 </creategettersetter>
258 <splitheadersource>
259 <enabled>false</enabled>
260 <synchronize>true</synchronize>
261 <orientation>Vertical</orientation>
262 </splitheadersource>
263 </kdevcppsupport>
264 <kdevfileview>
265 <groups>
266 <hidenonprojectfiles>false</hidenonprojectfiles>
267 <hidenonlocation>false</hidenonlocation>
268 </groups>
269 <tree>
270 <hidepatterns>*.o,*.lo,CVS</hidepatterns>
271 <hidenonprojectfiles>false</hidenonprojectfiles>
272 </tree>
273 </kdevfileview>
274 <cppsupportpart>
275 <filetemplates>
276 <interfacesuffix>.h</interfacesuffix>
277 <implementationsuffix>.cpp</implementationsuffix>
278 </filetemplates>
279 </cppsupportpart>
280 <kdevdebugger>
281 <general>
282 <gdbpath/>
283 <dbgshell>libtool</dbgshell>
284 <configGdbScript/>
285 <runShellScript/>
286 <runGdbScript/>
287 <breakonloadinglibs>true</breakonloadinglibs>
288 <separatetty>false</separatetty>
289 <floatingtoolbar>false</floatingtoolbar>
290 <raiseGDBOnStart>false</raiseGDBOnStart>
291 </general>
292 <display>
293 <staticmembers>false</staticmembers>
294 <demanglenames>true</demanglenames>
295 <outputradix>10</outputradix>
296 </display>
297 </kdevdebugger>
298 </kdevelop>