Menu

#26 environment variables in DSP files not recognized

open
nobody
5
2005-01-11
2005-01-11
No

if you have source files in your dsp file specified
with environment variables, these source files are not
found because the environment variable isn't resolved.

example:
SOURCE="$(BASEDIR)\foo\bar.cpp"

where $(BASEDIR) resolves to
\software
or
c:\private_software
or
.\some_other_dir
or just
.

with kind regards
m.schoenherr

Discussion

  • Olivier Sannier

    Olivier Sannier - 2006-02-17

    Logged In: YES
    user_id=656908

    But where is BASEDIR defined ?

     
  • Anonymous

    Anonymous - 2006-02-17

    Logged In: YES
    user_id=1161635

    Hello obones,

    BASEDIR is defined as a normal environment variable such es
    PATH or any other which is listet if you type "set" in a
    command prompt.

     
MongoDB Logo MongoDB