module RbSys::Mkmf

def strip_cmd(cmd)

def strip_cmd(cmd)
  cmd.gsub("-nologo", "").strip
end