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