Changeset 35563 in project
- Timestamp:
- 05/31/18 10:32:52 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/man/5/Egg specification format
r35557 r35563 226 226 instead of the default build operations. This property is mandatory 227 227 for components of type {{generated-source-file}}. {{STRING}} 228 usually contains a shell command and thus may be platform sensitive. 228 usually contains a shell command (e.g., a script) and thus may be 229 platform sensitive. 229 230 230 231 The script will be made executable on UNIX systems, if necessary, 231 232 and will be invoked like the {{csc}} program and 232 233 is executed with the location of the CHICKEN 233 binaries in the {{PATH}}. Also, tjhe environment variables 234 {{CHICKEN_CC}} and {{CHICKEN_CXX}} are set to the 235 names of the C and C++ compiler that were used for building the 236 system. 234 binaries in the {{PATH}}. Also, the following environment variables 235 are set in the execution environment of the script: 236 237 * {{CHICKEN_CC}}: name of the C compiler used for building CHICKEN 238 * {{CHICKEN_CXX}}: name of the C++ compiler set during the build of CHICKEN 239 * {{CHICKEN_CSC}}: path to {{csc}} 240 * {{CHICKEN_CSI}}: path to {{csi}} 241 237 242 238 243 ==== csc-options
Note: See TracChangeset
for help on using the changeset viewer.