Need help deciphering posix.mak
Trent Forkert via Digitalmars-d
digitalmars-d at puremagic.com
Thu Dec 4 16:02:31 PST 2014
On Thursday, 4 December 2014 at 19:52:12 UTC, Dmitry Olshansky
wrote:
> 04-Dec-2014 18:32, Dicebot пишет:
>> Please no additional 3d-party dependencies for D core tool
>> stack.
>
> What are current 3rd-party deps? Dependency on DMC make and
> compiler is already there, GNU make is not installed by default
> on FreeBSD.
>
> What would you suggest we do?
Do what many large open source projects do: support multiple
build systems. There is no reason that the addition of
SCons/CMake build files to DMD would require the removal of the
existing makefiles. It just means somebody has to do a little
maintenance when source files are added/removed/renamed.
- Trent
More information about the Digitalmars-d
mailing list