A quick HOW-TO:
* Open /blender/projectfiles/blender/blender.dsw
* Replace all existing files in the exppython project with the
.c/h files found in /blender/source/blender/python/ and subdirs
* Make sure Blender project is active.
* Remove the old BPY_python and BPY_freeze dependancies.
(Project->Dependancies...)
* Add the new exppython as a dependancy.
* Recompile, et voila! :)
I'm sure the python team would appreciate some Windows feedback,
so please test this if you can and report any probs, etc to the
bf-python mailist.
Note: The old BPY_python/freeze project will be removed and exppython
made default just as soon as it is declared ready! ;)
--aphex