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.

16 lines
523 B

  1. !include ..\makefile.inc
  2. io.lib: diskio.obj i13disk.obj partio.obj makepart.obj bootcode.obj
  3. lib io.lib -+diskio.obj -+i13disk.obj -+partio.obj -+makepart.obj -+bootcode.obj,nul,io.lib
  4. diskio.obj: diskio.asm disk.inc makefile ..\makefile.inc
  5. i13disk.obj: i13disk.asm disk.inc makefile ..\makefile.inc
  6. partio.obj: partio.asm partit.inc makefile ..\makefile.inc
  7. makepart.obj: makepart.asm partit.inc disk.inc makefile ..\makefile.inc
  8. bootcode.obj: bootcode.c \nt\public\sdk\inc\bootmbr.h makefile ..\makefile.inc