Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
156 B

  1. if "%1" NEQ "x86" goto badplatform
  2. echo Not building lexicon data files any more
  3. goto end
  4. :badplatform
  5. echo Lexicon data files not built for %1 yet
  6. :end