beardsvibe / buildfox

Minimalistic Ninja generator
MIT License
50 stars 8 forks source link

Missing additional linker flags (at least runtime library) on MSC` #167

Closed jimon closed 8 years ago

jimon commented 8 years ago

Meh, if you check https://github.com/beardsvibe/buildfox/blob/0bd143374a65c0a7b554ae95b817929d8d0e6e96/buildfox.py#L55 you will see when we call linker we pass ldflags after /link which makes it impossible to pass something like /MD or /MT because it needs to be before it.

jimon commented 8 years ago

Looks like it's not really needed for /MD or /MT, my bad.