View previous topic :: View next topic |
Author |
Message |
jjgermis
Joined: 21 Jun 2006 Posts: 404 Location: N�rnberg, Germany
|
Posted: Fri Jan 22, 2010 10:44 am Post subject: Module paths |
|
|
This is somehow related to similar threads in this forum. However, I would like to treat this seperately. Plato allows me to specify module paths in the following way:
1.) Project -> Properties -> Souce -> Specify module paths (single path)
2.) Project -> Properties -> Miscellaneous -> Extra compiler options (paths > 1)
The exact syntax in the case od more than one module path is not clear. Is the following allowed:
\MODPATH ..\NumRec\NumRec_lib\;..\XML\lib |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Fri Jan 22, 2010 1:01 pm Post subject: |
|
|
The semi-colon should be OK to generate a list but I would not expect the ..\ to work because this depends on the current working directory which is unlikely to be the one you want.
Give it a try to see what happens, otherwise you will need the full path. |
|
Back to top |
|
 |
|