Instructs the compiler to interpret # includefile paths specified for a foreign operating system. This command is global.
-[no]convertpaths
The CodeWarrior compiler can interpret file paths from several different operating systems. Each operating system uses unique characters as path separators. These separators include:
When convertpaths is enabled, the compiler can correctly interpret and use paths like <sys/stat.h> or <:sys:stat.h>. However, when enabled, ( /) and ( :) separate directories and cannot be used in filenames.
When noconvertpaths is enabled, the compiler can only interpret paths that use the Windows form, like <\sys\stat.h>.