jimporter / bfg9000

bfg9000 - build file generator
https://jimporter.github.io/bfg9000
BSD 3-Clause "New" or "Revised" License
76 stars 21 forks source link

Support no-source linking of whole-archives under MSBuild #105

Closed jimporter closed 4 years ago

jimporter commented 6 years ago

Currently, our .vcxproj files for a no-source build using a whole-archive (i.e. the whole-archive is the only object being linked) are ignored by MSBuild. This may be a bug in MSBuild or it may be a bug in bfg9000. Note: this works just fine with MSVC using Make or Ninja though.