windows-nt/Source/XPSP1/NT/inetsrv/iis/svcs/w3/perfmon/makefile.inc

17 lines
484 B
PHP
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
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