Skip to content

Commit

Permalink
Merge pull request #3852 from eco/patch-1
Browse files Browse the repository at this point in the history
Add DirectX library path
  • Loading branch information
WalterBright committed Aug 12, 2014
2 parents a3a1ef0 + 273f5de commit 718b5b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ini/windows/bin/sc.ini
Expand Up @@ -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"

0 comments on commit 718b5b7

Please sign in to comment.