source: CMT/v1r10p20011126/fragments/application @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 297 bytes
Line 
1
2$(bin)${CONSTITUENT}${application_suffix} :: ${OBJS} $(use_stamps) $(${CONSTITUENT}stamps)
3        $(link_echo) $@
4        $(link_silent) cd $(bin); ${LINKMACRO} -o ${CONSTITUENT}.exe.new ${OBJS} $(use_linkopts) $(${CONSTITUENT}linkopts); mv -f ${CONSTITUENT}.exe.new ${CONSTITUENT}${application_suffix}
5
Note: See TracBrowser for help on using the repository browser.