Browse Source

Make sure the images in *.def files are build as dependencies

pull/589/head
Willy De la Court 7 months ago
parent
commit
9f15687b03
  1. 5
      Source/Images/Makefile

5
Source/Images/Makefile

@ -41,6 +41,11 @@ TEMP := $(addprefix hd512_,$(TEMP)) $(addprefix hd1k_,$(TEMP))
TEMP := $(TEMP:.def=.img)
OBJECTS += $(TEMP)
TEMP = $(shell grep -vEh "^\#" *.def)
TEMP := $(addprefix hd512_,$(TEMP)) $(addprefix hd1k_,$(TEMP))
TEMP := $(addsuffix .img,$(TEMP))
OBJECTS += $(TEMP)
OTHERS = blank144 blankhd512 blankhd1k *.cat

Loading…
Cancel
Save