It is mainly compiled according to the document here.
Http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Windows
However, when you run the compiled blender, the basic menu cannot be displayed,
System Environment: msvc2008 English version, win7 x32 Chinese version, blender2.57, python2.6
Solution:
1. Change the system language to English:
Control Panel --> change the Display language. The "region and language" panel is displayed,
In the format tab, the format is English (USA)
In the "location" tab, the current location is in the United States.
In the "manage" tab, click "Change System region Settings" for a non-Unicode program language. In the displayed "region and language Settings" Panel, select "English (US)
2. Change the computer name so that it only contains normal English letters (~ Z, ~ Z), does not contain any other characters.
3. Restart the machine.
4. Click here (http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Windows) to regenerate *. vcproj, *. sln and recompile the blender code.
Note: when updating the blender/trunk/blender code, you must also update the blender/trunk/lib/Windows code.