Make it possible to build JIT32 in the OSS tree.
authorPat Gavlin <pagavlin@microsoft.com>
Thu, 14 Apr 2016 19:57:41 +0000 (12:57 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Thu, 14 Apr 2016 22:21:29 +0000 (15:21 -0700)
commita3bb6a066eae8a7daede52ed576e8cd8d1d50780
tree03ac73ed2dc362c487baaa2705ab864d833f0435
parente63de4a0d1dd9c5ad840495579c5437a0095bea1
Make it possible to build JIT32 in the OSS tree.

This change adds a new argument to build.cmd, buildjit32, that configures
the build to build and link JIT32 instead of RyuJIT if the sources are
available in `src/jit32`.
CMakeLists.txt
build.cmd
src/CMakeLists.txt
src/dlls/mscoree/coreclr/CMakeLists.txt
src/pal/tools/gen-buildsys-win.bat
src/tools/crossgen/CMakeLists.txt