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.

31 lines
1.1 KiB

  1. CDROOT=$(_NTTREE)\inetsrv
  2. SymbolsROOT=$(_NTTREE)\symbols\inetsrv\dll
  3. copyfile:
  4. !ifdef _NTTREE
  5. # using binplace causes this to happen automatically
  6. #if not exist "$(CDROOT)" mkdir $(CDROOT)
  7. #if not exist "$(SymbolsROOT)" mkdir $(SymbolsROOT)
  8. # copy wwwroot
  9. binplace -e -R %_NTTREE%\inetsrv -:DEST wwwroot\nts_ntw ..\wwwroot\nts_ntw\*
  10. # copy Admin UI replacement page
  11. binplace -e -R %_NTTREE%\inetsrv -:DEST wwwroot\adminui ..\wwwroot\adminui\*
  12. # copy admin samples stuff
  13. perl -S xcopy2binplace.pl /verifdy ..\admsamp $(CDROOT)\admsamp
  14. # copy cluster stuff over
  15. perl -S xcopy2binplace.pl /verifdy ..\cluster $(CDROOT)\cluster
  16. # copy custom error stuff over
  17. perl -S xcopy2binplace.pl /verifd ..\custerr $(CDROOT)\custerr
  18. perl -S xcopy2binplace.pl /verifdy ..\help\iisnts\winhelp $(CDROOT)\help\ismhelp
  19. perl -S xcopy2binplace.pl /verifdy ..\help\iisntw\winhelp $(CDROOT)\help\ismhelp_wks
  20. # copy sdk stuff
  21. # perl -S xcopy2binplace.pl /verifdy ..\sdksamp $(CDROOT)\iissamp\sdk
  22. !endif