Archives
D Programming
DD.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
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
"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? Jun 15 2003
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 Jun 16 2003
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? Jun 21 2003
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 Jun 21 2003
|