diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2012-01-27 22:17:57 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2012-01-27 22:19:02 +0100 |
commit | 2cad7e191230d6f686aa742491eded374df09c86 (patch) | |
tree | 4577f4ec1865c04a0e5f02b2832e80d25ae1198b /docs | |
parent | 56118d860e9db6bc5c226b56c52692864bcaed06 (diff) | |
download | mana-2cad7e191230d6f686aa742491eded374df09c86.tar.gz mana-2cad7e191230d6f686aa742491eded374df09c86.tar.bz2 mana-2cad7e191230d6f686aa742491eded374df09c86.tar.xz mana-2cad7e191230d6f686aa742491eded374df09c86.zip |
Updated docs/HACKING.txt
It's kind of hopeless trying to keep these files up-to-date, but
whatever.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HACKING.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/HACKING.txt b/docs/HACKING.txt index ad2f341b..f9ca03cd 100644 --- a/docs/HACKING.txt +++ b/docs/HACKING.txt @@ -2,7 +2,7 @@ Mana Hacking Guide ---------------------------- -This guide is also available at http://gitorious.org/mana/pages/Hacking +This guide is also available at http://doc.manasource.org/hacking including more tips about C++ programming in general. With multiple coders working on the same source files, there needs to be a @@ -133,5 +133,5 @@ necessary. be used. Hungarian style should be avoided. * Whenever you add a new source file somewhere in ./src do not forget to add - them in ./src/Makefile.am as well! + them in ./src/CMakeLists.txt as well! |