Ignore:
Timestamp:
Jan 30, 2009, 1:54:39 PM (15 years ago)
Author:
rybkin
Message:

See C.L. 383

File:
1 edited

Legend:

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

    r487 r488  
    4848!if defined (cmt_${CONSTITUENT}_has_target_tag)
    4949
    50 cmt_final_setup_${CONSTITUENT} = $(bin)setup_${CONSTITUENT}.make
    51 #cmt_local_${CONSTITUENT}_makefile = $(bin)${CONSTITUENT}.make
     50cmt_final_setup_${CONSTITUENT} = $(bin)setup_${CONSTITUENT}.nmake
     51#cmt_local_${CONSTITUENT}_makefile = $(bin)${CONSTITUENT}.nmake
    5252
    5353!else
    5454
    55 cmt_final_setup_${CONSTITUENT} = $(bin)setup.make
    56 #cmt_local_${CONSTITUENT}_makefile = $(bin)${CONSTITUENT}.make
     55cmt_final_setup_${CONSTITUENT} = $(bin)setup.nmake
     56#cmt_local_${CONSTITUENT}_makefile = $(bin)${CONSTITUENT}.nmake
    5757
    5858!endif
    5959
    60 #cmt_final_setup = $(bin)setup.make
     60#cmt_final_setup = $(bin)setup.nmake
    6161
    6262#${CONSTITUENT} ::
     
    7979!endif
    8080
     81cmt_${CONSTITUENT}_${HASDEPENDENCIES} = 1
     82
     83!if defined (cmt_${CONSTITUENT}_has_dependencies)
     84
     85dependencies : ;
     86
     87!endif
    8188#-- end of make_header ------------------
Note: See TracChangeset for help on using the changeset viewer.