BitmapWars/project.cfg

22 lines
497 B
INI
Raw Normal View History

2019-08-05 12:15:15 +02:00
#---
# fxSDK project configuration file for BitmapWs
#---
# Project name, should be at most 8 bytes long.
NAME = BitmapWs
# Internal name, should be '@' followed by at most 7 uppercase letters.
INTERNAL = @BMPWARS
# version
VERSION = 00.01.0000
2019-08-05 12:15:15 +02: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
LDFLAGS =