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
Logged In: YES
user_id=656908
But where is BASEDIR defined ?
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.