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.

19 lines
314 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. xcopy /d /i axperf.ini $(_NTTREE)
  13. xcopy /d /i axctrnm.h $(CDROOT)
  14. !else
  15. CopyFiles:
  16. !endif