make icon
This commit is contained in:
parent
757109f51c
commit
c3e0b2eab3
6
Makefile
6
Makefile
@ -29,8 +29,8 @@ SDIMAGE := image.bin
|
||||
# Source code paths
|
||||
# -----------------
|
||||
|
||||
SOURCEDIRS := src libs/FastLZ/fastlz.c libs/RaylibDS
|
||||
INCLUDEDIRS := src libs/FastLZ libs/RaylibDS
|
||||
SOURCEDIRS := src libs/FastLZ/fastlz.c libs/RaylibDS libs/lwrb/lwrb/src/lwrb
|
||||
INCLUDEDIRS := src libs/FastLZ libs/RaylibDS libs/lwrb/lwrb/src/include
|
||||
GFXDIRS :=
|
||||
BINDIRS :=
|
||||
AUDIODIRS :=
|
||||
@ -40,7 +40,7 @@ NITROFSDIR := nitrofs
|
||||
# Defines passed to all files
|
||||
# ---------------------------
|
||||
|
||||
DEFINES := -DARM9
|
||||
DEFINES := -DARM9 -DLWRB_DISABLE_ATOMIC
|
||||
|
||||
# Libraries
|
||||
# ---------
|
||||
|
Loading…
x
Reference in New Issue
Block a user