source: CMT/v1r19/mgr/fragments/nmake/check_application_header

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

tune warnings - see CL262

  • Property svn:eol-style set to native
File size: 292 bytes
Line 
1
2check :: ${CONSTITUENT}check
3        @echo "------> ${CONSTITUENT}check ok"
4
5${CONSTITUENT}check ::
6        @echo "------> starting ${CONSTITUENT}check"
7        @$(cmtexe) -quiet build -nmake constituent_makefile ${CONSTITUENT}
8        $(MAKE) /f ${CONSTITUENT}.nmake build_strategy=keep_makefiles ${CONSTITUENT}check
9
Note: See TracBrowser for help on using the repository browser.