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/library_header

    r445 r631  
     1#-- start of libary_header ---------------
    12
    23${CONSTITUENT}lib       = $(bin)${CONSTITUENT}.lib
     
    89        $(echo) "${CONSTITUENT} ok"
    910
     11cmt_${CONSTITUENT}_${HASPROTOTYPES} = 1
     12
     13#--------------------------------------
     14
     15!if defined (cmt_${CONSTITUENT}_has_prototypes)
     16
     17${CONSTITUENT}prototype : ${PROTOTARGET} ;
     18
     19!endif
     20
     21${CONSTITUENT}compile : ${OBJS} ;
     22
     23#-- end of libary_header ----------------
Note: See TracChangeset for help on using the changeset viewer.