Excluding the acct/ and acctidl/ directories for the VC++ 5.0 version. Leaf said it was ok to check in.

This commit is contained in:
varada%netscape.com 1999-07-24 01:15:01 +00:00
Родитель 47afcf5681
Коммит 08c10dda14
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -28,8 +28,10 @@ DIRS= \
pref-migrator \
defaults \
idlservices \
!if "$(_MSC_VER)" != "" && "$(_MSC_VER)" != "1100"
acct \
acctidl \
!endif
$(NULL)
include <$(DEPTH)\config\rules.mak>