mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Remove legacy_stdio_definitions.lib
Dependency was added by PR #1566. No longer needed now that DX SDK has been replaced.
This commit is contained in:
parent
1ef75b411c
commit
b52cda0c66
1 changed files with 0 additions and 7 deletions
|
|
@ -643,13 +643,6 @@ if(WIN32)
|
||||||
if(TORQUE_OPENGL)
|
if(TORQUE_OPENGL)
|
||||||
addLib(OpenGL32.lib)
|
addLib(OpenGL32.lib)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# JTH: DXSDK is compiled with older runtime, and MSVC 2015+ is when __vsnprintf is undefined.
|
|
||||||
# This is a workaround by linking with the older legacy library functions.
|
|
||||||
# See this for more info: http://stackoverflow.com/a/34230122
|
|
||||||
if (MSVC14)
|
|
||||||
addLib(legacy_stdio_definitions.lib)
|
|
||||||
endif()
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue