Ignore:
Timestamp:
Feb 7, 2013, 11:33:08 AM (11 years ago)
Author:
rybkin
Message:

See C.L. 502

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/fragments/nmake/application_header

    r445 r631  
     1#-- start of application_header
    12
    23${CONSTITUENT} :: dirs ${PROTOTARGET} $(bin)${CONSTITUENT}$(application_suffix)
    34        $(echo) "${CONSTITUENT} ok"
    45
     6cmt_${CONSTITUENT}_${HASPROTOTYPES} = 1
    57
     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 TracChangeset for help on using the changeset viewer.