-
I ran into an issue using NVC when setting Per the manual:
But also...
So I have a fix, but this seems a bit unnecessary to me. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
One additional question. We aren't invoking NVC via a shell so we don't have to worry about the separator EDIT: Answered my own question. |
Beta Was this translation helpful? Give feedback.
-
It actually used to work like this a long time ago but I changed it because it seems more important for files to be written in a predictable location (e.g. if you already had a library called
Yeah it's not documented but Windows accepts both |
Beta Was this translation helpful? Give feedback.
It actually used to work like this a long time ago but I changed it because it seems more important for files to be written in a predictable location (e.g. if you already had a library called
top
in the search path but forgot about it NVC will silently write its output into an unexpected location) . For scripts and test harnesses the most robust method is to specify the location of all libraries explicitly with--work name:path
and--map name:path
.