source: CMT/v1r19/mgr/fragments/nmake/check_application @ 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: 200 bytes
Line 
1
2check :: ${CONSTITUENT}check
3
4${CONSTITUENT}check :: ${CONSTITUENT}
5        $(${CONSTITUENT}_pre_check)
6        $(bin)${CONSTITUENT}$(application_suffix) $(${CONSTITUENT}_check_args)
7        $(${CONSTITUENT}_post_check)
Note: See TracBrowser for help on using the repository browser.