소스 검색

Remove legacy_stdio_definitions.lib

Dependency was added by PR #1566. No longer needed now that DX SDK has
been replaced.
chaigler 7 년 전
부모
커밋
b52cda0c66
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)
       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)