dmbs icon indicating copy to clipboard operation
dmbs copied to clipboard

Compiling c source even when cpp source specified

Open NicoHood opened this issue 6 years ago • 0 comments

I have the following files in my folder:

test.c
test.cpp

Now I add them as SRC += test.cpp. If a .c file with the same name exists, it tries to compile the c file instead.

NicoHood avatar Jun 24 '18 10:06 NicoHood