Leaked source code of windows server 2003
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.

46 lines
1.0 KiB

  1. rem ////////////////////////////////////////////////////////////////////////
  2. rem
  3. rem Special: Delivered by IExpress, but not installed by InstallWizard's
  4. rem main copy mechanism
  5. rem
  6. set copydest=temp
  7. if "%_BLDTYPE%" == "FREE" del %copydest%\*.dbg
  8. if not exist "%CONTROLFILE%" goto noc
  9. REM Setup control info
  10. call %DRMVERDIR%\drmver.exe PURGE
  11. echo. >> %CONTROLFILE%
  12. set /a COUNT=%COUNT%+1 & echo [Filter%COUNT%] >> %CONTROLFILE%
  13. echo INFName=WMDMRdst.inf >>%CONTROLFILE%
  14. echo Description=WMDM SDK >>%CONTROLFILE%
  15. :noc
  16. call %DRMVERDIR%\drmver >> WMDMRdst.inf
  17. call copy2 WMDMRdst.inf
  18. REM dlls for the redist:
  19. call copy2 %_NTx86TREE%\MSWMDM.dll
  20. call copy2 %EXT_LIB_DIR%\MSSCP.dll
  21. call copy2 %_NTx86TREE%\MSPMSP.dll
  22. call copy2 %_NTx86TREE%\WMDMps.dll
  23. call copy2 %_NTx86TREE%\WMDMlog.dll
  24. call copy2 %_REL_DIR%\PMSvDist.exe
  25. if exist "%CONTROLFILE%" call %DRMVERDIR%\drmver.exe PURGE >> %CONTROLFILE%
  26. del %copydest%\build.err
  27. del %copydest%\build.log
  28. del %copydest%\build.wrn