don't use git submodule for gbdk because it doesn't have binaries
This commit is contained in:
parent
1dbfa25e3e
commit
a4a1c80598
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
compile.bat
|
compile.bat
|
||||||
obj
|
obj
|
||||||
|
gbdk
|
||||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "gbdk-2020"]
|
|
||||||
path = gbdk-2020
|
|
||||||
url = https://github.com/gbdk-2020/gbdk-2020.git
|
|
2
Makefile
2
Makefile
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
# If you move this project you can change the directory
|
# If you move this project you can change the directory
|
||||||
# to match your GBDK root directory (ex: GBDK_HOME = "C:/GBDK/"
|
# to match your GBDK root directory (ex: GBDK_HOME = "C:/GBDK/"
|
||||||
GBDK_HOME = ./gbdk-2020/
|
GBDK_HOME = ./gbdk/
|
||||||
|
|
||||||
LCC = $(GBDK_HOME)bin/lcc
|
LCC = $(GBDK_HOME)bin/lcc
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 48265b8e171f04d5fe98f95f2aecd11830cb632c
|
|
@ -6,11 +6,8 @@ i don't know what i'm doing
|
|||||||
|
|
||||||
## compile
|
## compile
|
||||||
|
|
||||||
first clone submodules:
|
first download [gbdk version 4.0.6](https://github.com/gbdk-2020/gbdk-2020/releases/tag/4.0.6) and
|
||||||
|
extract the release to the folder `<PROJECT ROOT>/gbdk`
|
||||||
```
|
|
||||||
git submodule init && git submodule update
|
|
||||||
```
|
|
||||||
|
|
||||||
and then compile the game
|
and then compile the game
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user