Only build the outlook express module with VC 6.0

This commit is contained in:
tonyr%fbdesigns.com 1999-09-10 23:45:11 +00:00
Родитель 87b5a65d10
Коммит c69d1ef6b0
1 изменённых файлов: 8 добавлений и 1 удалений

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

@ -17,6 +17,13 @@
DEPTH=..\..
DIRS=public src resources oexpress
LocalDirs=public src resources
!if "$(_MSC_VER)" == "1200"
DIRS=$(LocalDirs) oexpress
!else
DIRS=$(LocalDirs)
!endif
include <$(DEPTH)\config\rules.mak>