[Scons-users] use C++ compiler for building
Philipp Kraus
philipp.kraus at flashpixx.de
Fri Dec 28 10:15:54 EST 2012
Hello,
I build C codes to a shared library with scons, the library codes are stored in *.c files and Scons uses the gcc for compiling the library. The library is written in plain C and can be build also with a C++ compiler for setting some different calls. How can I tell Scons on the env.SharedLibrary command, that the C++ compiler should be used.
Thanks
Phil
More information about the Scons-users
mailing list