compile single file [message #127161] |
Sun, 14 November 2004 13:26  |
Eclipse User |
|
|
|
Originally posted by: spam.spam.com
hi all
How do I compile a single file in a project?
I'm converting a large project from MSVC7, so build all spews out a whole
load of errors. If I can get one .cpp file to compile without error, it
should be trivial to get the rest to...
cheers,
Rob
|
|
|
|
Re: compile single file [message #127640 is a reply to message #127161] |
Thu, 18 November 2004 03:08  |
Eclipse User |
|
|
|
Originally posted by: johan.nosp.m.appeal.se
Without knowing how to do this within the CDT, what you're looking for is
probably a way to prevent CDT from passing "-k" to make.
"make -k" means "build as many files as possible, try to ignore any errors".
Make's default behaviour (i.e. without "-k") is to give up at the first error.
Regards //Johan
Rob wrote / skrev:
> hi all
>
> How do I compile a single file in a project?
>
> I'm converting a large project from MSVC7, so build all spews out a whole
> load of errors. If I can get one .cpp file to compile without error, it
> should be trivial to get the rest to...
>
> cheers,
> Rob
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03937 seconds