Had another 48hr game jam this weekend...

Manu turkeyman at gmail.com
Sun Sep 1 19:42:50 PDT 2013


There are only 2 visual studio related environment variables on my machine:

VS100COMNTOOLS = C:\Program Files (x86)\Microsoft Visual Studio
10.0\Common7\Tools\
VS110COMNTOOLS = C:\Program Files (x86)\Microsoft Visual Studio
11.0\Common7\Tools\

But in general, I reckon it's probably bad practise to rely on environment
variables in Windows. They're usually a complete mess, and hard to manage.


On 2 September 2013 03:24, Walter Bright <newshound2 at digitalmars.com> wrote:

> On 9/1/2013 2:25 AM, Dmitry Olshansky wrote:
>
>> To get it to work with say VS11 I had to kill VCINSTALLDIR &
>> WindowsSDKDir and
>> set LIB/LINKCMD paths by hand in Environement64.
>> Whatever magic setup code there is for VS10/WinSDK7 it doesn't work with
>> VC11/WinSDK8.
>>
>
> What environment variables did VS11 set?
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20130902/8f0f72cf/attachment.html>


More information about the Digitalmars-d mailing list