Browse Source

Updated documentation - another attempt.

Wei Tjong Yao 12 years ago
parent
commit
d5640aab4b
2 changed files with 5 additions and 5 deletions
  1. 2 2
      Docs/GettingStarted.dox
  2. 3 3
      Readme.txt

+ 2 - 2
Docs/GettingStarted.dox

@@ -132,8 +132,8 @@ A number of build options can be defined explicitly when invoking the above cmak
 |-DUSE_OPENGL=1                               |to use OpenGL instead of Direct3D (only useful for VS on Windows platform because this option is enabled by default for other platforms)|
 |-DUSE_MKLINK=1                               |to use mklink command to create symbolic links (Windows Vista and above only)|
 |-DSCP_TO_TARGET=user\@target:remote-location |to automatically scp executables to target system (only applicable for cross compiling Raspberry Pi on a build/host machine), SSH digital key must be setup first for this to work|
-|-DCMAKE_BUILD_TYPE=Release or RelWithDebInfo or Debug|to tell CMake which build configuration to be generated, default is Release (only applicable for cmake_gcc.sh and cmake_eclipse.sh)|
-|-DURHO3D_BUILD_TYPE=EXE or STATIC or SHARED  |to tell CMake which Urho3D target to be built, default is EXE (Urho3D script host application)|
+|-DCMAKE_BUILD_TYPE=Release/Debug/RelWithDebInfo |to tell CMake which build configuration to be generated, default is Release (only applicable for cmake_gcc.sh and cmake_eclipse.sh)|
+|-DURHO3D_BUILD_TYPE=EXE/STATIC/SHARED        |to tell CMake which Urho3D target to be built, default is EXE (Urho3D script host application)|
 
 
 \page Running Running Urho3D script host application

+ 3 - 3
Readme.txt

@@ -370,10 +370,10 @@ cmake_xxxx batch files or shell scripts.
 |                      | build/host machine), SSH digital key must be setup    |
 |                      | first for this to work                                |
 |-DCMAKE_BUILD_TYPE=   |to tell CMake which build configuration to be          |
-|  Debug or Release    | generated, default is RelWithDebInfo (only applicable |
-|                      | for cmake_gcc.sh and cmake_eclipse.sh)                |
+|  Release/Debug/      | generated, default is Release (only applicable for    |
+|  RelWithDebInfo      | cmake_gcc.sh and cmake_eclipse.sh)                    |
 |-DURHO3D_BUILD_TYPE=  |to tell CMake which Urho3D target to be built, default |
-|  STATIC or SHARED    | is EXE (Urho3D script host)                           |          
+|  EXE/STATIC/SHARED   | is EXE (Urho3D script host)                           |          
 |----------------------|-------------------------------------------------------|