digitalmars.D.learn - Ignoring defaults from sc.ini?
- Benjamin Thaut <code benjamin-thaut.de> Oct 14 2012
- Andrej Mitrovic <andrej.mitrovich gmail.com> Oct 14 2012
- "Jacob Carlborg" <doob me.com> Oct 14 2012
Is there a way to make dmd ignore the default imports and library search paths inside sc.ini? Currently I have to keep two versions of dmd around, one with a modified sc.ini and one with the original one, which is a bit annoying. A command line option for the compiler to ignore the defaults inside sc.ini would be really great. Kind Regards Benjamin Thaut
Oct 14 2012
On 10/14/12, Benjamin Thaut <code benjamin-thaut.de> wrote:Is there a way to make dmd ignore the default imports and library search paths inside sc.ini?
See http://dlang.org/dmd-windows.html#sc_ini
Oct 14 2012
On Sunday, 14 October 2012 at 09:40:36 UTC, Benjamin Thaut wrote:Is there a way to make dmd ignore the default imports and library search paths inside sc.ini? Currently I have to keep two versions of dmd around, one with a modified sc.ini and one with the original one, which is a bit annoying. A command line option for the compiler to ignore the defaults inside sc.ini would be really great.
You might want to have a look at DVM: https://bitbucket.org/doob/dvm/wiki/Home -- /Jacob Carlborg
Oct 14 2012









Andrej Mitrovic <andrej.mitrovich gmail.com> 