mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
constant consistency creates continuums
This commit is contained in:
parent
6ee436382f
commit
7900783163
1 changed files with 3 additions and 3 deletions
|
|
@ -204,8 +204,8 @@ mark_as_advanced(TORQUE_DEBUG_GFX_MODE)
|
||||||
#option(DEBUG_SPEW "more debug" OFF)
|
#option(DEBUG_SPEW "more debug" OFF)
|
||||||
set(TORQUE_NO_DSO_GENERATION ON)
|
set(TORQUE_NO_DSO_GENERATION ON)
|
||||||
|
|
||||||
option(TORQUE_UseZenity "use the Zenity backend for NFD" OFF)
|
option(TORQUE_USE_ZENITY "use the Zenity backend for NFD" OFF)
|
||||||
mark_as_advanced(TORQUE_UseZenity)
|
mark_as_advanced(TORQUE_USE_ZENITY)
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
# warning C4800: 'XXX' : forcing value to bool 'true' or 'false' (performance warning)
|
# warning C4800: 'XXX' : forcing value to bool 'true' or 'false' (performance warning)
|
||||||
|
|
@ -463,7 +463,7 @@ if(TORQUE_SDL)
|
||||||
# Add other flags to the compiler
|
# Add other flags to the compiler
|
||||||
add_definitions(${GTK3_CFLAGS_OTHER})
|
add_definitions(${GTK3_CFLAGS_OTHER})
|
||||||
|
|
||||||
if(TORQUE_UseZenity)
|
if(TORQUE_USE_ZENITY)
|
||||||
set(BLACKLIST "nfd_win.cpp" "nfd_cocoa.m" "nfd_gtk.c" )
|
set(BLACKLIST "nfd_win.cpp" "nfd_cocoa.m" "nfd_gtk.c" )
|
||||||
else()
|
else()
|
||||||
set(BLACKLIST "nfd_win.cpp" "nfd_cocoa.m" "simple_exec.h" "nfd_zenity.c")
|
set(BLACKLIST "nfd_win.cpp" "nfd_cocoa.m" "simple_exec.h" "nfd_zenity.c")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue