HACKERCHANNEL/PSL1GHT

C++ Linking Files

Closed this issue · 4 comments

we should add to the makefiles of the SDK:

LD := $(CXX)

So when compiling C++ stuff the linker links! :)

Well, only when $(CXXFILES) isn't empty.

This does not work correctly for c only programs... or does it?

works correctly for C programs;at least the examples worked and some stuff I tested before moving it to C++ worked.

Project makefile improvements. Closed by 66e7c16. Closed by 66e7c16. Closed by 66e7c16.