mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
__sinit and progress script update
This commit is contained in:
@@ -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 $@
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user