cmake failure on windows 7 – help please

Trying to compile kodi 16 on windows 7 according to HOW-TO:Compile_Kodi_for_Windows (wiki)

git clone -b Jarvis https://github.com/xbmc/xbmc – OK
DownloadBuildDeps.bat – OK
DownloadMingwBuildEnv.bat – OK
make-mingwlibs.bat – OK

# https://github.com/xbmc/xbmc/blob/master…lding-kodi

cmake -G “Visual Studio 12” /e/New/Install/kodi.compile/git/xbmc/project/cmake/
CMake Error: The source directory “E:/New/Install/kodi.compile/git/xbmc/project/cmake” does not appear to contain CMakeLists.txt.
Specify –help for usage, or press the help button on the CMake GUI.

what now… which of the scripts should have created CMakeLists.txt ?

thanks!