From c5cb1ec61a90cb64a110bbb86ef88c34f97a9f10 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 27 Sep 2018 14:34:45 +0200 Subject: [PATCH] updated note. --- build_fix_dotnet.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build_fix_dotnet.bat b/build_fix_dotnet.bat index f53660a..e8c5ea0 100644 --- a/build_fix_dotnet.bat +++ b/build_fix_dotnet.bat @@ -3,12 +3,12 @@ setlocal rem Output a set of command to remove EiffelSoftware regasm-registered dll. rem removing the related reg key helps fixing dotnet Eiffel compilation. rem -rem Usage: build_fix_dotnet.bat > fix_dotnet.bat.bat -rem - edit, check and modify if needed, the "fix_dotnet.bat.bat" script -rem - then execute "fix_dotnet.bat.bat" following the requirements. +rem Usage: build_fix_dotnet.bat +rem - edit, check and modify if needed, the "fix_dotnet.bat" script +rem - then execute "fix_dotnet.bat" following the requirements. rem Requirements: rem - have ISE_EIFFEL and ISE_PLATFORM set, in order to perform new registration using regasm. -rem - run "fix_dotnet.bat.bat" in administration mode. +rem - run "fix_dotnet.bat" in administration mode. set TMP_SCRIPT_FILENAME=fix_dotnet.bat