Changed core dir name.
This commit is contained in:
parent
1dee7a48bc
commit
67850aff28
|
|
@ -1,3 +1,2 @@
|
||||||
build
|
build
|
||||||
SDL2_Core
|
core
|
||||||
Casio_Core
|
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,7 @@
|
||||||
"name": "Default",
|
"name": "Default",
|
||||||
"includePath": [
|
"includePath": [
|
||||||
"src/**/headers",
|
"src/**/headers",
|
||||||
"SDL2_Core/src/headers",
|
"core/src/headers"
|
||||||
"Casio_Core/src/headers"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
4
Makefile
4
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
SHELL = /bin/bash
|
SHELL = /usr/bin/env bash
|
||||||
|
|
||||||
# Build folder
|
# Build folder
|
||||||
BUILD_DIR = build
|
BUILD_DIR = build
|
||||||
|
|
@ -26,7 +26,7 @@ all: build_core build_src
|
||||||
|
|
||||||
# Sub Makefiles
|
# Sub Makefiles
|
||||||
SOURCE_DIR = src
|
SOURCE_DIR = src
|
||||||
CORE_DIR = SDL2_Core/src
|
CORE_DIR = core/src
|
||||||
ASSETS_DIR = assets
|
ASSETS_DIR = assets
|
||||||
|
|
||||||
include $(CORE_DIR)/Makefile
|
include $(CORE_DIR)/Makefile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue