Diff for /np2/romimage/Attic/ROMIMAGE.MK between versions 1.2 and 1.3

version 1.2, 2003/12/10 13:52:57 version 1.3, 2003/12/10 14:56:17
Line 2  AS  = masm Line 2  AS  = masm
 AOPT    = /ML /DNP2  AOPT    = /ML /DNP2
 OBJ             = ..\obj\romrel  OBJ             = ..\obj\romrel
   
 all: $(OBJ) ..\bios\startup.res hddboot.res  all: $(OBJ) ..\bios\startup.res ..\fdd\hddboot.res
   
 $(OBJ):  $(OBJ):
         if not exist $(OBJ) mkdir $(OBJ)          if not exist $(OBJ) mkdir $(OBJ)
Line 21  $(OBJ)\startup.obj: startup.asm Line 21  $(OBJ)\startup.obj: startup.asm
         $(AS) $(AOPT) $(*B),$*,$*;          $(AS) $(AOPT) $(*B),$*,$*;
   
   
 hddboot.res: $(OBJ) $(OBJ)\hddboot.bin  ..\fdd\hddboot.res: $(OBJ) $(OBJ)\hddboot.bin
         bin2txt $(OBJ)\hddboot.bin hddboot > hddboot.res          bin2txt $(OBJ)\hddboot.bin hdddiskboot > ..\fdd\hddboot.res
   
 $(OBJ)\hddboot.bin: $(OBJ)\hddboot.exe  $(OBJ)\hddboot.bin: $(OBJ)\hddboot.exe
         exe2bin $(OBJ)\hddboot $(OBJ)\hddboot.bin          exe2bin $(OBJ)\hddboot $(OBJ)\hddboot.bin

Removed from v.1.2  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>