www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - SC.INI

↑ ↓ ← "Matthew Wilson" <matthew stlsoft.org> writes:
Is there a way, without editing SC.INI, to have the compiler look first at
the environment variables (specifically INCLUDE), and then look at SC.INI?
Jun 15 2003
↑ ↓ "Walter" <walter digitalmars.com> writes:
"Matthew Wilson" <matthew stlsoft.org> wrote in message
news:bcj5sm$k5n$1 digitaldaemon.com...
 Is there a way, without editing SC.INI, to have the compiler look first at
 the environment variables (specifically INCLUDE), and then look at SC.INI?

No. The reason it is the way it is is because one can have DMC reside on a system peacefully with some other compiler that demanded exclusive use of the environment. The way to do what you ask is to edit sc.ini.
Jun 15 2003
→ "Matthew Wilson" <matthew stlsoft.org> writes:
Sure I get the point, and most of the time I appreciate it. However, at the
moment I'm wanting to do some testing of DMC++ with and without STLPort, and
I was wanting a quick and easy solution. The alternative, of course, is
specify ...\dm\stlport in the include list, but it'd be much easier with
a -e (a la MAKE).

"Walter" <walter digitalmars.com> wrote in message
news:bcjelt$r62$1 digitaldaemon.com...
 "Matthew Wilson" <matthew stlsoft.org> wrote in message
 news:bcj5sm$k5n$1 digitaldaemon.com...
 Is there a way, without editing SC.INI, to have the compiler look first


 the environment variables (specifically INCLUDE), and then look at


 No. The reason it is the way it is is because one can have DMC reside on a
 system peacefully with some other compiler that demanded exclusive use of
 the environment.

 The way to do what you ask is to edit sc.ini.

Jun 16 2003
Frank Albe <falbe mindspring.com> writes:
Here come the baby geese to nibble on you... =:)

Would it be possible to have the compiler look for an SC.INI in the
current directory, using it in preference to the one in the .\dm\bin
directory?

Or yet another command-line switch naming a file to override SC.INI?


On Sun, 15 Jun 2003 20:47:47 -0700, "Walter" <walter digitalmars.com>
wrote:

"Matthew Wilson" <matthew stlsoft.org> wrote in message
news:bcj5sm$k5n$1 digitaldaemon.com...
 Is there a way, without editing SC.INI, to have the compiler look first at
 the environment variables (specifically INCLUDE), and then look at SC.INI?

No. The reason it is the way it is is because one can have DMC reside on a system peacefully with some other compiler that demanded exclusive use of the environment. The way to do what you ask is to edit sc.ini.

../frank
Jun 21 2003
↑ ↓ → "Matthew Wilson" <matthew stlsoft.org> writes:
Very good idea. I second that.

"Frank Albe" <falbe mindspring.com> wrote in message
news:bnq8fvkqkjhecagctjbtm1htqkokdqq11i 4ax.com...
 Here come the baby geese to nibble on you... =:)

 Would it be possible to have the compiler look for an SC.INI in the
 current directory, using it in preference to the one in the .\dm\bin
 directory?

 Or yet another command-line switch naming a file to override SC.INI?


 On Sun, 15 Jun 2003 20:47:47 -0700, "Walter" <walter digitalmars.com>
 wrote:

"Matthew Wilson" <matthew stlsoft.org> wrote in message
news:bcj5sm$k5n$1 digitaldaemon.com...
 Is there a way, without editing SC.INI, to have the compiler look first



 the environment variables (specifically INCLUDE), and then look at



No. The reason it is the way it is is because one can have DMC reside on


system peacefully with some other compiler that demanded exclusive use of
the environment.

The way to do what you ask is to edit sc.ini.

../frank

Jun 21 2003