windows-nt/Source/XPSP1/NT/windows/winstate/cobra/modules/dirs
2020-09-26 16:20:57 +08:00

33 lines
446 B
Plaintext

DIRS=\
script \
unctrans \
guitrans \
sysmod \
OLD_DIRS=\
cookies \
printers \
rasmig \
OsFiles \
v1 \
netdrives\
netshares\
tmrel \
tmlrel \
tmrmvmed \
lnkmig \
tmhomenet \
OPTIONAL_DIR_LIST= \
;
; Trick to allow faster builds
;
ORIGINAL_DIRS=$(DIRS)
$(OPTIONAL)DIRS=$(OPTIONAL_DIR_LIST)
OPTIONAL_DIRS=$(1DIRS)
DIRS=$(ORIGINAL_DIRS) $(DIRS)