supercasiobros/project.cfg

21 lines
582 B
INI
Raw Normal View History

2019-11-16 11:44:09 +01:00
#---
# fxSDK project configuration file for MARIOBRS
#---
# Project name, should be at most 8 bytes long.
NAME = MARIOBRS
# Internal name, should be '@' followed by at most 7 uppercase letters.
2019-11-20 15:33:34 +01:00
INTERNAL = @MARIOBR
2019-11-16 11:44:09 +01:00
# fx-9860G icon location
ICON_FX = assets-fx/icon-fx.png
# fx-CG 50 icon locations
ICON_CG_UNS = assets-cg/icon-cg-uns.png
ICON_CG_SEL = assets-cg/icon-cg-sel.png
# Additional compiler flags
CFLAGS = -std=c11 -Os
# Additional linker flags. This is followed by -lgcc. When using fxlib, add
# libfx.a to the projet directory and set LDFLAGS to "-L . -lfx".
LDFLAGS =