Fix casing for 'Support' folder

This commit is contained in:
2024-05-15 19:48:55 +02:00
parent 31f8de76c1
commit 3c0cc3bb6a
6 changed files with 6 additions and 6 deletions

View File

@@ -93,7 +93,7 @@
"settings": {
"C_Cpp.default.includePath": [
"${env:JABY_ENGINE_PATH}/include",
"${env:JABY_ENGINE_PATH}/Support/include"
"${env:JABY_ENGINE_PATH}/support/include"
],
"C_Cpp.default.compilerPath": "",
"C_Cpp.default.cStandard": "c17",

View File

@@ -4,7 +4,7 @@ include $(JABY_ENGINE_DIR)/mkfile/common/Wildcard.mk
SRCS = $(call rwildcard, src, c cpp)
INCLUDES += -I$(JABY_ENGINE_DIR)/include
#INCLUDES += -I$(JABY_ENGINE_DIR)/Support/include
#INCLUDES += -I$(JABY_ENGINE_DIR)/support/include
#Example for using Support libs
#SUPPORT_LIBS += FontWriter