singrdk/base/Applications/WebApps/SPECweb99/specweb.cmd

26 lines
625 B
Batchfile
Raw Normal View History

2008-03-05 09:52:00 -05:00
cd %SINGULARITY_ROOT%
nmake
if errorlevel 1 goto exit
cd %SINGULARITY_ROOT%\Applications\Cadgen99
nmake
if errorlevel 1 goto exit
cd %SINGULARITY_ROOT%\Applications\Upfgen99
nmake
if errorlevel 1 goto exit
cd %SINGULARITY_ROOT%\Applications\Network
nmake
if errorlevel 1 goto exit
cd %SINGULARITY_ROOT%\Applications\WebApps
nmake
if errorlevel 1 goto exit
cd %SINGULARITY_ROOT%\Applications\Cassini
nmake
if errorlevel 1 goto exit
cd %SINGULARITY_ROOT%\Applications\Benchmarks\Perfcnt
nmake
if errorlevel 1 goto exit
cd %SINGULARITY_ROOT%\Distro
nmake
if errorlevel 1 goto exit
cd %SINGULARITY_ROOT%