source: CMT/HEAD/mgr/fragments/nmake/application_header @ 662

Last change on this file since 662 was 631, checked in by rybkin, 12 years ago

See C.L. 502

  • Property svn:eol-style set to native
File size: 391 bytes
RevLine 
[631]1#-- start of application_header
[6]2
3${CONSTITUENT} :: dirs ${PROTOTARGET} $(bin)${CONSTITUENT}$(application_suffix)
[445]4        $(echo) "${CONSTITUENT} ok"
[6]5
[631]6cmt_${CONSTITUENT}_${HASPROTOTYPES} = 1
[6]7
[631]8#--------------------------------------
9
10!if defined (cmt_${CONSTITUENT}_has_prototypes)
11
12${CONSTITUENT}prototype : ${PROTOTARGET} ;
13
14!endif
15
16${CONSTITUENT}compile : ${OBJS} ;
17
18#-- end of application_header
Note: See TracBrowser for help on using the repository browser.