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.

14 lines
261 B

  1. all: msg.h msg.rc msg00001.bin msg.mc
  2. clean: cleansrc all
  3. cleansrc:
  4. -erase msg.h msg00001.bin msg.rc msg.mc
  5. msg.mc: $(BASE_INC_PATH)\vendinfo.mc
  6. copy $(BASE_INC_PATH)\vendinfo.mc msg.mc
  7. msg.h msg00001.bin msg.rc:msg.mc
  8. mc -A -v msg.mc