summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jkoritzinsky@gmail.com>2018-11-06 13:33:29 -0800
committerGitHub <noreply@github.com>2018-11-06 13:33:29 -0800
commit8826f6f8c07c325046b78f28c57b24b201e487d2 (patch)
tree7661b29bb7b646bcf9a844b8820fbba88726648c
parentef93a727984dbc5b8925a0c2d723be6580d20460 (diff)
downloadcoreclr-8826f6f8c07c325046b78f28c57b24b201e487d2.tar.gz
coreclr-8826f6f8c07c325046b78f28c57b24b201e487d2.tar.bz2
coreclr-8826f6f8c07c325046b78f28c57b24b201e487d2.zip
Remove /RESOURCE flag documentation on ilasm. (#20818)
* Remove /RESOURCE flag on ilasm. * Revert "Remove /RESOURCE flag on ilasm." This reverts commit 7d1a9ac959a94359d2f1ef5f70ec7041804ec6f4. * 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.
-rw-r--r--src/ilasm/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ilasm/main.cpp b/src/ilasm/main.cpp
index de2d253020..447d02107e 100644
--- a/src/ilasm/main.cpp
+++ b/src/ilasm/main.cpp
@@ -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)");