RistanCASERistanCASE Home
Home |  Products |  Company Info |  Partners   
Home » Products » DAC V4.x » FAQ (How-to) » How to generate a Microchip linker control file?
How to generate Microchip linker control file? FAQ Index
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

  
Copyright © 1996-2008 RistanCASE GmbH. All rights reserved.