summaryrefslogtreecommitdiff
path: root/crossgen.cmake
AgeCommit message (Collapse)AuthorFilesLines
2015-04-30Merge pull request #887 from janvorli/windows-readytorunJan Vorlicek1-0/+1
Enable ReadyToRun for Windows CoreCLR
2015-04-30Enable ReadyToRun for Windows CoreCLRJan Vorlicek1-0/+1
This change enables the FEATURE_READYTORUN for CoreCLR on Windows.
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)1-0/+2
- Crossgen is now built as part of coreclr - Crossgen successfully compiles mscorlib.dll - Resulting mscorlib.ni.dll not yet usable
2015-04-20Enable build crossgen.exe from build.cmd.John Chen1-0/+20
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]