Source code of Windows XP (NT5)
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.

16 lines
484 B

  1. MY_BINPLACE = -binplace -P $(BINPLACE_PLACEFILE)
  2. BinariesROOT=$(_NTTREE)
  3. InetsrvROOT=$(_NTTREE)\inetsrv
  4. copyini:
  5. if not exist "$(BinariesROOT)" mkdir $(BinariesROOT)
  6. if not exist "$(InetsrvROOT)" mkdir $(InetsrvROOT)
  7. # old
  8. # $(MY_BINPLACE) w3ctrs51.ini
  9. # $(MY_BINPLACE) w3ctrs51.h
  10. #
  11. # new
  12. # copy fileand rename to iis51 name
  13. echo f |xcopy /y w3ctrs.ini $(BinariesROOT)\w3ctrs51.ini
  14. echo f |xcopy /y w3ctrs.h $(InetsrvROOT)\w3ctrs51.h