del /f /q "E:\Detours\lib.X64\*.*"
del /f /q "E:\Detours\src\obj.X64\*.*"
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
cd "E:\Detours\src"
nmake /f makefile
del /f /q "E:\Detours\lib.X86\*.*"
del /f /q "E:\Detours\src\obj.X86\*.*"
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
cd "E:\Detours\src"
nmake /f makefile
pause
Detours is now available under a standard open source license (MIT).This simplifies licensing for programmers using Detours and allows the community to support Detours using open source tools and processes.