First checkin of Webclient/IE

git-svn-id: svn://10.0.0.236/trunk@75941 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2000-08-10 01:33:35 +00:00
parent 3395507383
commit 1cf629674f
14 changed files with 1401 additions and 4 deletions

View File

@@ -37,13 +37,25 @@ DEPTH = ..\..
DIRS = classes_spec \
src_share \
src_moz \
$(NULL)
!if defined(BAL_INTERFACE)
DIRS = classes_spec \
src_share \
# This macro makes it so if the environment var WC_IE is
# defined, then webclient will be built to use
# IE. Otherwise webclient will be built to use
# mozilla.
!if defined(WC_IE)
DIRS = $(DIRS) \
src_ie \
$(NULL)
!else
DIRS = $(DIRS) \
src_moz \
$(NULL)
!endif
!if defined(BAL_INTERFACE)
DIRS = $(DIRS) \
bal_test \
$(NULL)
!endif