Sergey A. Borshch schrieb:
Sergey A. Borshch wrote:
Chris Liechti wrote:
It would be great when some of you could take the time and test this
installer and give feedback. In a test project I noticed code changes,
and it got smaller, but i did not yet fully checked that everything
still runs as expected.
1)............
in addition:
make confuses with windows-style filenames (e.g. C:/projects/...) in
dependency files. Issues error:
release/dep/main.o.d:1: *** multiple target patterns. Stop.
yes i forgot to mention that. cygwin dropped that patch for make almost
2 years ago. the last installer used an older make. now i have included
the current make.
make uses ":" as delimiter for "<target> : <dependencies>". so posix
paths and realtive paths are no problem.
c: can be repalced with /cygdrive/c/
i could include the cygpath binary that can do these path transformations.
chris