"make bpy 2015" seems not to work correctly (Build Blender as Python module).

Hi all,

I am trying to build bpy.pyd on Windows 7.
I follow the guides here:
https://wiki.blender.org/index.php/Dev:Doc/Building_Blender/Windows/msvc/CMake

I check out the “v2.78b” tag (commit 3c043732d3f5eb09d4a6bb20248db65a2fe033e2).

“make bpy 2015” completes successfully, but something are not generated as expected.

According to this page:
https://wiki.blender.org/index.php/User%3AIdeasman42/BlenderAsPyModule
There should be some DLLs under the bin\Release folder. I see none, I do see the bpy.pyd, though.
There should be a “2.78” folder as well, but I don’t see it, either.

If I run “make full 2015”, then I can see those DLLs and “2.78” folder.

Do I do anything wrong? Is this a bug on v2.78b?