Ignore:
Timestamp:
Dec 23, 2011, 5:47:15 PM (12 years ago)
Author:
rybkin
Message:

See C.L. 476

File:
1 edited

Legend:

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

    r545 r599  
    3838        $(cleanup_echo) #objects
    3939        $(cleanup_silent) for %f in (${OBJS}) do $(cleanup_silent)if exist %f del %f
     40        $(cleanup_silent) if exist $(bin)${CONSTITUENT} rmdir /S /Q $(bin)${CONSTITUENT}
    4041        $(cleanup_silent) if exist $(bin)${CONSTITUENT}.arc del $(bin)${CONSTITUENT}.arc
    4142        $(cleanup_silent) if exist $(bin)${CONSTITUENT}.lib del $(bin)${CONSTITUENT}.lib
     
    4344        $(cleanup_silent) if exist $(bin)${CONSTITUENT}.exp del $(bin)${CONSTITUENT}.exp
    4445        $(cleanup_silent) if exist $(bin)${CONSTITUENT}.dll del $(bin)${CONSTITUENT}.dll
     46        $(cleanup_silent) if exist $(bin)${CONSTITUENT}.dll.manifest del $(bin)${CONSTITUENT}.dll.manifest
    4547        $(cleanup_silent) if exist $(bin)${CONSTITUENT}.pdb del $(bin)${CONSTITUENT}.pdb
    4648
Note: See TracChangeset for help on using the changeset viewer.