Static Libraries?

Currently I have to bundle PhysX DLLs with my project for it to work.

Is it possible (or within the realm of the EULA) to compile PhysX as a static library, so no extraneous DLLs are needed for distribution?

So I re-read through the EULA and didn’t see anything specific pertaining to static/dynamic builds, and got the actual code working statically by enabling/disabling various preprocessor API flags…so I guess I’ve answered my own question :)