c++.command-line - SCons, anyone?
- Ori Berger <digitalmars orib.net> Nov 12 2003
- "Walter" <walter digitalmars.com> Nov 12 2003
I'm playing a bit with SCons <http://scons.sourceforge.net>, a great make / autoconf / libtool replacement; I'm trying to add Digital Mars C/C++ support to it. Is there any standard place to look for the dmc executable? E.g., does the IDE define a DIGITALMARS_ROOT environment variable or registry key? If not, then - Walter - would you care to bless any specific environment variable for the benefit of SCons and other make tools? Thanks in advance, Ori.
Nov 12 2003
Normally, I just rely on it being in the PATH environment variable. "Ori Berger" <digitalmars orib.net> wrote in message news:bou8ku$o42$1 digitaldaemon.com...I'm playing a bit with SCons <http://scons.sourceforge.net>, a great make / autoconf / libtool replacement; I'm trying to add Digital Mars C/C++ support to it. Is there any standard place to look for the dmc executable? E.g., does the IDE define a DIGITALMARS_ROOT environment variable or registry key? If not, then - Walter - would you care to bless any specific environment variable for the benefit of SCons and other make tools? Thanks in advance, Ori.
Nov 12 2003








"Walter" <walter digitalmars.com>