|
|
@@ -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=Debug or Release |to tell CMake which build configuration to be generated, default is RelWithDebInfo (only applicable for cmake_gcc.sh and cmake_eclipse.sh)|
|
|
|
-|-DURHO3D_BUILD_TYPE=STATIC or SHARED |to tell CMake which Urho3D target to be built, default is EXE (Urho3D script host application)|
|
|
|
+|-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)|
|
|
|
|
|
|
|
|
|
\page Running Running Urho3D script host application
|