Fix casing for 'Support' folder
This commit is contained in:
@@ -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",
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user