Leaked source code of windows server 2003
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.

24 lines
715 B

  1. ($1 ~ /rcNameID/ || $1 ~ /OptionID/) && $2 ~ /^[0-9]*$/ {
  2. if ($2 == "270") $2 = "400";
  3. else if ($2 == "271") $2 = "401";
  4. else if ($2 == "272") $2 = "402";
  5. else if ($2 == "266") $2 = "406";
  6. else if ($2 == "267") $2 = "407";
  7. else if ($2 == "268") $2 = "408";
  8. else if ($2 == "322") $2 = "409";
  9. else if ($2 == "324") $2 = "411";
  10. else if ($2 == "325") $2 = "412";
  11. else if ($2 == "326") $2 = "413";
  12. else if ($2 == "327") $2 = "414";
  13. else if ($2 == "262") $2 = "415";
  14. else if ($2 == "263") $2 = "416";
  15. else {
  16. print "*Unknown: ID";
  17. next;
  18. }
  19. print " " $0;
  20. next;
  21. }
  22. /{NumOfCopies/ { gsub(/{NumOfCopies/,"[1,99]{NumOfCopies") }
  23. { print }
  24. END { print "*DLSymbolSet: ROMAN_8" }