Commit graph

9 commits

Author SHA1 Message Date
Dennis Korpel
646dc29eec Remove 'samples' folder 2025-01-11 08:12:48 +08:00
Martin Kinkelin
cf9df8437c Makefiles: Add comments wrt. usage on Windows and a few example invocations 2023-12-18 07:29:32 +08:00
Martin Kinkelin
04e236923a Makefile: Suppress which error output
On Linux, there's no stderr output, but on Windows, there is.
2023-12-18 07:29:32 +08:00
Martin Kinkelin
254de93ac8 Makefile: Include druntime in install target 2023-12-18 07:29:32 +08:00
Martin Kinkelin
bc793e59e9 druntime: Rename posix.mak to Makefile 2023-12-18 07:29:32 +08:00
Martin Kinkelin
bc6628cab3 druntime: Merge win64.mak into posix.mak 2023-12-18 07:29:32 +08:00
Martin Kinkelin
4c06834bdf Top-level Makefile: Extract {dmd,druntime}[-test] targets
For convenience, and to make the compiler build triggered from
druntime/posix.mak more robust.
2023-12-12 01:32:21 +01:00
Martin Kinkelin
c49e18add9 Makefile: Improve search for D host compiler 2023-12-11 03:20:09 +01:00
Martin Kinkelin
ff698ba103 Convert posix.mak to generic Makefile
Usable on Windows too, with a GNU make.
2023-12-09 15:59:14 +01:00
Renamed from posix.mak (Browse further)