|
From: <axl...@us...> - 2008-12-03 11:51:02
|
Revision: 30
http://hgengine.svn.sourceforge.net/hgengine/?rev=30&view=rev
Author: axlecrusher
Date: 2008-12-03 11:47:30 +0000 (Wed, 03 Dec 2008)
Log Message:
-----------
project update
Modified Paths:
--------------
Mercury2/mercury2.kdevelop
Modified: Mercury2/mercury2.kdevelop
===================================================================
--- Mercury2/mercury2.kdevelop 2008-12-03 11:46:22 UTC (rev 29)
+++ Mercury2/mercury2.kdevelop 2008-12-03 11:47:30 UTC (rev 30)
@@ -16,6 +16,7 @@
<absoluteprojectpath>false</absoluteprojectpath>
<description></description>
<defaultencoding></defaultencoding>
+ <versioncontrol></versioncontrol>
</general>
<kdevautoproject>
<general>
@@ -23,8 +24,16 @@
<useconfiguration>debug</useconfiguration>
</general>
<run>
- <mainprogram>src/mercury2</mainprogram>
- <terminal>true</terminal>
+ <mainprogram>/home/josh/Mercury2/debug</mainprogram>
+ <terminal>false</terminal>
+ <programargs></programargs>
+ <globaldebugarguments></globaldebugarguments>
+ <globalcwd>/home/josh/Mercury2/debug</globalcwd>
+ <useglobalprogram>false</useglobalprogram>
+ <autocompile>false</autocompile>
+ <autoinstall>false</autoinstall>
+ <autokdesu>false</autokdesu>
+ <envvars/>
</run>
<configurations>
<optimized>
@@ -43,8 +52,9 @@
<cxxflags>-O0 -g3 -Wall</cxxflags>
<envvars/>
<topsourcedir></topsourcedir>
- <cppflags></cppflags>
- <ldflags>-lpthread -lX11 -lGL -lglut</ldflags>
+ <cppflags>-Isrc/ -I/usr/include/libxml2/
+</cppflags>
+ <ldflags>-lpthread -lX11 -lGL -lxml2</ldflags>
<ccompilerbinary></ccompilerbinary>
<cxxcompilerbinary></cxxcompilerbinary>
<f77compilerbinary></f77compilerbinary>
@@ -57,6 +67,12 @@
<envvar value="1" name="WANT_AUTOCONF_2_5" />
<envvar value="1" name="WANT_AUTOMAKE_1_6" />
</envvars>
+ <abortonerror>true</abortonerror>
+ <runmultiplejobs>true</runmultiplejobs>
+ <numberofjobs>3</numberofjobs>
+ <dontact>false</dontact>
+ <makebin></makebin>
+ <prio>0</prio>
</make>
</kdevautoproject>
<kdevdoctreeview>
@@ -127,6 +143,7 @@
<projectdoc>
<docsystem>Doxygen Documentation Collection</docsystem>
<docurl>mercury2.tag</docurl>
+ <usermanualurl></usermanualurl>
</projectdoc>
</kdevdocumentation>
<substmap>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|