Updated Windows share_blds_cmpnts location. (tfox)

This commit is contained in:
ddrinan%netscape.com 2001-07-11 22:56:37 +00:00
parent 6346397479
commit 5b1587330a

View File

@ -53,10 +53,10 @@ ifndef RELEASE_TREE
ifdef USE_SHIPS
RELEASE_TREE = $(NTBUILD_SHIP)
else
RELEASE_TREE = //blds-sca15a/components
RELEASE_TREE = //redbuild/components
endif
else
RELEASE_TREE = //blds-sca15a/components
RELEASE_TREE = //redbuild/components
endif
endif
@ -65,10 +65,10 @@ ifndef RELEASE_TREE
ifdef USE_SHIPS
RELEASE_TREE = $(NTBUILD_SHIP)
else
RELEASE_TREE = //blds-sca15a/components
RELEASE_TREE = //redbuild/components
endif
else
RELEASE_TREE = //blds-sca15a/components
RELEASE_TREE = //redbuild/components
endif
endif
ifeq ($(OS_TARGET), WIN16)
@ -76,10 +76,10 @@ ifndef RELEASE_TREE
ifdef USE_SHIPS
RELEASE_TREE = $(NTBUILD_SHIP)
else
RELEASE_TREE = //blds-sca15a/components
RELEASE_TREE = //redbuild/components
endif
else
RELEASE_TREE = //blds-sca15a/components
RELEASE_TREE = //redbuild/components
endif
endif
endif