source: CMT/HEAD/mgr/fragments/nmake/buildproto @ 487

Last change on this file since 487 was 487, checked in by rybkin, 15 years ago

See C.L. 382

File size: 205 bytes
Line 
1#-- start of buildproto
2
3$(inc)${NAME}.pp : ${FILEPATH}${FILENAME}
4        $(echo) Now rebuilding $@
5        cd $(inc) & $(build_prototype) ${FILEPATH}${FILENAME} >nul
6        type nul >$(inc)${NAME}.pp
7
8#-- end of buildproto
Note: See TracBrowser for help on using the repository browser.