VZ

Results 546 comments of VZ

I see, thanks, I didn't realize that this was (one of?) the difference(s?) between normal and multiline mode. Are there any other ones? Because right now I'm not sure if...

Thanks again, and I definitely don't expect real-time replies to my questions here, I'm just trying to report the problems (or what I think are problems) I discover while trying...

I could add a few words, but I'm not sure about the relationship between the files in `docs/` and `README.md`: I thought the latter was somehow generated from the former,...

> Could you share said snippet so that I have a better idea of the use? Here it is: ``` if ( $platform == win ) { sources { foo.rc...

Sorry for a huge delay here, I switched to another project and am only coming back to this one. Before discussing anything else, I'd like to return to the original...

Sorry for returning to this more than a year later, but I could never figure out how to "finish the TODO bit", i.e. provide a reasonable definition of `WXRC` setting...

Arguably this is mostly useful for the small projects, the large ones almost invariably are too complicated to use just `*.cpp` (e.g. some files need to be included only conditionally...

We could use `?=` for `CC` and `CXX` to always inherit them from the environment if they're defined, I think this is often the right thing to do by default...

Using `+=` is simpler and usually works just fine, but, unfortunately, it doesn't work for all cases and sometimes you should really be allowed to override the default flag values...

It's not really possible to not build something by default in a MSVS solution, to the best of my knowledge, so I don't think you can do it. You can,...