(root)/drs/runroot.bat – Rev 316
Blame |
Last modification |
View Log
| RSS feed
rem set MPATH=%CD%
FOR /D
%%x in ("Program Files*"
) do (
if exist "Microsoft SDKs\Windows\v7.1A\Include"
set INCLUDE=
%INCLUDE%;
%CD%%%x\Microsoft SDKs\Windows\v7.1A\Include
For /D
%%G in ("Microsoft Visual Studio*"
) do set VC=
%%x\
%%G
)
call "
%VC%\VC\vcvarsall.bat" x86
echo ROOTSYS= "
%ROOTSYS%"
echo Visual C Development environment
echo nmake -f Makefile.win32
root.exe %1%