mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Only build the outlook express module with VC 6.0
This commit is contained in:
parent
3859c99e44
commit
b1bf6f2385
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user