summaryrefslogtreecommitdiff
path: root/src/zap/crossgen/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2018-11-19Add headers to crossgen, cee_crossgen, corzap_crossgen vcxproj files (#20082)Jacek Blaszczynski1-0/+27
2017-07-04Fix missing refernces in FEATURE_MERGE_JIT_AND_ENGINTJonghyun Park1-0/+3
2016-01-21FIx the incremental build for WindowsJan Vorlicek1-1/+1
Conflicts: build.cmd src/dlls/clretwrc/CMakeLists.txt Cleanup
2016-01-18Add ready to run support to unix crossgenJan Vorlicek1-2/+2
This change enables ready to run support in the unix crossgen that was accidentally not enabled when adding ready to run support for Unix in the past. Only the FEATURE_READYTORUN was set, but not the FEATURE_READYTORUN_COMPILER.
2015-12-15Build arm64 using private toolsetRahul Kumar1-2/+2
Successfully builds all binaries except sos.dll & x64 binaries
2015-04-30Enable ReadyToRun for Windows CoreCLRJan Vorlicek1-0/+7
This change enables the FEATURE_READYTORUN for CoreCLR on Windows.
2015-04-20Enable build crossgen.exe from build.cmd.John Chen1-0/+21
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]