|
@@ -130,6 +130,7 @@ A number of build options can be defined explicitly when invoking the above cmak
|
|
|
|-DENABLE_SSE=0 |to disable SSE instruction set|
|
|
|-DENABLE_SSE=0 |to disable SSE instruction set|
|
|
|
|-DENABLE_MINIDUMPS=0 |to disable minidumps on crash (VS only)|
|
|
|-DENABLE_MINIDUMPS=0 |to disable minidumps on crash (VS only)|
|
|
|
|-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_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|
|
|
|-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)|
|
|
|-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)|
|
|
|-DURHO3D_BUILD_TYPE=STATIC or SHARED |to tell CMake which Urho3D target to be built, default is EXE (Urho3D script host application)|
|