Subversion Repositories DevTools

Rev

Rev 5710 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5710 Rev 6177
Line 36... Line 36...
36
 
36
 
37
# Verify environment variable requirements
37
# Verify environment variable requirements
38
.PHONY:		borlandc
38
.PHONY:		borlandc
39
borlandc:
39
borlandc:
40
  ifndef GBE_NOTOOLSTEST
40
  ifndef GBE_NOTOOLSTEST
41
	    @$(echo) [Toolset Borland C++ Builder WIN32]; \
41
	    @$(echo) '[Toolset Borland C++ Builder WIN32]'; \
42
	    if [ ! -d "$(BCB)" ]; then echo "Directory BCB does not exist: $(BCB)"; exit 2; fi;
42
	    if [ ! -d "$(BCB)" ]; then echo "Directory BCB does not exist: $(BCB)"; exit 2; fi;
43
  endif
43
  endif
44
 
44
 
45
#
45
#
46
#   Setup PATH
46
#   Setup PATH