Subversion Repositories DevTools

Rev

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

Rev 227 Rev 6177
Line 67... Line 67...
67
ifdef DLVL
67
ifdef DLVL
68
wc_flags	+= -dDLVL=$(DLVL)
68
wc_flags	+= -dDLVL=$(DLVL)
69
endif
69
endif
70
 
70
 
71
define cc_pre
71
define cc_pre
72
	@echo [\$<] compiling..
72
	@echo '[$<] compiling..'
73
endef
73
endef
74
 
74
 
75
define cc_post
75
define cc_post
76
endef
76
endef
77
 
77
 
Line 122... Line 122...
122
cxx_cmdfile	=
122
cxx_cmdfile	=
123
cxx_flags	=
123
cxx_flags	=
124
cxx_term 	= ;				# ; force use of 'sh.exe'
124
cxx_term 	= ;				# ; force use of 'sh.exe'
125
 
125
 
126
define cxx_pre
126
define cxx_pre
127
	@echo [\$<] compiling..
127
	@echo '[$<] compiling..'
128
endef
128
endef
129
 
129
 
130
define cxx_post
130
define cxx_post
131
endef
131
endef
132
 
132