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.

42 lines
2.3 KiB

  1. REM Gather up all the files redistributed with the Platform SDK.
  2. REM Run this *after* IIS is built, since many of the headers are
  3. REM generated during the build.
  4. REM Send mail to SDKPM and SDKCORE after making a new drop of the files.
  5. setlocal
  6. set TARGETDIR=\\iasbuild2\sdkdrop
  7. if not (%1)==() set TARGETDIR=%1
  8. REM blow away the target directory
  9. rmdir /s /q %TARGETDIR%\include
  10. mkdir %TARGETDIR%\include
  11. copy inc\admex.h %TARGETDIR%\include\admex.h
  12. copy inc\iadmext.h %TARGETDIR%\include\iadmext.h
  13. copy inc\iadmw.h %TARGETDIR%\include\iadmw.h
  14. copy inc\iiscnfg.h %TARGETDIR%\include\iiscnfg.h
  15. copy inc\iisext.h %TARGETDIR%\include\httpext.h
  16. copy inc\iisfilt.h %TARGETDIR%\include\httpfilt.h
  17. copy inc\ilogobj.hxx %TARGETDIR%\include\ilogobj.hxx
  18. copy inc\iwamreg.h %TARGETDIR%\include\iwamreg.h
  19. copy inc\mdcommsg.h %TARGETDIR%\include\mdcommsg.h
  20. copy inc\mddefw.h %TARGETDIR%\include\mddefw.h
  21. copy inc\mdmsg.h %TARGETDIR%\include\mdmsg.h
  22. copy svcs\adsi\adsiis\iiis.h %TARGETDIR%\include\iiis.h
  23. copy svcs\adsi\iisext\iiisext.h %TARGETDIR%\include\iiisext.h
  24. copy svcs\adsi\adsiis\guid.c %TARGETDIR%\include\adsiis_guid.c
  25. copy svcs\adsi\iisext\guid.c %TARGETDIR%\include\iisext_guid.c
  26. copy svcs\cmp\asp\_asptlb.h %TARGETDIR%\include\asptlb.h
  27. copy svcs\admex\interfac\admex.idl %TARGETDIR%\include\admex.idl
  28. copy svcs\wam\wamreg\wamreg.idl %TARGETDIR%\include\wamreg.idl
  29. copy svcs\infocomm\metadata\interfac\mddefw.idl %TARGETDIR%\include\mddefw.idl
  30. copy svcs\cmp\asp\asp.idl %TARGETDIR%\include\asp.idl
  31. REM iadmw.idl references iiscblob.h (crypto stuff) so we won't copy it
  32. REM copy svcs\infocomm\dcomadm\interf2\iadmw.idl %TARGETDIR%\include\iadmw.idl
  33. REM Too messy and make too much use of preprocessor trickery: not recommended
  34. REM copy svcs\adsi\adsiis\iis.odl %TARGETDIR%\include\iis.odl
  35. REM copy svcs\adsi\iisext\iisext.odl %TARGETDIR%\include\iisext.odl