beardsvibe / buildfox

Minimalistic Ninja generator
MIT License
50 stars 8 forks source link

Invalid VS project in case of two or more executables #112

Closed jimon closed 8 years ago

jimon commented 9 years ago

Example :

build obj(app1/*): auto app1/*.cpp
build app(app1/app): auto obj(app1/*)
build obj(app2/*): auto app2/*.cpp
build app(app2/app): auto obj(app2/*)

This will generate invalid executable path, instead we just need to select one, and probably give user possibility to override one.