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.

17 lines
390 B

  1. SCHEADERS=$(SDK_INC_PATH)\winscard.h \
  2. $(SDK_INC_PATH)\winsmcrd.h \
  3. $(SDK_INC_PATH)\scarderr.h
  4. ALLHEADERS : $(SCHEADERS)
  5. $(SDK_INC_PATH)\winscard.h : $(O)\winscard.h
  6. $(PUBLISH_CMD) {$?=$@}
  7. $(O)\winscard.h : winscard.x
  8. wcshdr < $? > $@
  9. $(SDK_INC_PATH)\winsmcrd.h : $(O)\winsmcrd.h
  10. $(PUBLISH_CMD) {$?=$@}
  11. $(O)\winsmcrd.h : winsmcrd.x
  12. wcshdr < $? > $@