source: CMT/v1r10p20011126/fragments/nmake/library_no_share @ 1

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

Import all tags

File size: 433 bytes
Line 
1
2${CONSTITUENT}LIB :: $(${CONSTITUENT}lib)
3        @echo "------> ${CONSTITUENT} : library ok"
4
5$(${CONSTITUENT}lib) :: ${OBJS}
6        $(lib_echo) library
7        $(lib_silent) $(ar) /out:$(${CONSTITUENT}lib) ${OBJS}
8        @echo "" >$(${CONSTITUENT}stamp)
9
10${CONSTITUENT}clean ::
11        $(cleanup_echo) #objects
12        $(cleanup_silent) for %f in (${OBJS}) do if exist %f del %f
13        $(cleanup_silent) if exist $(${CONSTITUENT}lib) del $(${CONSTITUENT}lib)
14
15
Note: See TracBrowser for help on using the repository browser.