Does anyone know how druntime gets built?

Walter Bright newshound2 at digitalmars.com
Tue Jun 21 19:07:34 UTC 2022


On 6/21/2022 9:05 AM, H. S. Teoh wrote:
> On Mon, Jun 20, 2022 at 11:48:56PM -0700, Walter Bright via Digitalmars-d wrote:
>> What I'd like to see is, say, a .bat file named cc32mscoff.bat, that
>> will build the 32 bit mscoff libraries. I don't want to set paths,
>> environment variables, etc., I just want it to build the 32 bit mscoff
>> libraries.
> 
> I've no idea how it's done on Windows, but on Linux, it's as simple as:
> 
> 	export HOST_DMD=/path/to/bootstrap/dmd
> 	make -f posix.mak PIC=1 MODEL=64

Thank you.

When I try win32.mak, I get the results as described in the bugzilla issue. It 
doesn't even build the import directory properly.


More information about the Digitalmars-d mailing list