www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Ignoring defaults from sc.ini?

reply Benjamin Thaut <code benjamin-thaut.de> writes:
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
next sibling parent Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
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
prev sibling parent "Jacob Carlborg" <doob me.com> writes:
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