Project update, long overdue.
This commit is contained in:
@@ -1,27 +1,29 @@
|
|||||||
<?xml version = '1.0'?>
|
<?xml version = '1.0'?>
|
||||||
<kdevelop>
|
<kdevelop>
|
||||||
<general>
|
<general>
|
||||||
<author>Renaud Lepage</author>
|
<author>Stepmania developers</author>
|
||||||
<email>[email protected]</email>
|
<email>[email protected]</email>
|
||||||
<version>$VERSION$</version>
|
<version>$VERSION$</version>
|
||||||
<projectmanagement>KDevAutoProject</projectmanagement>
|
<projectmanagement>KDevAutoProject</projectmanagement>
|
||||||
<primarylanguage>C++</primarylanguage>
|
<primarylanguage>C++</primarylanguage>
|
||||||
<ignoreparts/>
|
<ignoreparts/>
|
||||||
<projectdirectory>.</projectdirectory>
|
<projectdirectory>.</projectdirectory>
|
||||||
<absoluteprojectpath>false</absoluteprojectpath>
|
<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>
|
<versioncontrol>kdevcvsservice</versioncontrol>
|
||||||
</general>
|
</general>
|
||||||
<kdevautoproject>
|
<kdevautoproject>
|
||||||
<general>
|
<general>
|
||||||
<activetarget>src/Stepmania</activetarget>
|
<activetarget>src/stepmania</activetarget>
|
||||||
<useconfiguration>debug</useconfiguration>
|
<useconfiguration>debug</useconfiguration>
|
||||||
</general>
|
</general>
|
||||||
<run>
|
<run>
|
||||||
<mainprogram>src/stepmania</mainprogram>
|
<mainprogram>src/stepmania</mainprogram>
|
||||||
<directoryradio>executable</directoryradio>
|
<directoryradio>executable</directoryradio>
|
||||||
<customdirectory>/</customdirectory>
|
<customdirectory>/</customdirectory>
|
||||||
<programargs>--workdir=/opt/Stepmania</programargs>
|
<programargs/>
|
||||||
<terminal>false</terminal>
|
<terminal>false</terminal>
|
||||||
<autocompile>true</autocompile>
|
<autocompile>true</autocompile>
|
||||||
<envvars/>
|
<envvars/>
|
||||||
@@ -35,13 +37,21 @@
|
|||||||
<cxxflags>-O2 -g0</cxxflags>
|
<cxxflags>-O2 -g0</cxxflags>
|
||||||
</optimized>
|
</optimized>
|
||||||
<debug>
|
<debug>
|
||||||
<configargs>--enable-debug=full</configargs>
|
<configargs/>
|
||||||
<builddir>debug</builddir>
|
<builddir/>
|
||||||
<ccompiler>GccOptions</ccompiler>
|
<ccompiler>kdevgccoptions</ccompiler>
|
||||||
<cxxcompiler>GppOptions</cxxcompiler>
|
<cxxcompiler>kdevgppoptions</cxxcompiler>
|
||||||
<f77compiler>G77Options</f77compiler>
|
<f77compiler>kdevpgf77options</f77compiler>
|
||||||
<cxxflags>-O0 -g3</cxxflags>
|
<cxxflags>-O0 -g3</cxxflags>
|
||||||
<envvars/>
|
<envvars/>
|
||||||
|
<topsourcedir/>
|
||||||
|
<cppflags/>
|
||||||
|
<ldflags/>
|
||||||
|
<ccompilerbinary/>
|
||||||
|
<cxxcompilerbinary/>
|
||||||
|
<f77compilerbinary/>
|
||||||
|
<cflags/>
|
||||||
|
<f77flags/>
|
||||||
</debug>
|
</debug>
|
||||||
</configurations>
|
</configurations>
|
||||||
<make>
|
<make>
|
||||||
@@ -52,18 +62,18 @@
|
|||||||
<abortonerror>true</abortonerror>
|
<abortonerror>true</abortonerror>
|
||||||
<numberofjobs>1</numberofjobs>
|
<numberofjobs>1</numberofjobs>
|
||||||
<dontact>false</dontact>
|
<dontact>false</dontact>
|
||||||
<makebin></makebin>
|
<makebin/>
|
||||||
<prio>0</prio>
|
<prio>0</prio>
|
||||||
</make>
|
</make>
|
||||||
</kdevautoproject>
|
</kdevautoproject>
|
||||||
<kdevdebugger>
|
<kdevdebugger>
|
||||||
<general>
|
<general>
|
||||||
<dbgshell>libtool</dbgshell>
|
<dbgshell>libtool</dbgshell>
|
||||||
<programargs></programargs>
|
<programargs/>
|
||||||
<gdbpath></gdbpath>
|
<gdbpath/>
|
||||||
<configGdbScript></configGdbScript>
|
<configGdbScript/>
|
||||||
<runShellScript></runShellScript>
|
<runShellScript/>
|
||||||
<runGdbScript></runGdbScript>
|
<runGdbScript/>
|
||||||
<breakonloadinglibs>true</breakonloadinglibs>
|
<breakonloadinglibs>true</breakonloadinglibs>
|
||||||
<separatetty>false</separatetty>
|
<separatetty>false</separatetty>
|
||||||
<floatingtoolbar>false</floatingtoolbar>
|
<floatingtoolbar>false</floatingtoolbar>
|
||||||
@@ -148,7 +158,7 @@
|
|||||||
<headerCompletionDelay>250</headerCompletionDelay>
|
<headerCompletionDelay>250</headerCompletionDelay>
|
||||||
</codecompletion>
|
</codecompletion>
|
||||||
<creategettersetter>
|
<creategettersetter>
|
||||||
<prefixGet></prefixGet>
|
<prefixGet/>
|
||||||
<prefixSet>set</prefixSet>
|
<prefixSet>set</prefixSet>
|
||||||
<prefixVariable>m_,_</prefixVariable>
|
<prefixVariable>m_,_</prefixVariable>
|
||||||
<parameterName>theValue</parameterName>
|
<parameterName>theValue</parameterName>
|
||||||
@@ -159,9 +169,9 @@
|
|||||||
</kdevcppsupport>
|
</kdevcppsupport>
|
||||||
<kdevdocumentation>
|
<kdevdocumentation>
|
||||||
<projectdoc>
|
<projectdoc>
|
||||||
<docsystem></docsystem>
|
<docsystem/>
|
||||||
<docurl></docurl>
|
<docurl/>
|
||||||
<usermanualurl></usermanualurl>
|
<usermanualurl/>
|
||||||
</projectdoc>
|
</projectdoc>
|
||||||
</kdevdocumentation>
|
</kdevdocumentation>
|
||||||
<kdevfileview>
|
<kdevfileview>
|
||||||
@@ -176,7 +186,7 @@
|
|||||||
</tree>
|
</tree>
|
||||||
</kdevfileview>
|
</kdevfileview>
|
||||||
<ctagspart>
|
<ctagspart>
|
||||||
<customArguments></customArguments>
|
<customArguments/>
|
||||||
<customTagfilePath></customTagfilePath>
|
<customTagfilePath/>
|
||||||
</ctagspart>
|
</ctagspart>
|
||||||
</kdevelop>
|
</kdevelop>
|
||||||
|
|||||||
Reference in New Issue
Block a user