Re: All *.cpp files are ignored by Makefile
BogDan <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
>> Is there any way to make the build system to considers .cpp extension as > C++ >> code as well ? > > Just looking at the build system code in l4/mk/binary.inc -> Adding > > BID_ALLOW_CPP_AS_CPLUSPLUS_FILE=y > > to your Makefile should let you put .cpp files in SRC_CC. > Many thanks it worked ! BogDan.