removed -A so can be used more easily by client.mak to pull nglayout source
git-svn-id: svn://10.0.0.236/trunk@3228 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d8e8d2503d
commit
d0089912d1
@ -53,17 +53,13 @@ CVSCO = cvs -q co -P
|
||||
|
||||
# Branch tags we use
|
||||
IMGLIB_BRANCH = MODULAR_IMGLIB_BRANCH
|
||||
NETLIB_BRANCH = MODULAR_NETLIB_BRANCH
|
||||
RAPTOR_BRANCH = RAPTOR_BRANCH
|
||||
# XPCOM is now on the tip, rah, rah.
|
||||
|
||||
# CVS commands to pull the appropriate branch versions
|
||||
CVSCO_XPCOM = $(CVSCO)
|
||||
CVSCO_IMGLIB = $(CVSCO) -r $(IMGLIB_BRANCH)
|
||||
CVSCO_NETLIB = $(CVSCO) -r $(NETLIB_BRANCH)
|
||||
CVSCO_RAPTOR = $(CVSCO)
|
||||
CVSCO_LIZARD = $(CVSCO)
|
||||
CVSCO_NETWORK = $(CVSCO) -A
|
||||
CVSCO_NETWORK = $(CVSCO)
|
||||
|
||||
# The list of directories that need to be built to build the
|
||||
# standalone nglayout test program. The order is important. The
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user