mirror of
https://github.com/farisawan-2000/kirby64.git
synced 2024-11-27 07:00:51 +00:00
tried incorporating n64crc into the build process
This commit is contained in:
parent
e07f6db33c
commit
4513199452
@ -672,9 +672,10 @@ void func_801DDAA0_ovl10(s32 arg0) {
|
||||
|
||||
extern s32 D_801F42F0[];
|
||||
|
||||
// Mostly regall
|
||||
#ifdef MIPS_TO_C
|
||||
//generated by mips_to_c commit e0e006e8858ba357d1dcb4dc64f038b7df278aa6
|
||||
s32 random_soft_s32_range(s32);
|
||||
|
||||
// regalloc
|
||||
#ifdef NON_MATCHING
|
||||
void func_801DDAC8_ovl10(s32 arg0) {
|
||||
s32 randInt;
|
||||
s32 check;
|
||||
|
@ -20,7 +20,7 @@ armips: armips.cpp
|
||||
$(CXX) $(CXXFLAGS) -fno-exceptions -fno-rtti -pipe $^ -o $@ -lpthread $(ARMIPS_FLAGS)
|
||||
|
||||
clean:
|
||||
$(RM) $(PROGRAMS) $(CXXPROGRAMS)
|
||||
$(RM) $(PROGRAMS) $(CXXPROGRAMS) n64crc
|
||||
|
||||
define COMPILE
|
||||
$(1): $($1_SOURCES)
|
||||
@ -28,3 +28,6 @@ $(1): $($1_SOURCES)
|
||||
endef
|
||||
|
||||
$(foreach p,$(PROGRAMS),$(eval $(call COMPILE,$(p))))
|
||||
|
||||
n64crc: n64crc.c
|
||||
$(CC) -o $< $@
|
||||
|
Loading…
Reference in New Issue
Block a user