beardsvibe / buildfox

Minimalistic Ninja generator
MIT License
50 stars 8 forks source link

VS ide generator creates broken filters #103

Closed jimon closed 9 years ago

jimon commented 9 years ago

If filter is pointing to location outside of solution location (1 or more folders up), then current generator puts ..\..\something path, which is invalid. Instead we should put absolute path in this case like C:\something\something.

jimon commented 9 years ago

Only happens with double up ..\..\something, doesn't happen with just one up ..\something