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.

18 lines
907 B

  1. $(O)\netmsg.mc: $(SDK_INC_PATH)\lmsvc.h \
  2. $(SDK_INC_PATH)\lmerr.h \
  3. $(SDK_INC_PATH)\lmerrlog.h \
  4. $(BASE_INC_PATH)\alertmsg.h \
  5. $(NET_INC_PATH)\msgtext.h \
  6. $(DS_INC_PATH)\apperr.h \
  7. $(DS_INC_PATH)\apperr2.h
  8. mapmsg NET NERR_BASE $(SDK_INC_PATH)\lmerr.h > $@
  9. mapmsg -a $@ NET ALERT_BASE $(BASE_INC_PATH)\alertmsg.h
  10. mapmsg -a $@ NET ALERT2_BASE $(BASE_INC_PATH)\alertmsg.h
  11. mapmsg -a $@ NET SERVICE_BASE $(SDK_INC_PATH)\lmsvc.h
  12. mapmsg -a $@ NET ERRLOG_BASE $(SDK_INC_PATH)\lmerrlog.h
  13. mapmsg -a $@ NET MTXT_BASE $(NET_INC_PATH)\msgtext.h
  14. mapmsg -a $@ NET APPERR_BASE $(DS_INC_PATH)\apperr.h
  15. mapmsg -a $@ NET APPERR2_BASE $(DS_INC_PATH)\apperr2.h
  16. mapmsg -a $@ NET NRCERR_BASE ..\inc\ncberr.h
  17. mapmsg -a $@ NET ERRLOG2_BASE $(SDK_INC_PATH)\lmerrlog.h
  18. mapmsg -a $@ NET SERVICE2_BASE $(SDK_INC_PATH)\lmsvc.h