You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
315 B
9 lines
315 B
@echo off
|
|
if "%copydest%" == "" echo ERROR, copydest not set
|
|
if %2_ == _ copy %1 %copydest%
|
|
if not %2_ == _ copy %1 %copydest%\%2
|
|
call %DRMVERDIR%\drmver addsize %1
|
|
if exist %1 goto noerror
|
|
echo NMAKE : ERROR WMDM Redist missing file: %1
|
|
echo ERROR, missing file left out: %1 >>obj\checkrel.out
|
|
:noerror
|