sc.ini

Dmitry Olshansky dmitry.olsh at gmail.com
Sat Feb 2 10:00:11 PST 2013


02-Feb-2013 18:55, Rainer Schuetze пишет:
>
> On 02.02.2013 14:16, Michael wrote:
>> Hi,
>> diff versions of Visual Studio may have diff installation path.
>>
>> So here mine in proper order:
>>
>> VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\
>>
>> LINKCMD64=%VCINSTALLDIR%\bin\x86_amd64\link.exe
>>
>> WindowsSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\
>>
>>
>> P.S.: I use: Win 8 Pro 64 bit, AMD Cpu, Visual Studio 2012 Express for
>> Desktop.
>
> You can also set 64-bit specific settings in an [Environment64] section:
>
> [Environment64]
> LIB="%@P%\..\..\lib64";c:\l\vc10\lib64"
> DFLAGS=%DFLAGS% -L/nologo
>
> I hope the dmd internal magic regarding the VCINSTALLDIR and
> WindowsSdkDir settings gets moved to this sections.

Mmm.. great, thanks. I've also been wondering how to make separate 
64-bit config on Windows, as before I messed up one or the other.

-- 
Dmitry Olshansky


More information about the Digitalmars-d-learn mailing list