Difference between revisions of "ConfigurationVariables"
Line 2: | Line 2: | ||
[[Category:Compiler]] | [[Category:Compiler]] | ||
[[Category:Configuration]] | [[Category:Configuration]] | ||
+ | |||
+ | == Implemented == | ||
+ | == Paths == | ||
+ | Paths in cluster, library, precompile, assembly and shared_library locations can use the following variables. | ||
+ | * $ISE_LIBRARY parent directory of the library folder (e.g. $ISE_LIBRARY\library\base\base.ecf) | ||
+ | * $ISE_PRECOMP precompile folder (e.g. $ISE_PRECOMP\base.ecf) | ||
+ | |||
+ | == Not yet implemented == | ||
To make some things easier we will add some predefined variables for pre/post compile actions and externals. | To make some things easier we will add some predefined variables for pre/post compile actions and externals. | ||
Some suggestions are: | Some suggestions are: |
Revision as of 10:28, 29 August 2006
Implemented
Paths
Paths in cluster, library, precompile, assembly and shared_library locations can use the following variables.
- $ISE_LIBRARY parent directory of the library folder (e.g. $ISE_LIBRARY\library\base\base.ecf)
- $ISE_PRECOMP precompile folder (e.g. $ISE_PRECOMP\base.ecf)
Not yet implemented
To make some things easier we will add some predefined variables for pre/post compile actions and externals. Some suggestions are:
- System name
- Target name
- Executable name
- Platform
- Build
- W_code directory
- F_code directory
- Target directory
- EIFGENs directory
- temp directory
- build directory (W_code or F_code directory)