Browse Source

Keep the basic project structure simple and stupid.

Yao Wei Tjong 姚伟忠 11 years ago
parent
commit
9d15448830
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Docs/GettingStarted.dox

+ 0 - 3
Docs/GettingStarted.dox

@@ -375,15 +375,12 @@ First of all, structure your project similar to Urho3D project as below. Althoug
 
 
 \code
 \code
 PROJECT_ROOT/
 PROJECT_ROOT/
- ├ Android/
  ├ Bin/
  ├ Bin/
  │  ├ Data/
  │  ├ Data/
  │  └ CoreData/
  │  └ CoreData/
  ├ CMake/
  ├ CMake/
  │  ├ Modules/
  │  ├ Modules/
  │  └ Toolchains/
  │  └ Toolchains/
- ├ Docs/
- ├ Source/
  ├ CMakeListst.txt
  ├ CMakeListst.txt
  ├ *.cpp and *.h
  ├ *.cpp and *.h
  └ *.bat or *.sh
  └ *.bat or *.sh