--- np2/romimage/Attic/ROMIMAGE.MK 2003/12/10 14:56:17 1.3 +++ np2/romimage/Attic/ROMIMAGE.MK 2004/03/19 00:30:01 1.8 @@ -2,34 +2,8 @@ AS = masm AOPT = /ML /DNP2 OBJ = ..\obj\romrel -all: $(OBJ) ..\bios\startup.res ..\fdd\hddboot.res +all: $(OBJ) $(OBJ): if not exist $(OBJ) mkdir $(OBJ) - -..\bios\startup.res: $(OBJ) $(OBJ)\startup.bin - bin2txt $(OBJ)\startup.bin nosyscode > ..\bios\startup.res - -$(OBJ)\startup.bin: $(OBJ)\startup.exe - exe2bin $(OBJ)\startup $(OBJ)\startup.bin - -$(OBJ)\startup.exe: $(OBJ)\startup.obj - link $(OBJ)\startup,$(OBJ)\startup; - -$(OBJ)\startup.obj: startup.asm - $(AS) $(AOPT) $(*B),$*,$*; - - -..\fdd\hddboot.res: $(OBJ) $(OBJ)\hddboot.bin - bin2txt $(OBJ)\hddboot.bin hdddiskboot > ..\fdd\hddboot.res - -$(OBJ)\hddboot.bin: $(OBJ)\hddboot.exe - exe2bin $(OBJ)\hddboot $(OBJ)\hddboot.bin - -$(OBJ)\hddboot.exe: $(OBJ)\hddboot.obj - link $(OBJ)\hddboot,$(OBJ)\hddboot; - -$(OBJ)\hddboot.obj: hddboot.asm - $(AS) $(AOPT) $(*B),$*,$*; -