How to get *32mscoff libraries for phobos?

Taylor Hillegeist via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jul 23 08:23:05 PDT 2015


On Thursday, 23 July 2015 at 14:56:48 UTC, Taylor Hillegeist 
wrote:
> On Thursday, 23 July 2015 at 01:43:56 UTC, Mike Parker wrote:
>> [...]
>
> IT worked! Placing this Batch file in the dmd2\src Folder.
>
> ---------------------------------- BEGIN FILE: BUILD.bat
> set dm_make=C:\D\dmd2\windows\bin\make.exe
> set DMD=C:\D\dmd2\windows\bin\dmd.exe
> set cl32=C:\Program Files (x86)\Microsoft Visual Studio 
> 12.0\VC\bin\cl.exe
> set ar32=C:\Program Files (x86)\Microsoft Visual Studio 
> 12.0\VC\bin\lib.exe
>
> [...]

I found this nugget in the sc.ini file!

[Environment32mscoff]
LIB="%@P%\..\lib32mscoff"

Apparently i need to create a lib32mscoff folder in 
C:\D\dmd2\windows\


More information about the Digitalmars-d-learn mailing list