Does anyone know how druntime gets built?

H. S. Teoh hsteoh at qfbox.info
Tue Jun 21 16:05:09 UTC 2022


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


T

-- 
Lottery: tax on the stupid. -- Slashdotter


More information about the Digitalmars-d mailing list