Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 18 and Version 19 of code/tools/LinuxCodingTools


Ignore:
Timestamp:
Oct 13, 2006, 3:01:15 PM (18 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/LinuxCodingTools

    v18 v19  
    1818There are some settings that you will have to get right to enable KDevelop to compile your program correctly:
    1919 1. C++ file endings: [[br]]
    20     Select: {{{Project->Project Settings}}}, go to section: {{{C++ Specific}}}, there look out for: {{{ Class Wizard Options->Implementation Suffix }}}, change it from {{{.cpp}}}to {{{.cc}}} (since we call our files .cc and not .cpp)
     20    Select: '''Project->Project Settings''', go to section: '''C++ Specific''', there look out for: '''Class Wizard Options->Implementation Suffix''', change it from '''.cpp''' to '''.cc''' (since we call our files .cc and not .cpp)
    2121 1. Project build options: [[br]]
    22     Select {{{Project->Project Settings}}}, go to section: {{{ Build Options }}}, change to tab {{{Make}}}, there check the fields: {{{Abord on first error}}} and increase {{{Number of simultaneous jobs}}} to {{{2}}} or {{{3}}}
     22    Select '''Project->Project Settings''', go to section: '''Build Options''', change to tab '''Make''', there check the fields: '''Abord on first error''' and increase '''Number of simultaneous jobs''' to '''2''' or '''3'''
    2323 1. Project {{{Configure}}} options: [[br]]
    2424    Select {{{Project->Project Settings}}}, go to section: {{{ Configure Options }}}, look out for: {{{Configuration:default, Top Source Directory}}} Choose your source code directory. [[br]]