New files, optims and whatnot.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<author>Renaud Lepage</author>
|
<author>Renaud Lepage</author>
|
||||||
<email>[email protected]</email>
|
<email>[email protected]</email>
|
||||||
<version>$VERSION$</version>
|
<version>$VERSION$</version>
|
||||||
<projectmanagement>KDevCustomProject</projectmanagement>
|
<projectmanagement>KDevAutoProject</projectmanagement>
|
||||||
<primarylanguage>C++</primarylanguage>
|
<primarylanguage>C++</primarylanguage>
|
||||||
<ignoreparts/>
|
<ignoreparts/>
|
||||||
<projectdirectory>.</projectdirectory>
|
<projectdirectory>.</projectdirectory>
|
||||||
@@ -12,37 +12,53 @@
|
|||||||
<description></description>
|
<description></description>
|
||||||
<versioncontrol>kdevcvsservice</versioncontrol>
|
<versioncontrol>kdevcvsservice</versioncontrol>
|
||||||
</general>
|
</general>
|
||||||
<kdevcustomproject>
|
<kdevautoproject>
|
||||||
|
<general>
|
||||||
|
<activetarget>src/Stepmania</activetarget>
|
||||||
|
<useconfiguration>debug</useconfiguration>
|
||||||
|
</general>
|
||||||
<run>
|
<run>
|
||||||
<mainprogram>Stepmania</mainprogram>
|
<mainprogram>src/stepmania</mainprogram>
|
||||||
<directoryradio>executable</directoryradio>
|
<directoryradio>executable</directoryradio>
|
||||||
<customdirectory>/</customdirectory>
|
<customdirectory>/</customdirectory>
|
||||||
<programargs></programargs>
|
<programargs>--workdir=/opt/Stepmania</programargs>
|
||||||
<terminal>false</terminal>
|
<terminal>false</terminal>
|
||||||
<autocompile>true</autocompile>
|
<autocompile>true</autocompile>
|
||||||
<envvars/>
|
<envvars/>
|
||||||
</run>
|
</run>
|
||||||
<build>
|
<configurations>
|
||||||
<buildtool>make</buildtool>
|
<optimized>
|
||||||
<builddir></builddir>
|
<builddir>optimized</builddir>
|
||||||
</build>
|
<ccompiler>GccOptions</ccompiler>
|
||||||
|
<cxxcompiler>GppOptions</cxxcompiler>
|
||||||
|
<f77compiler>G77Options</f77compiler>
|
||||||
|
<cxxflags>-O2 -g0</cxxflags>
|
||||||
|
</optimized>
|
||||||
|
<debug>
|
||||||
|
<configargs>--enable-debug=full</configargs>
|
||||||
|
<builddir>debug</builddir>
|
||||||
|
<ccompiler>GccOptions</ccompiler>
|
||||||
|
<cxxcompiler>GppOptions</cxxcompiler>
|
||||||
|
<f77compiler>G77Options</f77compiler>
|
||||||
|
<cxxflags>-O0 -g3</cxxflags>
|
||||||
|
<envvars/>
|
||||||
|
</debug>
|
||||||
|
</configurations>
|
||||||
<make>
|
<make>
|
||||||
<abortonerror>false</abortonerror>
|
<envvars>
|
||||||
|
<envvar value="1" name="WANT_AUTOCONF_2_5" />
|
||||||
|
<envvar value="1" name="WANT_AUTOMAKE_1_6" />
|
||||||
|
</envvars>
|
||||||
|
<abortonerror>true</abortonerror>
|
||||||
<numberofjobs>1</numberofjobs>
|
<numberofjobs>1</numberofjobs>
|
||||||
<prio>0</prio>
|
|
||||||
<dontact>false</dontact>
|
<dontact>false</dontact>
|
||||||
<makebin></makebin>
|
<makebin></makebin>
|
||||||
<defaulttarget></defaulttarget>
|
<prio>0</prio>
|
||||||
<makeoptions></makeoptions>
|
|
||||||
<selectedenvironment>default</selectedenvironment>
|
|
||||||
<environments>
|
|
||||||
<default/>
|
|
||||||
</environments>
|
|
||||||
</make>
|
</make>
|
||||||
</kdevcustomproject>
|
</kdevautoproject>
|
||||||
<kdevdebugger>
|
<kdevdebugger>
|
||||||
<general>
|
<general>
|
||||||
<dbgshell></dbgshell>
|
<dbgshell>libtool</dbgshell>
|
||||||
<programargs></programargs>
|
<programargs></programargs>
|
||||||
<gdbpath></gdbpath>
|
<gdbpath></gdbpath>
|
||||||
<configGdbScript></configGdbScript>
|
<configGdbScript></configGdbScript>
|
||||||
|
|||||||
Reference in New Issue
Block a user