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

MY_BINPLACE = -binplace -P $(BINPLACE_PLACEFILE)
BinariesROOT=$(_NTTREE)
InetsrvROOT=$(_NTTREE)\inetsrv
copyini:
if not exist "$(BinariesROOT)" mkdir $(BinariesROOT)
if not exist "$(InetsrvROOT)" mkdir $(InetsrvROOT)
# old
# $(MY_BINPLACE) w3ctrs51.ini
# $(MY_BINPLACE) w3ctrs51.h
#
# new
# copy fileand rename to iis51 name
echo f |xcopy /y w3ctrs.ini $(BinariesROOT)\w3ctrs51.ini
echo f |xcopy /y w3ctrs.h $(InetsrvROOT)\w3ctrs51.h