Board index » cppbuilder » make and options
grahamoooOh
![]() CBuilder Developer |
make and options2005-08-09 11:39:24 PM cppbuilder20 Hi, I have a foo.mak file already setup for the build environment here. Assume I can't touch it, or if I do, I have to do an AWFUL lot of time consuming admin work (long story, you don't want to know:) :). The source I'm working with here is riddled with warnings. so much so that each time I make the project it takes me ages to navigate my way up to the appropriate error line and make my corrections. I would like to supress these warning messages (I know, I know... I should heed them but this source is YEARs old and I ain't going to start refactoring/correcting it all now). Anyways, my question is this; is there any option I can pass to make such that errors only will be reported? somethign along the lines of make -ONLY_REPORT_ERRORS I can't see many options available when I run Quotemake /? G |