| Line 33... |
Line 33... |
| 33 |
|
33 |
|
| 34 |
# Verify environment variable requirements
|
34 |
# Verify environment variable requirements
|
| 35 |
.PHONY: visualc
|
35 |
.PHONY: visualc
|
| 36 |
visualc:
|
36 |
visualc:
|
| 37 |
ifndef GBE_NOTOOLSTEST
|
37 |
ifndef GBE_NOTOOLSTEST
|
| 38 |
@$(echo) [Toolset PHARLAP - Phar Lap ETS 10.1]; \
|
38 |
@$(echo) '[Toolset PHARLAP - Phar Lap ETS 10.1]'; \
|
| 39 |
if [ ! -d "$(VSCommonDir)" ]; then echo "Directory VSCommonDir does not exist: $(VSCommonDir)"; exit 2; fi; \
|
39 |
if [ ! -d "$(VSCommonDir)" ]; then echo "Directory VSCommonDir does not exist: $(VSCommonDir)"; exit 2; fi; \
|
| 40 |
if [ ! -d "$(MSDevDir)" ]; then echo "Directory MSDevDir does not exist: $(MSDevDir)"; exit 2; fi; \
|
40 |
if [ ! -d "$(MSDevDir)" ]; then echo "Directory MSDevDir does not exist: $(MSDevDir)"; exit 2; fi; \
|
| 41 |
if [ ! -d "$(MSVCDir)" ]; then echo "Directory MSVCDir does not exist: $(MSVCDir)"; exit 2; fi; \
|
41 |
if [ ! -d "$(MSVCDir)" ]; then echo "Directory MSVCDir does not exist: $(MSVCDir)"; exit 2; fi; \
|
| 42 |
if [ ! -d "$(PHARLAP_HOME)" ];then echo "Directory PHARLAP_HOME does not exist: $(PHARLAP_HOME)"; exit 2; fi;
|
42 |
if [ ! -d "$(PHARLAP_HOME)" ];then echo "Directory PHARLAP_HOME does not exist: $(PHARLAP_HOME)"; exit 2; fi;
|
| 43 |
endif
|
43 |
endif
|