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
parent 3859c99e44
commit b1bf6f2385

View File

@ -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>