tianocore / edk2-basetools

EDK II BaseTools Python tools as a PIP module
Other
25 stars 36 forks source link

The compilation of .cpp files from .inf failed #31

Open ogamespec opened 2 years ago

ogamespec commented 2 years ago

The old build (Python 2.x) allowed you to compile .cpp files that are specified in .inf. The new build contains an invalid condition that limits compilation to .c files only (which does not match the definition of C-Code-Files in Conf/build_rule.txt).

Problem spot:

https://github.com/tianocore/edk2-basetools/blob/f519c63dcbcd73e39612d1bc3544151aeeef01a0/edk2basetools/AutoGen/GenMake.py#L1113

BobCF commented 2 years ago

This is a code issue. I'll look at this.

ogamespec commented 8 months ago

How's it going?