Oops, forgot to remove those custom install prefixes;

also, now all configurations build the campaign server daemon from now on.
This commit is contained in:
Ignacio R. Morelle 2007-11-09 15:18:04 +00:00
parent d8c8ceaa7b
commit 96143a8e7d

View File

@ -1,9 +1,9 @@
<?xml version = '1.0'?>
<kdevelop>
<general>
<author/>
<email/>
<version/>
<author></author>
<email></email>
<version></version>
<projectmanagement>KDevAutoProject</projectmanagement>
<primarylanguage>C++</primarylanguage>
<keywords>
@ -12,11 +12,11 @@
</keywords>
<projectdirectory>.</projectdirectory>
<absoluteprojectpath>false</absoluteprojectpath>
<description/>
<description></description>
<ignoreparts/>
<secondaryLanguages/>
<projectname>wesnoth</projectname>
<defaultencoding/>
<defaultencoding></defaultencoding>
</general>
<kdevautoproject>
<general>
@ -24,13 +24,18 @@
<useconfiguration>debug</useconfiguration>
</general>
<run>
<mainprogram>src/wesnoth</mainprogram>
<mainprogram>/home/shadowm/src/wesnoth/./src/wesnoth</mainprogram>
<terminal>false</terminal>
<directoryradio>executable</directoryradio>
<customdirectory>/</customdirectory>
<programargs>-d -w ..</programargs>
<autocompile>true</autocompile>
<envvars/>
<globaldebugarguments></globaldebugarguments>
<globalcwd>/home/shadowm/src/wesnoth/.</globalcwd>
<useglobalprogram>false</useglobalprogram>
<autoinstall>false</autoinstall>
<autokdesu>false</autokdesu>
</run>
<configurations>
<optimized>
@ -39,49 +44,49 @@
<cxxcompiler>kdevgppoptions</cxxcompiler>
<f77compiler>kdevg77options</f77compiler>
<cxxflags>-O2 -g0</cxxflags>
<configargs>--enable-editor --enable-server --enable-editor --enable-tools --prefix=/opt/wesnoth-svn</configargs>
<topsourcedir/>
<cppflags/>
<ldflags/>
<ccompilerbinary/>
<cxxcompilerbinary/>
<f77compilerbinary/>
<cflags/>
<f77flags/>
<configargs>--enable-editor --enable-server --enable-editor --enable-tools --enable-campaign-server</configargs>
<topsourcedir></topsourcedir>
<cppflags></cppflags>
<ldflags></ldflags>
<ccompilerbinary></ccompilerbinary>
<cxxcompilerbinary></cxxcompilerbinary>
<f77compilerbinary></f77compilerbinary>
<cflags></cflags>
<f77flags></f77flags>
<envvars/>
</optimized>
<debug>
<configargs>--enable-server --enable-editor --enable-tools --prefix=/opt/wesnoth-svn --enable-debug --enable-dummy-locales</configargs>
<configargs>--enable-server --enable-editor --enable-tools --enable-debug --enable-dummy-locales --enable-campaign-server</configargs>
<builddir>.</builddir>
<ccompiler>kdevgccoptions</ccompiler>
<cxxcompiler>kdevgppoptions</cxxcompiler>
<f77compiler>kdevg77options</f77compiler>
<cxxflags>-O0 -g3</cxxflags>
<topsourcedir/>
<cppflags/>
<ldflags/>
<ccompilerbinary/>
<cxxcompilerbinary/>
<f77compilerbinary/>
<cflags/>
<f77flags/>
<topsourcedir></topsourcedir>
<cppflags></cppflags>
<ldflags></ldflags>
<ccompilerbinary></ccompilerbinary>
<cxxcompilerbinary></cxxcompilerbinary>
<f77compilerbinary></f77compilerbinary>
<cflags></cflags>
<f77flags></f77flags>
<envvars/>
</debug>
<default>
<configargs>--enable-editor --enable-server --enable-editor --enable-tools --prefix=/opt/wesnoth-svn</configargs>
<configargs>--enable-editor --enable-server --enable-editor --enable-tools --enable-campaign-server</configargs>
<builddir>.</builddir>
<topsourcedir/>
<cppflags/>
<ldflags/>
<topsourcedir></topsourcedir>
<cppflags></cppflags>
<ldflags></ldflags>
<ccompiler>kdevgccoptions</ccompiler>
<cxxcompiler>kdevgppoptions</cxxcompiler>
<f77compiler>kdevg77options</f77compiler>
<ccompilerbinary/>
<cxxcompilerbinary/>
<f77compilerbinary/>
<cflags/>
<cxxflags/>
<f77flags/>
<ccompilerbinary></ccompilerbinary>
<cxxcompilerbinary></cxxcompilerbinary>
<f77compilerbinary></f77compilerbinary>
<cflags></cflags>
<cxxflags></cxxflags>
<f77flags></f77flags>
<envvars/>
</default>
</configurations>
@ -93,7 +98,9 @@
<abortonerror>false</abortonerror>
<numberofjobs>1</numberofjobs>
<dontact>false</dontact>
<makebin/>
<makebin></makebin>
<runmultiplejobs>false</runmultiplejobs>
<prio>0</prio>
</make>
</kdevautoproject>
<kdevdoctreeview>
@ -217,7 +224,7 @@
<designerpluginpaths/>
</qt>
<creategettersetter>
<prefixGet/>
<prefixGet></prefixGet>
<prefixSet>set</prefixSet>
<prefixVariable>m_,_</prefixVariable>
<parameterName>theValue</parameterName>
@ -239,14 +246,15 @@
<kdevdebugger>
<general>
<programargs/>
<gdbpath/>
<dbgshell/>
<configGdbScript/>
<runShellScript/>
<runGdbScript/>
<gdbpath></gdbpath>
<dbgshell></dbgshell>
<configGdbScript></configGdbScript>
<runShellScript></runShellScript>
<runGdbScript></runGdbScript>
<breakonloadinglibs>true</breakonloadinglibs>
<separatetty>false</separatetty>
<floatingtoolbar>false</floatingtoolbar>
<raiseGDBOnStart>false</raiseGDBOnStart>
</general>
<display>
<staticmembers>true</staticmembers>