How to exclude classes from build?

hello,
i would like to add some classes to my unity project, but they should not be considered when i perform a mobile build, since they dont compile on those platfroms.

how would i do that?

thanks!

http://unity3d.com/support/documentation/Manual/Platform%20Dependent%20Compilation.html

–Eric