Build Yii lite with CMysql* instead of CSqlite*?

Is there a straightforward way to build Yiilite.php with Mysql schema classes included?

It doesn’t appear as if build lite is intended (or at least documented) to run other than when distributing Yii.

However, it does appear to compile the loaded classes when a simple index request is made, as opposed to a predetermined set of classes.

So I was wondering if it was possible to run it on a Yii site using Mysql, and would then compile the related Mysql classes as well.