PageRenderTime 49ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/IronPython_Main/Languages/Ruby/Scripts/ngen_uninstall.bat

#
Batch | 6 lines | 6 code | 0 blank | 0 comment | 1 complexity | 045b9994efa5792d72800465c3c0507f MD5 | raw file
Possible License(s): GPL-2.0, MPL-2.0-no-copyleft-exception, CPL-1.0, CC-BY-SA-3.0, BSD-3-Clause, ISC, AGPL-3.0, LGPL-2.1, Apache-2.0
  1. pushd %~dp0..\..\..\Bin\Release
  2. ngen uninstall ir.exe
  3. if exist Microsoft.Scripting.Core.dll ngen uninstall Microsoft.Scripting.Core.dll
  4. ngen uninstall IronRuby.Libraries.dll
  5. ngen uninstall IronRuby.Libraries.Yaml.dll
  6. popd