Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4906 in orxonox.OLD for orxonox/trunk/orxonox.kdevelop


Ignore:
Timestamp:
Jul 20, 2005, 1:41:19 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: states are now flow'n through

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/orxonox.kdevelop

    r4885 r4906  
    77    <projectmanagement>KDevCustomProject</projectmanagement>
    88    <primarylanguage>C++</primarylanguage>
    9     <ignoreparts/>
     9    <ignoreparts>
     10      <part>CvsService</part>
     11    </ignoreparts>
     12    <projectdirectory>.</projectdirectory>
     13    <absoluteprojectpath>false</absoluteprojectpath>
     14    <description></description>
     15    <secondaryLanguages>
     16      <language>C</language>
     17    </secondaryLanguages>
    1018  </general>
    1119  <kdevcustomproject>
    1220    <run>
    13       <mainprogram>orxonox</mainprogram>
    14       <directoryradio>executable</directoryradio>
     21      <mainprogram>src/orxonox</mainprogram>
     22      <directoryradio>build</directoryradio>
     23      <customdirectory>/</customdirectory>
     24      <programargs></programargs>
     25      <terminal>false</terminal>
     26      <autocompile>true</autocompile>
     27      <envvars/>
    1528    </run>
     29    <build>
     30      <buildtool>make</buildtool>
     31      <builddir></builddir>
     32    </build>
     33    <make>
     34      <abortonerror>false</abortonerror>
     35      <numberofjobs>1</numberofjobs>
     36      <prio>0</prio>
     37      <dontact>false</dontact>
     38      <makebin></makebin>
     39      <makeoptions></makeoptions>
     40      <selectedenvironment>default</selectedenvironment>
     41      <environments>
     42        <default/>
     43      </environments>
     44    </make>
    1645  </kdevcustomproject>
    1746  <kdevdebugger>
    1847    <general>
    19       <dbgshell/>
     48      <dbgshell></dbgshell>
     49      <programargs></programargs>
     50      <gdbpath></gdbpath>
     51      <configGdbScript></configGdbScript>
     52      <runShellScript></runShellScript>
     53      <runGdbScript></runGdbScript>
     54      <breakonloadinglibs>true</breakonloadinglibs>
     55      <separatetty>false</separatetty>
     56      <floatingtoolbar>false</floatingtoolbar>
    2057    </general>
     58    <display>
     59      <staticmembers>false</staticmembers>
     60      <demanglenames>true</demanglenames>
     61      <outputradix>10</outputradix>
     62    </display>
    2163  </kdevdebugger>
    2264  <kdevdoctreeview>
     
    80122      <includeTypes>true</includeTypes>
    81123      <includeEnums>true</includeEnums>
    82       <includeTypedefs>false</includeTypedefs>
     124      <includeTypedefs>true</includeTypedefs>
    83125      <automaticCodeCompletion>true</automaticCodeCompletion>
    84126      <automaticArgumentsHint>true</automaticArgumentsHint>
     
    90132  </kdevcppsupport>
    91133  <kdevfileview>
    92     <groups>
    93       <hidenonprojectfiles>false</hidenonprojectfiles>
    94       <hidenonlocation>false</hidenonlocation>
    95     </groups>
     134    <groups/>
    96135    <tree>
    97136      <hidepatterns>*.o,*.lo,*~,*in</hidepatterns>
     
    99138    </tree>
    100139  </kdevfileview>
     140  <cppsupportpart>
     141    <filetemplates>
     142      <interfacesuffix>.h</interfacesuffix>
     143      <implementationsuffix>.cpp</implementationsuffix>
     144    </filetemplates>
     145  </cppsupportpart>
     146  <kdevdocumentation>
     147    <projectdoc>
     148      <docsystem></docsystem>
     149      <docurl></docurl>
     150      <usermanualurl></usermanualurl>
     151    </projectdoc>
     152  </kdevdocumentation>
    101153</kdevelop>
Note: See TracChangeset for help on using the changeset viewer.