diff options
author | Legolas <Legolas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2015-03-02 17:33:44 +0000 |
---|---|---|
committer | Legolas <Legolas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2015-03-02 17:33:44 +0000 |
commit | b0a1e25fca283ea2e38ef9df382b148a1ee6efcc (patch) | |
tree | 988e0b4a788cb1906b25f8f7718f8fdea9da9be7 /packages/libndsfpc/examples | |
parent | d09d7f4ec48d3484b7004917c57968be712c8da8 (diff) | |
download | fpc-b0a1e25fca283ea2e38ef9df382b148a1ee6efcc.tar.gz |
* Fixed gba rtl: it generated corrupted executables
* Changed nds tool: grit has been replaced by grit_fpc (https://github.com/flodd/grit_fpc) to simplify the nds programming workflow
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@30074 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/libndsfpc/examples')
78 files changed, 78 insertions, 78 deletions
diff --git a/packages/libndsfpc/examples/audio/maxmod/audio_modes/Makefile.fpc b/packages/libndsfpc/examples/audio/maxmod/audio_modes/Makefile.fpc index 559f6631bc..abf3a3e2e3 100644 --- a/packages/libndsfpc/examples/audio/maxmod/audio_modes/Makefile.fpc +++ b/packages/libndsfpc/examples/audio/maxmod/audio_modes/Makefile.fpc @@ -86,7 +86,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/audio/maxmod/basic_sound/Makefile.fpc b/packages/libndsfpc/examples/audio/maxmod/basic_sound/Makefile.fpc index 44da81c4df..20acedd9af 100644 --- a/packages/libndsfpc/examples/audio/maxmod/basic_sound/Makefile.fpc +++ b/packages/libndsfpc/examples/audio/maxmod/basic_sound/Makefile.fpc @@ -85,7 +85,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/audio/maxmod/reverb/Makefile.fpc b/packages/libndsfpc/examples/audio/maxmod/reverb/Makefile.fpc index 4463668b92..3f97ac1745 100644 --- a/packages/libndsfpc/examples/audio/maxmod/reverb/Makefile.fpc +++ b/packages/libndsfpc/examples/audio/maxmod/reverb/Makefile.fpc @@ -85,7 +85,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/audio/maxmod/song_events_example/Makefile.fpc b/packages/libndsfpc/examples/audio/maxmod/song_events_example/Makefile.fpc index f8f7fb4b4c..d2deb95e9c 100644 --- a/packages/libndsfpc/examples/audio/maxmod/song_events_example/Makefile.fpc +++ b/packages/libndsfpc/examples/audio/maxmod/song_events_example/Makefile.fpc @@ -87,7 +87,7 @@ mmsolution.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/audio/maxmod/song_events_example2/Makefile.fpc b/packages/libndsfpc/examples/audio/maxmod/song_events_example2/Makefile.fpc index 831d1f8b22..98077b3ecd 100644 --- a/packages/libndsfpc/examples/audio/maxmod/song_events_example2/Makefile.fpc +++ b/packages/libndsfpc/examples/audio/maxmod/song_events_example2/Makefile.fpc @@ -87,7 +87,7 @@ mmsolution.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/audio/maxmod/streaming/Makefile.fpc b/packages/libndsfpc/examples/audio/maxmod/streaming/Makefile.fpc index c1968335bd..a197a1e77c 100644 --- a/packages/libndsfpc/examples/audio/maxmod/streaming/Makefile.fpc +++ b/packages/libndsfpc/examples/audio/maxmod/streaming/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/audio/micrecord/Makefile.fpc b/packages/libndsfpc/examples/audio/micrecord/Makefile.fpc index 13f84cb05d..99b34380bb 100644 --- a/packages/libndsfpc/examples/audio/micrecord/Makefile.fpc +++ b/packages/libndsfpc/examples/audio/micrecord/Makefile.fpc @@ -83,7 +83,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/card/eeprom/Makefile.fpc b/packages/libndsfpc/examples/card/eeprom/Makefile.fpc index 7396ad78de..fe400ba596 100644 --- a/packages/libndsfpc/examples/card/eeprom/Makefile.fpc +++ b/packages/libndsfpc/examples/card/eeprom/Makefile.fpc @@ -83,7 +83,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/debugging/exceptionTest/Makefile.fpc b/packages/libndsfpc/examples/debugging/exceptionTest/Makefile.fpc index 906cfb792c..9a3b0b5cba 100644 --- a/packages/libndsfpc/examples/debugging/exceptionTest/Makefile.fpc +++ b/packages/libndsfpc/examples/debugging/exceptionTest/Makefile.fpc @@ -83,7 +83,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/ds_motion/Makefile.fpc b/packages/libndsfpc/examples/ds_motion/Makefile.fpc index 4839df3ace..64efbf38be 100644 --- a/packages/libndsfpc/examples/ds_motion/Makefile.fpc +++ b/packages/libndsfpc/examples/ds_motion/Makefile.fpc @@ -83,7 +83,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/dswifi/ap_search/Makefile.fpc b/packages/libndsfpc/examples/dswifi/ap_search/Makefile.fpc index 0b61aeb853..e824c1aaab 100644 --- a/packages/libndsfpc/examples/dswifi/ap_search/Makefile.fpc +++ b/packages/libndsfpc/examples/dswifi/ap_search/Makefile.fpc @@ -83,7 +83,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/dswifi/autoconnect/Makefile.fpc b/packages/libndsfpc/examples/dswifi/autoconnect/Makefile.fpc index ffd7909ff8..689647c46e 100644 --- a/packages/libndsfpc/examples/dswifi/autoconnect/Makefile.fpc +++ b/packages/libndsfpc/examples/dswifi/autoconnect/Makefile.fpc @@ -83,7 +83,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/dswifi/httpget/Makefile.fpc b/packages/libndsfpc/examples/dswifi/httpget/Makefile.fpc index 99ed801004..cf9e1bf162 100644 --- a/packages/libndsfpc/examples/dswifi/httpget/Makefile.fpc +++ b/packages/libndsfpc/examples/dswifi/httpget/Makefile.fpc @@ -83,7 +83,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/filesystem/embedded_gbfs/Makefile.fpc b/packages/libndsfpc/examples/filesystem/embedded_gbfs/Makefile.fpc index 199aae192b..ce8d3e4a08 100644 --- a/packages/libndsfpc/examples/filesystem/embedded_gbfs/Makefile.fpc +++ b/packages/libndsfpc/examples/filesystem/embedded_gbfs/Makefile.fpc @@ -86,7 +86,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/filesystem/libfat/access_dir/Makefile.fpc b/packages/libndsfpc/examples/filesystem/libfat/access_dir/Makefile.fpc index 74b0762d2d..df0e51cd12 100644 --- a/packages/libndsfpc/examples/filesystem/libfat/access_dir/Makefile.fpc +++ b/packages/libndsfpc/examples/filesystem/libfat/access_dir/Makefile.fpc @@ -85,7 +85,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/filesystem/libfat/access_file/Makefile.fpc b/packages/libndsfpc/examples/filesystem/libfat/access_file/Makefile.fpc index 721b275f46..34cead46ca 100644 --- a/packages/libndsfpc/examples/filesystem/libfat/access_file/Makefile.fpc +++ b/packages/libndsfpc/examples/filesystem/libfat/access_file/Makefile.fpc @@ -84,7 +84,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/filesystem/libfat/libfatdir/Makefile.fpc b/packages/libndsfpc/examples/filesystem/libfat/libfatdir/Makefile.fpc index f50c1b2903..749ba80b1a 100644 --- a/packages/libndsfpc/examples/filesystem/libfat/libfatdir/Makefile.fpc +++ b/packages/libndsfpc/examples/filesystem/libfat/libfatdir/Makefile.fpc @@ -84,7 +84,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/Makefile.fpc b/packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/Makefile.fpc index c5eee35cca..adbe395346 100644 --- a/packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/Makefile.fpc +++ b/packages/libndsfpc/examples/filesystem/nitrofs/nitrodir/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MOVE) /Y $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/gl2d/2Dplus3D/Makefile.fpc b/packages/libndsfpc/examples/gl2d/2Dplus3D/Makefile.fpc index d8679475a7..32e38658aa 100644 --- a/packages/libndsfpc/examples/gl2d/2Dplus3D/Makefile.fpc +++ b/packages/libndsfpc/examples/gl2d/2Dplus3D/Makefile.fpc @@ -86,7 +86,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/gl2d/dual_screen/Makefile.fpc b/packages/libndsfpc/examples/gl2d/dual_screen/Makefile.fpc index 4486b343a8..9844b471d4 100644 --- a/packages/libndsfpc/examples/gl2d/dual_screen/Makefile.fpc +++ b/packages/libndsfpc/examples/gl2d/dual_screen/Makefile.fpc @@ -86,7 +86,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/gl2d/fonts/Makefile.fpc b/packages/libndsfpc/examples/gl2d/fonts/Makefile.fpc index 537f27bb33..6a44338d52 100644 --- a/packages/libndsfpc/examples/gl2d/fonts/Makefile.fpc +++ b/packages/libndsfpc/examples/gl2d/fonts/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/gl2d/primitives/Makefile.fpc b/packages/libndsfpc/examples/gl2d/primitives/Makefile.fpc index 941ccaba5d..2a30df4d76 100644 --- a/packages/libndsfpc/examples/gl2d/primitives/Makefile.fpc +++ b/packages/libndsfpc/examples/gl2d/primitives/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/gl2d/scrolling/Makefile.fpc b/packages/libndsfpc/examples/gl2d/scrolling/Makefile.fpc index 9c2b75b30e..10934ce246 100644 --- a/packages/libndsfpc/examples/gl2d/scrolling/Makefile.fpc +++ b/packages/libndsfpc/examples/gl2d/scrolling/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/gl2d/sprites/Makefile.fpc b/packages/libndsfpc/examples/gl2d/sprites/Makefile.fpc index 6f27ef46b1..7477c8dc40 100644 --- a/packages/libndsfpc/examples/gl2d/sprites/Makefile.fpc +++ b/packages/libndsfpc/examples/gl2d/sprites/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/Makefile.fpc index cfaf0db31e..f9873827c7 100644 --- a/packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/3D_Both_Screens/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/BoxTest/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/BoxTest/Makefile.fpc index 8958a391b4..c7b15e86a3 100644 --- a/packages/libndsfpc/examples/graphics/3D/BoxTest/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/BoxTest/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/Display_List/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/Display_List/Makefile.fpc index 5854e1c08d..7cc2e91c99 100644 --- a/packages/libndsfpc/examples/graphics/3D/Display_List/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/Display_List/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/Display_List_2/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/Display_List_2/Makefile.fpc index 843e3f88e9..694c4412db 100644 --- a/packages/libndsfpc/examples/graphics/3D/Display_List_2/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/Display_List_2/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/Env_Mapping/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/Env_Mapping/Makefile.fpc index 96cb6a7b35..97ca6d1f8b 100644 --- a/packages/libndsfpc/examples/graphics/3D/Env_Mapping/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/Env_Mapping/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/Makefile.fpc index dfca6fea40..b3b7ceb9b0 100644 --- a/packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/Mixed_Text_3D/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/Ortho/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/Ortho/Makefile.fpc index 914f5a96d7..927aeac39b 100644 --- a/packages/libndsfpc/examples/graphics/3D/Ortho/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/Ortho/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/Paletted_Cube/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/Paletted_Cube/Makefile.fpc index 76e2a67bd6..0d2e51d2df 100644 --- a/packages/libndsfpc/examples/graphics/3D/Paletted_Cube/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/Paletted_Cube/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/Picking/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/Picking/Makefile.fpc index f4e26fd894..85e83a0c52 100644 --- a/packages/libndsfpc/examples/graphics/3D/Picking/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/Picking/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/Simple_Quad/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/Simple_Quad/Makefile.fpc index de9216c080..d16a98a8e0 100644 --- a/packages/libndsfpc/examples/graphics/3D/Simple_Quad/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/Simple_Quad/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/Simple_Tri/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/Simple_Tri/Makefile.fpc index c0fdf6eb8b..e91ae9429b 100644 --- a/packages/libndsfpc/examples/graphics/3D/Simple_Tri/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/Simple_Tri/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/Textured_Cube/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/Textured_Cube/Makefile.fpc index 252fbbad7a..ab576ff2eb 100644 --- a/packages/libndsfpc/examples/graphics/3D/Textured_Cube/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/Textured_Cube/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/Textured_Quad/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/Textured_Quad/Makefile.fpc index 92ff5964d6..a77b79fe4f 100644 --- a/packages/libndsfpc/examples/graphics/3D/Textured_Quad/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/Textured_Quad/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/Toon_Shading/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/Toon_Shading/Makefile.fpc index 2f4ebf8a05..e37b1d85be 100644 --- a/packages/libndsfpc/examples/graphics/3D/Toon_Shading/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/Toon_Shading/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson01/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/nehe/lesson01/Makefile.fpc index 53623c43b4..3553ff29d8 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson01/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson01/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson02/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/nehe/lesson02/Makefile.fpc index cfb0bf9176..fe40746bd6 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson02/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson02/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile.fpc index 40b8f3812e..f13a015138 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson03/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson04/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/nehe/lesson04/Makefile.fpc index 423eea88df..39e37fe9e8 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson04/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson04/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson05/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/nehe/lesson05/Makefile.fpc index df8c96413b..fea37db78e 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson05/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson05/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson06/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/nehe/lesson06/Makefile.fpc index f773f5ef55..f83ef18759 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson06/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson06/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson07/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/nehe/lesson07/Makefile.fpc index 45046b581c..5863271ffe 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson07/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson07/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson08/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/nehe/lesson08/Makefile.fpc index b4255910b6..2b76279296 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson08/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson08/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson09/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/nehe/lesson09/Makefile.fpc index b8b83f1f6d..7e89167a8b 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson09/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson09/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson10/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/nehe/lesson10/Makefile.fpc index 54b99bb01f..ba94dbf079 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson10/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson10/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/Makefile.fpc index a02dea5d08..246b7ac495 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson10b/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/3D/nehe/lesson11/Makefile.fpc b/packages/libndsfpc/examples/graphics/3D/nehe/lesson11/Makefile.fpc index 3cdc76498e..6ba964c178 100644 --- a/packages/libndsfpc/examples/graphics/3D/nehe/lesson11/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/3D/nehe/lesson11/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/Makefile.fpc b/packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/Makefile.fpc index 1320e1a210..ee4179dd41 100644 --- a/packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Backgrounds/16bit_color_bmp/Makefile.fpc @@ -88,7 +88,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/Makefile.fpc b/packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/Makefile.fpc index a9d39f6ac6..daaf667957 100644 --- a/packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Backgrounds/256_color_bmp/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/Makefile.fpc b/packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/Makefile.fpc index 6e8b42b580..0fe7ac3068 100644 --- a/packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Backgrounds/Double_Buffer/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/Makefile.fpc b/packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/Makefile.fpc index 662e08c159..25088eed34 100644 --- a/packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Backgrounds/all_in_one/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Backgrounds/rotation/Makefile.fpc b/packages/libndsfpc/examples/graphics/Backgrounds/rotation/Makefile.fpc index d3453fd049..bde72d4142 100644 --- a/packages/libndsfpc/examples/graphics/Backgrounds/rotation/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Backgrounds/rotation/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Effects/windows/Makefile.fpc b/packages/libndsfpc/examples/graphics/Effects/windows/Makefile.fpc index 5ee1bede6e..28ee39a4d7 100644 --- a/packages/libndsfpc/examples/graphics/Effects/windows/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Effects/windows/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/Makefile.fpc b/packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/Makefile.fpc index bc2f0a01bd..60df85098c 100644 --- a/packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Printing/ansi_console/Makefile.fpc b/packages/libndsfpc/examples/graphics/Printing/ansi_console/Makefile.fpc index 1d5daa46a2..de3275a8a8 100644 --- a/packages/libndsfpc/examples/graphics/Printing/ansi_console/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Printing/ansi_console/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Printing/console_windows/Makefile.fpc b/packages/libndsfpc/examples/graphics/Printing/console_windows/Makefile.fpc index 3b505a39a3..da0305d1b1 100644 --- a/packages/libndsfpc/examples/graphics/Printing/console_windows/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Printing/console_windows/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile.fpc b/packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile.fpc index c201e1fed0..e4d0a0bde7 100644 --- a/packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Printing/print_both_screens/Makefile.fpc b/packages/libndsfpc/examples/graphics/Printing/print_both_screens/Makefile.fpc index dd1c75974e..d5d9550f37 100644 --- a/packages/libndsfpc/examples/graphics/Printing/print_both_screens/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Printing/print_both_screens/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Printing/rotscale_text/Makefile.fpc b/packages/libndsfpc/examples/graphics/Printing/rotscale_text/Makefile.fpc index 216a5ea35b..803ba0a966 100644 --- a/packages/libndsfpc/examples/graphics/Printing/rotscale_text/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Printing/rotscale_text/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Sprites/allocation_test/Makefile.fpc b/packages/libndsfpc/examples/graphics/Sprites/allocation_test/Makefile.fpc index 2bf78b0bcb..b27b362276 100644 --- a/packages/libndsfpc/examples/graphics/Sprites/allocation_test/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Sprites/allocation_test/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Sprites/animate_simple/Makefile.fpc b/packages/libndsfpc/examples/graphics/Sprites/animate_simple/Makefile.fpc index c5320fe597..169d1af004 100644 --- a/packages/libndsfpc/examples/graphics/Sprites/animate_simple/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Sprites/animate_simple/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/Makefile.fpc b/packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/Makefile.fpc index a12d29e376..acecc4a4ec 100644 --- a/packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Sprites/bitmap_sprites/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/Makefile.fpc b/packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/Makefile.fpc index 2bb75d4cfd..10610d5333 100644 --- a/packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Sprites/fire_and_sprites/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Sprites/simple/Makefile.fpc b/packages/libndsfpc/examples/graphics/Sprites/simple/Makefile.fpc index cdc19e4bf5..9df18a11a6 100644 --- a/packages/libndsfpc/examples/graphics/Sprites/simple/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Sprites/simple/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/Makefile.fpc b/packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/Makefile.fpc index 552dbe07f9..326723525f 100644 --- a/packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Sprites/sprite_extended_palettes/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/Makefile.fpc b/packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/Makefile.fpc index 80ddce8e14..ea4dd2fa56 100644 --- a/packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/Makefile.fpc +++ b/packages/libndsfpc/examples/graphics/Sprites/sprite_rotate/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/hello_world/Makefile.fpc b/packages/libndsfpc/examples/hello_world/Makefile.fpc index b29ba792b2..4cedc6879c 100644 --- a/packages/libndsfpc/examples/hello_world/Makefile.fpc +++ b/packages/libndsfpc/examples/hello_world/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/input/Touch_Pad/touch_area/Makefile.fpc b/packages/libndsfpc/examples/input/Touch_Pad/touch_area/Makefile.fpc index 84262d4699..67eaef55e3 100644 --- a/packages/libndsfpc/examples/input/Touch_Pad/touch_area/Makefile.fpc +++ b/packages/libndsfpc/examples/input/Touch_Pad/touch_area/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/input/Touch_Pad/touch_look/Makefile.fpc b/packages/libndsfpc/examples/input/Touch_Pad/touch_look/Makefile.fpc index 43a700d2f7..03723fa100 100644 --- a/packages/libndsfpc/examples/input/Touch_Pad/touch_look/Makefile.fpc +++ b/packages/libndsfpc/examples/input/Touch_Pad/touch_look/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/input/Touch_Pad/touch_test/Makefile.fpc b/packages/libndsfpc/examples/input/Touch_Pad/touch_test/Makefile.fpc index 5a588c9a9e..43d2008b46 100644 --- a/packages/libndsfpc/examples/input/Touch_Pad/touch_test/Makefile.fpc +++ b/packages/libndsfpc/examples/input/Touch_Pad/touch_test/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/input/keyboard/keyboard_async/Makefile.fpc b/packages/libndsfpc/examples/input/keyboard/keyboard_async/Makefile.fpc index 290a7cc18a..9d9bf68898 100644 --- a/packages/libndsfpc/examples/input/keyboard/keyboard_async/Makefile.fpc +++ b/packages/libndsfpc/examples/input/keyboard/keyboard_async/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/input/keyboard/keyboard_stdin/Makefile.fpc b/packages/libndsfpc/examples/input/keyboard/keyboard_stdin/Makefile.fpc index f0728db38e..134790da92 100644 --- a/packages/libndsfpc/examples/input/keyboard/keyboard_stdin/Makefile.fpc +++ b/packages/libndsfpc/examples/input/keyboard/keyboard_stdin/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/time/RealTimeClock/Makefile.fpc b/packages/libndsfpc/examples/time/RealTimeClock/Makefile.fpc index 2d5c1386c9..51e18be3df 100644 --- a/packages/libndsfpc/examples/time/RealTimeClock/Makefile.fpc +++ b/packages/libndsfpc/examples/time/RealTimeClock/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/time/stopwatch/Makefile.fpc b/packages/libndsfpc/examples/time/stopwatch/Makefile.fpc index 2792071304..384d19c8ad 100644 --- a/packages/libndsfpc/examples/time/stopwatch/Makefile.fpc +++ b/packages/libndsfpc/examples/time/stopwatch/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc diff --git a/packages/libndsfpc/examples/time/timercallback/Makefile.fpc b/packages/libndsfpc/examples/time/timercallback/Makefile.fpc index df6492ba26..063d05e657 100644 --- a/packages/libndsfpc/examples/time/timercallback/Makefile.fpc +++ b/packages/libndsfpc/examples/time/timercallback/Makefile.fpc @@ -87,7 +87,7 @@ soundbank.bin.o : $(AUDIO_FILES) # $(GFX_FILES): $(wildcard %.bmp %.png) @echo 'Converting $(@) file to asm...' - $(GRIT) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) + $(GRIT_FPC) $(GFX)/$(@) -fp -fts -ff $(GFX)/$(basename $(@)).grit -o$(BUILD)/$(@) @echo 'Assembling $(@).s file...' $(AS) -o $(BUILD)/$(basename $(@)).o $(BUILD)/$(basename $(@)).s $(MV) -f $(BUILD)/$(basename $(@)).inc $(INC)/$(basename $(@)).inc |