Subversion Repositories DevTools

Rev

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

Rev 267 Rev 291
Line 64... Line 64...
64
#		  VSCOMPILER in the range 1.. as defined in the .PL file
64
#		  VSCOMPILER in the range 1.. as defined in the .PL file
65
#
65
#
66
#		  Current usage
66
#		  Current usage
67
#			1 - vc6
67
#			1 - vc6
68
#			2 - vc7
68
#			2 - vc7
69
#			3 - vc8
69
#			3 - vc8,vc9
70
#
70
#
71
$(if $(VSCOMPILER),,$(error VCWIN32 toolset requires VSCOMPILER to be defined))
71
$(if $(VSCOMPILER),,$(error VCWIN32 toolset requires VSCOMPILER to be defined))
72
select_co = $(subst --,,$(word $(VSCOMPILER),$1 $2 $3))
72
select_co = $(subst --,,$(word $(VSCOMPILER),$1 $2 $3))
73
 
73
 
74
###############################################################################
74
###############################################################################