Compiling Panda with other compilers

Before I attempt a fool’s errand, is it possible (well, feasible anyway) to compile Panda with other compilers in Windows? I’m thinking specifically of Embarcadero’s C++ Builder.

Thanks

We usually compile with MSVC. Some people have had some luck with gcc and the Intel C++ compiler with some patching.

It should be feasible if it’s been done for other compilers. I don’t suppose there’s any documentation online about how they did it?

To answer my own question, makepanda has an experimntal command line option --use-icl to use an intel compiler instead of visual studio. I guess I’ll start looking in the makepanda.py source to see what it does.