This repository was archived by the owner on Sep 22, 2018. It is now read-only.

Description
Basically right now what happens is that you either build all the packages or you build one package with all the dependencies.
I'd actually would like to have something like "build.ps1 build gtk" which would basically be the same as "build.ps1 -OnlyOne gtk" but also have another command "build.ps1 buildone gtk" which would take care of only building gtk without the dependencies.
I did not see anything like that already implemented but let me know if I am wrong or if this feature is a WONTFIX.