Add configureonly and skipconfigure to builds.
authorPat Gavlin <pagavlin@microsoft.com>
Tue, 12 Jan 2016 19:25:27 +0000 (11:25 -0800)
committerPat Gavlin <pagavlin@microsoft.com>
Wed, 13 Jan 2016 23:29:44 +0000 (15:29 -0800)
commit0d0ada00caa03cd2a7d00bb647c5c6bb1a95156a
tree50ec610d815ce61e489b95dbb2662d78b706ab65
parent761fa468d2fb09d00044fa1848b884b657191876
Add configureonly and skipconfigure to builds.

These options allow the developer to either:
1. Run build configuration without actually running the build, or
2. Skip build configuration when running the build.

CMake already adds the various CMakeLists.txt files as build
dependencies s.t. it will be automatically re-run when necessary.
build.cmd
build.sh