Project update, long overdue.

This commit is contained in:
Renaud Lepage
2005-07-26 23:57:18 +00:00
parent 3db35f3ba1
commit 247f10206a
+32 -22
View File
@@ -1,27 +1,29 @@
<?xml version = '1.0'?>
<kdevelop>
<general>
<author>Renaud Lepage</author>
<email>[email protected]</email>
<author>Stepmania developers</author>
<email>[email protected]</email>
<version>$VERSION$</version>
<projectmanagement>KDevAutoProject</projectmanagement>
<primarylanguage>C++</primarylanguage>
<ignoreparts/>
<projectdirectory>.</projectdirectory>
<absoluteprojectpath>false</absoluteprojectpath>
<description></description>
<description>Stepmania is a DDR(TM) Simulator that aims to be used wherever possible.
DDR(TM) is (C) Konami.</description>
<versioncontrol>kdevcvsservice</versioncontrol>
</general>
<kdevautoproject>
<general>
<activetarget>src/Stepmania</activetarget>
<activetarget>src/stepmania</activetarget>
<useconfiguration>debug</useconfiguration>
</general>
<run>
<mainprogram>src/stepmania</mainprogram>
<directoryradio>executable</directoryradio>
<customdirectory>/</customdirectory>
<programargs>--workdir=/opt/Stepmania</programargs>
<programargs/>
<terminal>false</terminal>
<autocompile>true</autocompile>
<envvars/>
@@ -35,13 +37,21 @@
<cxxflags>-O2 -g0</cxxflags>
</optimized>
<debug>
<configargs>--enable-debug=full</configargs>
<builddir>debug</builddir>
<ccompiler>GccOptions</ccompiler>
<cxxcompiler>GppOptions</cxxcompiler>
<f77compiler>G77Options</f77compiler>
<configargs/>
<builddir/>
<ccompiler>kdevgccoptions</ccompiler>
<cxxcompiler>kdevgppoptions</cxxcompiler>
<f77compiler>kdevpgf77options</f77compiler>
<cxxflags>-O0 -g3</cxxflags>
<envvars/>
<topsourcedir/>
<cppflags/>
<ldflags/>
<ccompilerbinary/>
<cxxcompilerbinary/>
<f77compilerbinary/>
<cflags/>
<f77flags/>
</debug>
</configurations>
<make>
@@ -52,18 +62,18 @@
<abortonerror>true</abortonerror>
<numberofjobs>1</numberofjobs>
<dontact>false</dontact>
<makebin></makebin>
<makebin/>
<prio>0</prio>
</make>
</kdevautoproject>
<kdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
<programargs></programargs>
<gdbpath></gdbpath>
<configGdbScript></configGdbScript>
<runShellScript></runShellScript>
<runGdbScript></runGdbScript>
<programargs/>
<gdbpath/>
<configGdbScript/>
<runShellScript/>
<runGdbScript/>
<breakonloadinglibs>true</breakonloadinglibs>
<separatetty>false</separatetty>
<floatingtoolbar>false</floatingtoolbar>
@@ -148,7 +158,7 @@
<headerCompletionDelay>250</headerCompletionDelay>
</codecompletion>
<creategettersetter>
<prefixGet></prefixGet>
<prefixGet/>
<prefixSet>set</prefixSet>
<prefixVariable>m_,_</prefixVariable>
<parameterName>theValue</parameterName>
@@ -159,9 +169,9 @@
</kdevcppsupport>
<kdevdocumentation>
<projectdoc>
<docsystem></docsystem>
<docurl></docurl>
<usermanualurl></usermanualurl>
<docsystem/>
<docurl/>
<usermanualurl/>
</projectdoc>
</kdevdocumentation>
<kdevfileview>
@@ -176,7 +186,7 @@
</tree>
</kdevfileview>
<ctagspart>
<customArguments></customArguments>
<customTagfilePath></customTagfilePath>
<customArguments/>
<customTagfilePath/>
</ctagspart>
</kdevelop>