$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: René Ferdinand Rivera Morell (grafikrobot_at_[hidden])
Date: 2021-07-26 12:35:07
On Mon, Jul 26, 2021 at 4:20 AM Roman Matsybora via Boost-build <
boost-build_at_[hidden]> wrote:
> Hello,
> Some part of c files need to be compiled as c++ but another part of *.c
> files stay with c.
> Is there some general solution or may be tool dependent?
> Currently using Visual Studio 2017-2019.
> _______________________________________________
> Unsubscribe & other changes:
> https://listarchives.boost.org/mailman/listinfo.cgi/boost-build
>
#ifdef __cplusplus__
// C++ code
#else
/* C code */
#endif
And build the source twice.
-- -- René Ferdinand Rivera Morell -- Don't Assume Anything -- No Supone Nada -- Robot Dreams - http://robot-dreams.net