Subversion Repositories DevTools

Rev

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

Rev 4889 Rev 4989
Line 269... Line 269...
269
#   Unit Test Post Processing support
269
#   Unit Test Post Processing support
270
#       Force in ABT mode
270
#       Force in ABT mode
271
#       Allows user to force it by adding UTF_POSTPROCESS=1 the command line
271
#       Allows user to force it by adding UTF_POSTPROCESS=1 the command line
272
#
272
#
273
#   Until officially released
273
#   Until officially released
274
##ifdef GBE_ABT
274
ifdef GBE_ABT
275
##UTF_POSTPROCESS := 1
275
UTF_POSTPROCESS := 1
276
##endif
276
endif
277
 
277
 
278
# Set to defined or undefined
278
# Set to defined or undefined
279
ifneq "$(findstring 1,$(UTF_POSTPROCESS))" ""
279
ifneq "$(findstring 1,$(UTF_POSTPROCESS))" ""
280
override UTF_POSTPROCESS := 1
280
override UTF_POSTPROCESS := 1
281
else
281
else