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.
 
 
 
 
 
 

32 lines
1.5 KiB

$(O)\nntpadm.h $(O)\nntpadm_i.c : $(STAXINC)\export\nntpadm.idl
$(MIDL) \
$(INCPATH0) \
-proxy $(PASS0_SOURCEDIR)\nntpadm_p.c \
-dlldata $(PASS0_SOURCEDIR)\dlldata.c \
-iid $(MIDL_UUIDDIR)\nntpadm_i.c \
-header $@ \
-tlb $(O)\nntpadm.tlb \
$**
copytlb:
xcopy /verifd $(IISBASEDIR)\svcs\adsi\oleds2.0\types\activeds.tlb $(O)
copyfiles:
!if "$(_NTTREE)" != ""
#if not exist $(_NTTREE)\staxpt mkdir $(_NTTREE)\staxpt
perl -S xcopy2binplace.pl /verifd scripts\rexpire.vbs $(_NTTREE)\staxpt
perl -S xcopy2binplace.pl /verifd scripts\rgroup.vbs $(_NTTREE)\staxpt
perl -S xcopy2binplace.pl /verifd scripts\rserver.vbs $(_NTTREE)\staxpt
perl -S xcopy2binplace.pl /verifd scripts\rsess.vbs $(_NTTREE)\staxpt
perl -S xcopy2binplace.pl /verifd scripts\rcancel.vbs $(_NTTREE)\staxpt
perl -S xcopy2binplace.pl /verifd scripts\rfeed.vbs $(_NTTREE)\staxpt
!endif
!if "$(_NTTREE_NO_SPLIT)" != ""
#if not exist $(_NTTREE_NO_SPLIT)\staxpt mkdir $(_NTTREE_NO_SPLIT)\staxpt
perl -S xcopy2binplace.pl /verifd scripts\rexpire.vbs $(_NTTREE_NO_SPLIT)\staxpt
perl -S xcopy2binplace.pl /verifd scripts\rgroup.vbs $(_NTTREE_NO_SPLIT)\staxpt
perl -S xcopy2binplace.pl /verifd scripts\rserver.vbs $(_NTTREE_NO_SPLIT)\staxpt
perl -S xcopy2binplace.pl /verifd scripts\rsess.vbs $(_NTTREE_NO_SPLIT)\staxpt
perl -S xcopy2binplace.pl /verifd scripts\rcancel.vbs $(_NTTREE_NO_SPLIT)\staxpt
perl -S xcopy2binplace.pl /verifd scripts\rfeed.vbs $(_NTTREE_NO_SPLIT)\staxpt
!endif