mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
* [ZIPVolume] BugFix: Add the capability of resolving ZIP prefix paths with case insensitivity and a CMake option to control this behavior.
This commit is contained in:
parent
f3eadb922b
commit
8d0128698a
3 changed files with 14 additions and 1 deletions
|
|
@ -47,6 +47,9 @@
|
|||
/// Define me if you want path case insensitivity support on POSIX systems. Does nothing on Windows.
|
||||
#cmakedefine TORQUE_POSIX_PATH_CASE_INSENSITIVE
|
||||
|
||||
/// Define me if you want path case insensitivity support in ZIP files.
|
||||
#cmakedefine TORQUE_ZIP_PATH_CASE_INSENSITIVE
|
||||
|
||||
/// Define me if you want to enable multithreading support.
|
||||
#cmakedefine TORQUE_MULTITHREAD
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue