source: CMT/v1r18p20060301/mgr/fragments/nmake/constituents_trailer @ 623

Last change on this file since 623 was 95, checked in by arnault, 19 years ago

Bug fixes see CL283

  • Property svn:eol-style set to native
File size: 267 bytes
Line 
1
2clean :: remove_library_links
3
4remove_library_links ::
5        @echo "Removing library links"
6        @$(remove_library_links)
7
8makefilesclean ::
9        @if exist *.make.* del *.make*
10
11###     @if exist checkuses del checkuses
12
13clean :: makefilesclean
14
15binclean :: clean
16        @del /Q $(bin)\*
17
Note: See TracBrowser for help on using the repository browser.