make icon
This commit is contained in:
parent
757109f51c
commit
c3e0b2eab3
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -3,4 +3,4 @@
|
||||
url = https://github.com/ariya/FastLZ.git
|
||||
[submodule "libs/RaylibDS"]
|
||||
path = libs/RaylibDS
|
||||
url = https://sillysagiri.my.id/sillysagiri/RaylibDS.git
|
||||
url = https://sillysagiri.my.id/sillysagiri/RaylibDS.git
|
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