**System Information**
Windows 8, 32 bit, 2GB ram, CPU: AMD 4400+
**Blender Version**
Broken: 2.69, 2.70
Worked: (all Versions from Blender.org)
**Short description of error**
I compile my on Blender builds since a half year now with Visual Studio 2012. Since some weeks i can't compile, because my compiler say: embedManifestExeCheck is not there.
**Exact steps for others to reproduce the error**
1. Create a new dir (C:\Users\you\Blenderdev)
2. checkout the Blender sourcecode and external libs:
cd C:\Users\you\Blenderdev
git clone git://git.blender.org/blender.git
cd blender
git submodule update --init --recursive
git submodule foreach git checkout master
git submodule foreach git pull --rebase origin master
cd lib\windows
svn update
cd ..\..\blender
svn update
(I repeated the last step for **https://svn.blender.org/svnroot/bf-blender/trunk/lib/windows_vc11/ and **https://svn.blender.org/svnroot/bf-blender/trunk/lib/windows_vc12/
3. open the Visual Studio comand prompt and type:
**python scons\scons.py -j2**
4. some minutes later visual studio stop working with:
.....
Compiling ==> 'mallocn_guarded_impl.c'
mallocn_guarded_impl.c
Compiling ==> 'mallocn_lockfree_impl.c'
mallocn_lockfree_impl.c
Compiling ==> 'mmap_win.c'
mmap_win.c
Linking library ==> 'bf_intern_guardedalloc.lib'
Linking program ==> 'makesdna.exe'
The "embedManifestExeCheck" command is misspelled or
could not be found.
scons: *** [C: \ Users \ you \ Blenderdev \ build \ win32-VC11 \ makesdna.exe] Error 1
scons: building terminated Because of errors.
C: \ Users \ you \ Blenderdev \ blender>
C:\Users\you\Blenderdev\blender>