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.

10 lines
476 B

  1. $(O)\bootfix.bin: ..\etfs\i386\bootfix.asm ..\etfs\i386\$(LANGUAGE)\bootfix.inc
  2. masm386 -I..\etfs\i386 -I..\etfs\i386\$(LANGUAGE) ..\etfs\i386\bootfix.asm,$(O)\bootfix.obj;
  3. link16 /tiny $(O)\bootfix.obj,$@;
  4. $(O)\etfsboot.com: i386\etfsboot.asm i386\usa\etfsboot.inc
  5. masm386 -Ii386 -Ii386\usa i386\etfsboot.asm,$(O)\etfsboot.obj;
  6. link16 /tiny $(O)\etfsboot.obj,$@;
  7. $(O)\bootefs.h: $(O)\etfsboot.com
  8. bin2c $(O)\etfsboot.com 2048 0 2048 $@ EtfsBootCode