C++ Linking Files
Closed this issue · 4 comments
naruse commented
we should add to the makefiles of the SDK:
LD := $(CXX)
So when compiling C++ stuff the linker links! :)
AerialX commented
Well, only when $(CXXFILES) isn't empty.
Parlane commented
This does not work correctly for c only programs... or does it?
naruse commented
works correctly for C programs;at least the examples worked and some stuff I tested before moving it to C++ worked.