Hello,
I referenced an include directory with in a SOURCES file like this:
INCLUDES= \
$(_PROJECTOAKROOT)\INC; \
C:\MyWince500_Drive\Path\Include
Now I moved the referenced directory to another drive and changed the
statement:
INCLUDES= \
$(_PROJECTOAKROOT)\INC; \
D:\Foo\Include
I checked that the path is correct. The files can be found there. But when I
start build in the directory with the SOURCES file, build.exe reports an
error:
Directory: \Foo\Include does not exist.
The drive letter is ignored/removed. Is there a known issue, that all
include directories specified in SOURCE must be at the same drive? Strange.
/Helge
--
Time is an ocean but it ends at the shore