Skip to content

Commit

Permalink
Remove /RESOURCE flag documentation on ilasm. (dotnet#20818)
Browse files Browse the repository at this point in the history
* Remove /RESOURCE flag on ilasm.

* Revert "Remove /RESOURCE flag on ilasm."

This reverts commit 7d1a9ac.

* Update documentation in ilasm switches.

* Update documentation to say that the obj file has to come from a .res file.

* Remove documentation of the /RESOURCE switch. Leave the switch code-path in place for corefx.
  • Loading branch information
jkoritzinsky authored Nov 6, 2018
1 parent ef93a72 commit 8826f6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ilasm/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ extern "C" int _cdecl wmain(int argc, __in WCHAR **argv)
printf("\n/CLOCK Measure and report compilation times");
// printf("\n/ERROR Try to create .exe or .dll file despite errors reported");
// printf("\n Warning! Results are unpredictable, use this option at your own risk!");
printf("\n/RESOURCE=<res_file> Link the specified resource file (*.res) \n\t\t\tinto resulting .exe or .dll");
printf("\n/OUTPUT=<targetfile> Compile to file with specified name \n\t\t\t(user must provide extension, if any)");
printf("\n/KEY=<keyfile> Compile with strong signature \n\t\t\t(<keyfile> contains private key)");
printf("\n/KEY=@<keysource> Compile with strong signature \n\t\t\t(<keysource> is the private key source name)");
Expand Down

0 comments on commit 8826f6f

Please sign in to comment.