Changes between Initial Version and Version 2 of Ticket #1368
- Timestamp:
- 05/05/17 13:16:17 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1368
- Property Component unknown → core tools
-
Ticket #1368 – Description
initial v2 1 Options for `csc` and `chicken` that add drectories to the current include path should prepend the added dirs instead of appending them, so the explicitly given include directories take precedence before previously existing ones.1 Options for `csc`, `chicken` and `csi` that add drectories to the current include path should prepend the added dirs instead of appending them, so the explicitly given include directories take precedence before previously existing ones. 2 2 3 3 This is consistent to how C compilers handle include paths.
