Specifying paths in Projucer

Hi, should we be able to enter paths in Projucer and have it translate into the appropriate format for each target, or do we have to use the specific format for the target compiler, e.g.

should I be able to use ~/Development/directory on Windows and have it perform the correct substitutions or do I have to put c:\Users\me\Development\directory

Paths to what? For module paths and any exporter search paths etc. you need to enter the correct paths for the target OS.

Sorry, meant for include paths. anyway, thx.