__sinit and progress script update

This commit is contained in:
Julgodis
2021-04-01 02:07:58 +02:00
parent b999714187
commit f6464a61ce
8753 changed files with 519989 additions and 1311050 deletions
+3 -2
View File
@@ -29,14 +29,15 @@ M464_LDFLAGS := \
-linkmode moreram \
-sdata 0 \
-sdata2 0 \
-lcf $(BUILD_DIR)/rel_ldscript.lcf \
-unused -map $(BUILD_DIR)/map464.map\
$(M464_TARGET): $(M464_O_FILES) $(M464_LIBS)
@echo $(M464_LIBS) $(M464_O_FILES) > build/M464_ofiles
$(LD) -partial $(M464_LDFLAGS) -o $(M464_TARGET) @build/M464_ofiles
$(LD) -opt_partial $(M464_LDFLAGS) -o $(M464_TARGET) @build/M464_ofiles
$(BUILD_DIR)/rel/d/a/obj/d_a_obj_graWall/%.o: rel/d/a/obj/d_a_obj_graWall/%.cpp
@mkdir -p $(@D)
$(CC) $(CFLAGS) $(M464_CFLAGS) -c -o $@ $<
$(STRIP) -d -R .dead -R .comment $@