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.

26 lines
762 B

  1. #
  2. # Since we don't support multiple mc files or msg0001.bin
  3. # blobs, we combine them into a single .mc file.
  4. #
  5. # all: mtxmsg.h wsockmsg.h webcluserr.h commsg.rc
  6. commsg.rc msg00001.bin: commsg.mc
  7. mc -v commsg.mc -r .\ -h .\
  8. commsg.mc: mtxmsg.mc wsockmsg.mc ..\..\inc\webcluserr.mc wsockmsg.h mtxmsg.h webcluserr.h
  9. copy /A wsockmsg.mc+mtxmsg.mc+..\..\inc\webcluserr.mc commsg.mc
  10. wsockmsg.h: wsockmsg.mc
  11. mc -d -v wsockmsg.mc -r .\ -h .\
  12. mtxmsg.h: mtxmsg.mc
  13. mc -o -v mtxmsg.mc -r .\ -h .\
  14. webcluserr.h: ..\..\inc\webcluserr.mc
  15. mc -o -v ..\..\inc\webcluserr.mc -r .\ -h .\
  16. clean::
  17. -del wsockmsg.h wsockmsg.rc
  18. -del mtxmsg.h mtxmsg.rc
  19. -del webcluserr.h webcluserr.rc
  20. -del commsg.h commsg.rc commsg.mc msg0001.bin