forked from dotnet/coreclr
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Public release. coreclr \ ILAsm 4.700.1
* FIXED: ILDAsm. Fixed dasm.rc to correctly display list of available commands in console. * FIXED: ILAsm /CVRES key & trailing spaces from double quotes. Issue #5. * CHANGED: Updated coreclr 3.0.0 * CHANGED: ILDAsm. Added /NOBAR key (disassembly progress) to eliminate the difference between other versions. Helpful for projects like .NET DllExport that can use various versions. * CHANGED: Added the following tools to nupkg packages for related build processes. https://nuget.org/packages/ILAsm * tools\gnt.bat - https://github.com/3F/GetNuTool * tools\hMSBuild.bat - https://github.com/3F/hMSBuild * CHANGED: Updated original fixes for ILAsm & ILDAsm that points to coreclr 3 release. * NOTE: Don't forget to provide compatible converter of resources to obj COFF-format when using ILAsm. Use /CVRES (/CVR) key. Related issue: #2 * NOTE: MSBuild Properties for nupkg packages: ``` * $(ILAsm_RootPkg) - path to root folder of this package after install. * $(ILAsm_PathToBin) - path to `\bin` folder., eg.: $(ILAsm_PathToBin)Win.x64\ilasm.exe ``` * NOTE: PDB files (240 MB+) are available through GitHub Releases: https://github.com/3F/coreclr/releases
- Loading branch information
Showing
3 changed files
with
39 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters