http://d.puremagic.com/issues/show_bug.cgi?id=11266
Summary: Ship new sc.ini with expanded support for more
versions of Visual Studio/Windows SDK
Product: D
Version: D2
Platform: All
OS/Version: Windows
Status: NEW
Severity: major
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Brad Anderson <[email protected]> 2013-10-14 18:32:56 PDT ---
Created an attachment (id=1264)
New sc.ini
Attached is the new sc.ini I'd like which is compatible with the Window's
installer's sc.ini rewriting.
Here it is inline for easy reference:
---
[Version]
version=7.51 Build 020
[Environment]
DFLAGS="-I%@P%\..\..\src\phobos" "-I%@P%\..\..\src\druntime\import"
[Environment32]
LIB="%@P%\..\lib";\dm\lib
LINKCMD=%@P%\link.exe
[Environment64]
LIB=%VCINSTALLDIR%lib\amd64;%WindowsSdkDir%lib\x64;"%@P%\..\lib";\dm\lib;
LINKCMD=%VCINSTALLDIR%bin\amd64\link.exe
---
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------