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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user