Changes between Version 15 and Version 16 of code/tools/LinuxCodingTools
- Timestamp:
- Oct 13, 2006, 2:50:28 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/LinuxCodingTools
v15 v16 15 15 This will auto generate the project files. There are some settings that you will have to get right to enable KDevelop to compile your program correctly: 16 16 1. Code File Endings: [[br]] 17 {{{Project->Project Settings->C++ Specific}}} Section: {{{ Class Wizard Options::Implementation Suffix}}}: Change it to {{{.cc}}}17 {{{Project->Project Settings->C++ Specific}}} Section: {{{ Class Wizard Options::Implementation Suffix }}}: Change it to {{{.cc}}} 18 18 1. Configure Options: [[br]] 19 19 {{{Project->Project Settings->Configure Options}}} Section: {{{Configuration:default, Top Source Directory}}} Choose your source code directory. [[br]]