mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
typofix
This commit is contained in:
parent
60c27696ea
commit
81ed240bf6
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ forwardDef(TORQUE_D3D11)
|
||||||
forwardDef(TORQUE_ADVANCED_LIGHTING)
|
forwardDef(TORQUE_ADVANCED_LIGHTING)
|
||||||
forwardDef(TORQUE_BASIC_LIGHTING)
|
forwardDef(TORQUE_BASIC_LIGHTING)
|
||||||
set(TORQUE_SDL ON) # we need sdl to do our platform interop
|
set(TORQUE_SDL ON) # we need sdl to do our platform interop
|
||||||
forwardCompileDef(TORQUE_SDL)
|
forwardDef(TORQUE_SDL)
|
||||||
|
|
||||||
# On Windows we disable CRT Security warnings - this comes from recommendations to use non-portable functions.
|
# On Windows we disable CRT Security warnings - this comes from recommendations to use non-portable functions.
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
|
|
@ -389,8 +389,8 @@ endif()
|
||||||
if (NOT TORQUE_NET_CURL)
|
if (NOT TORQUE_NET_CURL)
|
||||||
filterOut("app/net/httpObject.h" "app/net/httpObject.cpp")
|
filterOut("app/net/httpObject.h" "app/net/httpObject.cpp")
|
||||||
endif()
|
endif()
|
||||||
################# Executable Generation ###################
|
|
||||||
|
|
||||||
|
################# Executable Generation ###################
|
||||||
if (TORQUE_DYNAMIC_LIBRARY)
|
if (TORQUE_DYNAMIC_LIBRARY)
|
||||||
set(TORQUE_COMPILE_DEFINITIONS ${TORQUE_COMPILE_DEFINITIONS} TORQUE_SHARED)
|
set(TORQUE_COMPILE_DEFINITIONS ${TORQUE_COMPILE_DEFINITIONS} TORQUE_SHARED)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue