Well after Sourseforge decided to cooperate I was able to get the source code I needed. I have learned alot about how compilers work in the process, but have got CS and CEL built (CEL had a few warnings, but I believe it works right).
However PS is still giving me some problems, it will not build because I get this error:
Performing Post-Build Event...
The system cannot find the file specified.
Could Not Find c:\\PS Development\\planeshift\\*.lib
Project : error PRJ0019: A tool returned an error code from \"Performing Post-Build Event...\"
I\'m using MS Visual C++ 2005 Express (msvc8, I believe) and this happens on all but 7 of the projects.
Doing a Google search I found how to tell what the post build commands were, but I\'m not sure if I have to change them, or if I missed a step on the build instructions. Any ideas out there?