Plugin with extra supporting dll
I want to create a plugin (say test.dll) which will use functions from another dll, say base.dll. test.dll will be automatically included because I referenced it in the script, i.e. test::myFunc. But, how can I add the base.dll into the install package?