equal
deleted
inserted
replaced
130 $(SVGTBINENCODE) $(addprefix -v ,$(SVGENCODINGVERSION)) $< |
130 $(SVGTBINENCODE) $(addprefix -v ,$(SVGENCODINGVERSION)) $< |
131 |
131 |
132 |
132 |
133 |
133 |
134 ########################################################################################## |
134 ########################################################################################## |
135 # MBM file name resolution. BMCONV is called by mifconv. |
135 # MBM file name resolution. BMCONV is called by mifconv if -B is defined. Otherwise |
|
136 # mifconv uses puilt-in logic for BMP to MBM -conversion. |
136 # |
137 # |
137 |
138 |
138 # Check if we have any bitmap sources available |
139 # Check if we have any bitmap sources available |
139 ifneq ($(strip $(BMPFILES)),) |
140 ifneq ($(strip $(BMPFILES)),) |
140 |
141 |