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.

19 lines
374 B

  1. #
  2. # Supplemental rules for generating Type library.
  3. #
  4. iCPU=$(PROCESSOR_ARCHITECTURE)
  5. !IF "$(iCPU)"=="x86"
  6. iCPU=I386
  7. !ENDIF
  8. !ifdef _NTTREE
  9. CDROOT=$(_NTTREE)\inetsrv
  10. CopyFiles:
  11. #if not exist "$(CDROOT)" mkdir $(CDROOT)
  12. perl -S xcopy2binplace.pl /d /i axperf.ini $(_NTTREE)
  13. perl -S xcopy2binplace.pl /d /i axctrnm.h $(CDROOT)
  14. !else
  15. CopyFiles:
  16. !endif