making a dll with panda without panda source

I’m glad that people are interested…

Sorry, I have been in the middle of moving over to a new computer and graduating, but in a week or so I should have all the time in the world to add/subtract/fix.

If you are interested, everything is in the makelib.py and makelibcore.py. Please do give me any bugs.

Yes, the idea behind this is that you write a c++ lib using panda and then feed the directory to makelib and it will build a dll.

An interesting point:
the resulting dll does not need panda at all and could potentially be used to convert non-panda things to python. Haven’t tested past a small lib, but it is doeable: use panda build system to build non panda things. It does seem rather universal.