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.

23 lines
534 B

  1. all: ..\public\include\adserr.h ..\router\adserr.rc ..\router\msg00001.bin
  2. clean: clean_source all
  3. clean_source:
  4. -erase ..\public\include\adserr.h
  5. -erase ..\router\adserr.rc
  6. -erase ..\router\msg00001.bin
  7. -erase adserr.h
  8. -erase msg00001.bin adserr.rc
  9. adserr.h msg00001.bin: adserr.mc
  10. mc -v -d adserr.mc
  11. ..\public\include\adserr.h: adserr.h
  12. cp adserr.h ..\public\include\.
  13. ..\router\adserr.rc: adserr.rc
  14. cp adserr.rc ..\router\.
  15. ..\router\msg00001.bin: msg00001.bin
  16. cp msg00001.bin ..\router\.