source: CMT/v1r12p20020606/fragments/application @ 1

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

Import all tags

File size: 679 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
6###
7### Preparing for next management of use_linkopts and auto_imports :
8###  will use  <constituent>_use_linkopts instead of use_linkopts
9###
10###     $(link_silent) cd $(bin); \
11###       ${LINKMACRO} -o ${CONSTITUENT}.exe.new ${OBJS} \
12###       $(${CONSTITUENT}_use_linkopts) $(${CONSTITUENT}linkopts); \
13###       mv -f ${CONSTITUENT}.exe.new ${CONSTITUENT}${application_suffix}
14###
15
Note: See TracBrowser for help on using the repository browser.