source: CMT/v1r19/mgr/fragments/nmake/constituents_trailer @ 11

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

Changing eol-style property

  • Property svn:eol-style set to native
File size: 263 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        @if exist checkuses del checkuses
11
12clean :: makefilesclean
13
14binclean :: clean
15        @del /Q $(bin)\*
16
Note: See TracBrowser for help on using the repository browser.