source: CMT/HEAD/mgr/fragments/nmake/constituents_trailer @ 619

Last change on this file since 619 was 614, checked in by rybkin, 12 years ago

See C.L. 489

  • Property svn:eol-style set to native
File size: 416 bytes
RevLine 
[487]1#-- start of constituents_trailer ------
[6]2
[487]3#clean :: remove_library_links
[6]4
[595]5#remove_library_links ::
6#       $(echo) "(constituents.nmake) Removing library links"
7#       @$(remove_library_links)
[6]8
[487]9#binclean :: clean
[595]10#binclean ::
11#       $(echo) (constituents.nmake) Removing binary directory $(bin)
12#       $(cleanup_silent)if not "$(bin)"==".\" (if exist $(bin) rmdir /S /Q $(bin))
[487]13#       @del /Q $(bin)\*
[6]14
[487]15#-- end of constituents_trailer ------
Note: See TracBrowser for help on using the repository browser.