Enable build crossgen.exe from build.cmd.
authorJohn Chen <jochen@microsoft.com>
Mon, 20 Apr 2015 15:36:31 +0000 (08:36 -0700)
committerJohn Chen <jochen@microsoft.com>
Mon, 20 Apr 2015 15:36:31 +0000 (08:36 -0700)
commit10ad17e525b7c5f6432e3c1b0a453d291e5d78b6
tree46315b7efcfd5b6da8382cc0bb5b659c6d3d5d5c
parent6288f3d99995661184d90d542511ff37905ef299
Enable build crossgen.exe from build.cmd.

Adds and modifies CMakeLists.txt files to enable building of crossgen.exe from build.cmd for x64 processor on Windows. Also adds a step in build.cmd to generate native image for mscorlib.

[tfs-changeset: 1456454]
46 files changed:
build.cmd
crossgen.cmake [new file with mode: 0644]
src/binder/CMakeLists.txt
src/binder/v3binder/CMakeLists.txt [new file with mode: 0644]
src/binder/v3binder_crossgen/CMakeLists.txt [new file with mode: 0644]
src/gcinfo/CMakeLists.txt
src/gcinfo/crossgen/CMakeLists.txt [new file with mode: 0644]
src/gcinfo/lib/.gitmirror [new file with mode: 0644]
src/gcinfo/lib/CMakeLists.txt [new file with mode: 0644]
src/gcinfo/lib/GCInfo.nativeproj [new file with mode: 0644]
src/jit/CMakeLists.txt
src/jit/crossgen/.gitmirror [new file with mode: 0644]
src/jit/crossgen/CMakeLists.txt [new file with mode: 0644]
src/jit/crossgen/jit_crossgen.nativeproj [new file with mode: 0644]
src/jit/dll/.gitmirror [new file with mode: 0644]
src/jit/dll/CMakeLists.txt [new file with mode: 0644]
src/jit/dll/altjit.def [new file with mode: 0644]
src/jit/dll/clrjit.def [new file with mode: 0644]
src/jit/dll/jit.nativeproj [new file with mode: 0644]
src/md/compiler/CMakeLists.txt
src/md/compiler/crossgen/CMakeLists.txt [new file with mode: 0644]
src/md/enc/CMakeLists.txt
src/md/enc/crossgen/CMakeLists.txt [new file with mode: 0644]
src/md/hotdata/CMakeLists.txt
src/md/hotdata/crossgen/CMakeLists.txt [new file with mode: 0644]
src/md/runtime/CMakeLists.txt
src/md/runtime/crossgen/CMakeLists.txt [new file with mode: 0644]
src/md/winmd/CMakeLists.txt
src/md/winmd/crossgen/CMakeLists.txt [new file with mode: 0644]
src/strongname/api/CMakeLists.txt
src/strongname/api/crossgen/CMakeLists.txt [new file with mode: 0644]
src/tools/CMakeLists.txt
src/tools/crossgen/CMakeLists.txt [new file with mode: 0644]
src/tools/crossgen/crossgen.cpp
src/tools/util/.gitmirror [new file with mode: 0644]
src/tools/util/consoleargs.cpp [new file with mode: 0644]
src/tools/util/consoleargs.h [new file with mode: 0644]
src/tools/util/file_can.h [new file with mode: 0644]
src/tools/util/list.h [new file with mode: 0644]
src/tools/util/tree.h [new file with mode: 0644]
src/utilcode/CMakeLists.txt
src/utilcode/crossgen/CMakeLists.txt [new file with mode: 0644]
src/vm/compile.cpp
src/vm/crossgen/CMakeLists.txt [new file with mode: 0644]
src/vm/crossgen_mscorlib/CMakeLists.txt [new file with mode: 0644]
src/zap/crossgen/CMakeLists.txt [new file with mode: 0644]