mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-24 22:59:24 +00:00
* BugFix: Correct some errors in the module scripts.
* BugFix: Fixes for compiling on Windows.
This commit is contained in:
parent
e7b01902ee
commit
b23554295c
6 changed files with 42 additions and 18 deletions
|
|
@ -27,4 +27,4 @@ if(TORQUE_SFX_OPENAL)
|
|||
set(ALSOFT_UPDATE_BUILD_VERSION OFF CACHE BOOL "Update build Version" UPDATE)
|
||||
|
||||
add_subdirectory("${CMAKE_SOURCE_DIR}/Engine/lib/openal-soft" ${CMAKE_BINARY_DIR}/temp/openal-soft EXCLUDE_FROM_ALL)
|
||||
endif(TORQUE_PHYSICS_BULLET)
|
||||
endif(TORQUE_SFX_OPENAL)
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ if(TORQUE_TOOLS)
|
|||
"gui/editor/inspector/*.cpp")
|
||||
set(TORQUE_SOURCE_FILES ${TORQUE_SOURCE_FILES} ${TORQUE_TOOLS_SOURCES})
|
||||
set(TORQUE_COMPILE_DEFINITIONS ${TORQUE_COMPILE_DEFINITIONS} TORQUE_TOOLS)
|
||||
endif(TORQUE_PHYSICS_BULLET)
|
||||
endif(TORQUE_TOOLS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue