For win32 builds. If you define

WEBCLIENT_SPEC=1

in your environment before building webclient, the spec-compliant
version of webclient will be built.


git-svn-id: svn://10.0.0.236/trunk@62401 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2000-03-08 19:17:16 +00:00
parent ef2a5ade00
commit 5393e638a0

View File

@@ -35,8 +35,15 @@ IGNORE_MANIFEST=1
#//------------------------------------------------------------------------
DEPTH = ..\..
!if defined(WEBCLIENT_SPEC)
DIRS = classes_spec \
src_moz
!else
DIRS = classes \
src
!endif
include <$(DEPTH)\config\rules.mak>