From 273f5de20f7732e4e8958e03a6b5679033a00435 Mon Sep 17 00:00:00 2001 From: Brad Anderson Date: Wed, 6 Aug 2014 19:00:20 -0600 Subject: [PATCH] Add DirectX library path 64-bit only. If 32-bit COFF support is ever added we can add that to the `Environment32` section as well. Fixes #13265 --- ini/windows/bin/sc.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ini/windows/bin/sc.ini b/ini/windows/bin/sc.ini index a5b64af8b01f..adcc91841400 100644 --- a/ini/windows/bin/sc.ini +++ b/ini/windows/bin/sc.ini @@ -75,3 +75,6 @@ LIB=%LIB%;"%WindowsSdkDir%\Lib\win8\um\x64" ; Platform libraries (Windows SDK 7 and 6) LIB=%LIB%;"%WindowsSdkDir%\Lib\x64" +; DirectX (newer versions are included in the Platform SDK but this +; will allow us to support older versions) +LIB=%LIB%;"%DXSDK_DIR%\Lib\x64"