# File lib/rubygems/test_case.rb, line 769
  def nmake_found?
    system('nmake /? 1>NUL 2>&1')
  end