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.

32 lines
446 B

  1. DIRS=\
  2. script \
  3. unctrans \
  4. guitrans \
  5. sysmod \
  6. OLD_DIRS=\
  7. cookies \
  8. printers \
  9. rasmig \
  10. OsFiles \
  11. v1 \
  12. netdrives\
  13. netshares\
  14. tmrel \
  15. tmlrel \
  16. tmrmvmed \
  17. lnkmig \
  18. tmhomenet \
  19. OPTIONAL_DIR_LIST= \
  20. ;
  21. ; Trick to allow faster builds
  22. ;
  23. ORIGINAL_DIRS=$(DIRS)
  24. $(OPTIONAL)DIRS=$(OPTIONAL_DIR_LIST)
  25. OPTIONAL_DIRS=$(1DIRS)
  26. DIRS=$(ORIGINAL_DIRS) $(DIRS)