You must use new macro %append_line (DAC V3.5.583)
%append_line: This macro expands multiple lines from the template file into one line
in the makefile file.
Examples which illustrate the use of the %append_line macro:
--- template:
Files %append_line
#$ for_all( ASM_SOURCE OR C_SOURCE )
$(OBJDIR)\%file_name( NAME ).OBJ %append_line
#$ end_for
---
--- makefile:
Files $(OBJDIR)\dnc.OBJ $(OBJDIR)\events.OBJ ...
---
RistanCASE Support Team
|