On 2 September 2013 16:05, Walter Bright <newshound2@digitalmars.com> wrote:
On 9/1/2013 10:01 PM, Manu wrote:
How about the DirectX SDK?
http://www.microsoft.com/en-us/download/details.aspx?id=6812
It's super standard aswell for anyone working on multimedia software.
It has an environment variable on my machine: DXSDK_DIR = C:\Program Files
(x86)\Microsoft DirectX SDK (June 2010)\

How about:

LIBPATH64=%VCINSTALLDIR%lib\amd64;%WindowsSdkDir%lib\x64;%DXSDK_DIR%

in your sc.ini?

Yeah, that's what I did. I'm just suggesting it should be detected and added by the installer.