mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-26 01:53:47 +00:00
Merge pull request #2166 from chaigler/legacy_lib_gone
Remove legacy_stdio_definitions.lib
This commit is contained in:
commit
3f6e558c29
1 changed files with 0 additions and 7 deletions
|
|
@ -643,13 +643,6 @@ if(WIN32)
|
|||
if(TORQUE_OPENGL)
|
||||
addLib(OpenGL32.lib)
|
||||
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()
|
||||
|
||||
if (APPLE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue