Created
March 22, 2018 20:31
-
-
Save ANtlord/0c78180f627eb544cc69770ecbe997a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Version] | |
version=7.51 Build 020 | |
; environment for both 32/64 bit | |
[Environment] | |
DFLAGS="-I%@P%\..\..\src\phobos" "-I%@P%\..\..\src\druntime\import" | |
; optlink only reads from the Environment section so we need this redundancy | |
; from the Environment32 section (bugzilla 11302) | |
LIB="%@P%\..\lib" | |
[Environment32] | |
LIB="%@P%\..\lib" | |
LINKCMD=%@P%\link.exe | |
[Environment64] | |
LIB=%@P%\..\lib64 | |
; needed to avoid COMDAT folding (bugzilla 10664) | |
DFLAGS=%DFLAGS% -L/OPT:NOICF -m64 | |
VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ | |
WindowsSdkDir=C:\Program Files (x86)\Windows Kits\8.1\ | |
UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ | |
UCRTVersion=10.0.10240.0 | |
LINKCMD=%VCINSTALLDIR%\bin\x86_amd64\link.exe | |
PATH=%PATH%;%VCINSTALLDIR%\bin\x86_amd64;%VCINSTALLDIR%\bin | |
; ----------------------------------------------------------------------------- | |
[Environment32mscoff] | |
LIB=%@P%\..\lib32mscoff | |
; needed to avoid COMDAT folding (bugzilla 10664) | |
DFLAGS=%DFLAGS% -L/OPT:NOICF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment