Subversion Repositories DevTools

Rev

Rev 227 | Rev 263 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 227 Rev 241
Line 20... Line 20...
20
thyron		:= $(subst \,/,$(strip $(THYRONTOOLS)))
20
thyron		:= $(subst \,/,$(strip $(THYRONTOOLS)))
21
MPTLIB		:= $(thyron)/thyron/paycell2
21
MPTLIB		:= $(thyron)/thyron/paycell2
22
gnubin		:= $(thyron)/cygnus/bin/arm
22
gnubin		:= $(thyron)/cygnus/bin/arm
23
 
23
 
24
ifeq "$(findstring $(PATH),$(THYRONTOOLS))" ""
24
ifeq "$(findstring $(PATH),$(THYRONTOOLS))" ""
25
PATH		:= $(PATH);$(gnubin);$(thyron)/thyron/tools
25
PATH		:= $(thyron)/thyron/tools;$(gnubin);$(PATH)
26
endif
26
endif
27
 
27
 
28
GNUBIN		:= $(subst /,\,$(strip $(gnubin)))
28
GNUBIN		:= $(subst /,\,$(strip $(gnubin)))
29
TMPDIR		:= C:\TEMP
29
TMPDIR		:= C:\TEMP
30
 
30