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.
- #pragma comment (lib, ...) Manu
- Re: #pragma comment (lib, ...) Walter Bright
- Re: #pragma comment (lib, ...) Manu
- Re: #pragma comment (lib, ...) Iain Buclaw
- Re: #pragma comment (lib, ...) Manu
- Re: #pragma comment (lib, ...) Paulo Pinto
- Re: #pragma comment (lib, ...) Walter Bright
- Re: #pragma comment (lib, ...) Paulo Pinto
- Re: #pragma comment (lib, ...) Arjan
- Re: #pragma comment (lib, ...) Paulo Pinto
- Re: #pragma comment (lib, ...) Walter Bright