Make building the spec compliant classes the default.

This commit is contained in:
edburns%acm.org 2000-06-09 00:03:51 +00:00
parent 02268f59cb
commit 184f242f13

View File

@ -35,14 +35,14 @@ IGNORE_MANIFEST=1
#//------------------------------------------------------------------------
DEPTH = ..\..
!if defined(WEBCLIENT_SPEC)
DIRS = classes_spec \
src_moz \
$(NULL)
!else
!if defined(WEBCLIENT_PRE_SPEC)
DIRS = classes \
src \
$(NULL)
!else
DIRS = classes_spec \
src_moz \
$(NULL)
!endif
!if defined(BAL_INTERFACE)