beardsvibe / buildfox

Minimalistic Ninja generator
MIT License
50 stars 8 forks source link

Better default libs for Windows applications #153

Open jimon opened 8 years ago

jimon commented 8 years ago

Many build systems use default libraries list for when building Windows apps, for example: kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib. Probably we need something like this as well to make building stuff easier.