Does D support some sort of #pragma lib?
I use this in C all the time, and I really like code that auto-links its
dependencies. Maintaining a massive list of arbitrary libs in my build
scripts is a pain, and even more so when the code that depends on it may be
version-ed out on particular configurations. Syncing the build scripts
against the state of the code is tedious.

Reply via email to