Subversion Repositories DevTools

Rev

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

Rev 7299 Rev 7300
Line 13... Line 13...
13
 
13
 
14
.SUFFIXES:	.asm
14
.SUFFIXES:	.asm
15
 
15
 
16
.PHONY:		watcom
16
.PHONY:		watcom
17
watcom:
17
watcom:
18
	@$(echo) [Toolset WCDOS - Watcom C/C++ 16 bit]; \
18
	@$(echo) '[Toolset WCDOS - Watcom C/C++ 16 bit]'; \
19
	if [ -z "$$WATCOM" ]; then echo WATCOM env var not set; exit 2; fi
19
	if [ -z "$$WATCOM" ]; then echo "WATCOM env var not set"; exit 2; fi
20
 
20
 
21
 
21
 
22
watcom		:= $(subst \,/,$(strip $(WATCOM)))
22
watcom		:= $(subst \,/,$(strip $(WATCOM)))
23
ifeq "$(findstring $(PATH),$(WATCOM))" ""
23
ifeq "$(findstring $(PATH),$(WATCOM))" ""
24
PATH		:= $(PATH);$(watcom)/bin;$(watcom)/binb
24
PATH		:= $(PATH);$(watcom)/bin;$(watcom)/binb