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.

20 lines
534 B

  1. !ifdef GENERATE_NEW_ERROR_FILES
  2. ..\impliber.c ..\impliber.h: ..\impliber.txt
  3. cd ..
  4. .\mkmsg -hex -h impliber.h -c impliber.c impliber.txt
  5. cd implib
  6. ..\implib.c: ..\implib.y ..\newexe.h ..\verimp.h ..\impliber.h
  7. cd ..
  8. # myacc hard-codes temp file names, so we need to
  9. # make sure this run and the one from ..\link16\makefile.inc
  10. # don't happen at the same time on multiprocessor boxes.
  11. sleep 5
  12. .\myacc implib.y
  13. cd implib
  14. !else
  15. ..\impliber.c ..\impliber.h:
  16. ..\implib.c:
  17. !endif