Need core.so/.lib when linking in 1.9?

Some weeks ago, I checked in some changes to the master branch that remove the link-time dependency from Interrogate-generated stuff on core.lib. Instead, you need to add “-import panda3d.core” to have the dependencies loaded dynamically, when the module is loaded.

You do need to link to libp3interrogatedb.lib now, though, but that’s a normal library that’s in built/lib like all the others.