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.

10 lines
224 B

  1. /^$/d
  2. s;^[ ][ ]*;;
  3. s;[ ][ ]*$;;
  4. /DELETE_ONLY/d
  5. /^certsrv\.inf$/d
  6. /CHECKED_BUILD_ONLY/{
  7. s;^\([^ ]*\)[ ][ ]*CHECKED_BUILD_ONLY.*;\1 CHECKED_BUILD_ONLY;
  8. }
  9. s;^\([\.\\]*\)\([^ ][^ ]*\);copy \1\2 flat\\\2;
  10. s;^; @;