浏览代码

Merge pull request #2166 from chaigler/legacy_lib_gone

Remove legacy_stdio_definitions.lib
Areloch 7 年之前
父节点
当前提交
3f6e558c29
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      Tools/CMake/torque3d.cmake

+ 0 - 7
Tools/CMake/torque3d.cmake

@@ -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)