Rename "overrides" to "custom."

This helps shift the emphasis from "replacing existing files" to "adding
missing files," without ruling either option out.
This commit is contained in:
Joseph Cloutier
2022-05-22 23:27:47 -04:00
parent 55f3e74596
commit 87e779b971
44 changed files with 58 additions and 57 deletions

View File

@@ -3,11 +3,11 @@
<files id="native-toolkit-openal">
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/openal/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/openal/alc/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/openal/alc/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/openal/alc/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/openal/build/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/openal/build/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/openal/common/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/openal/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/openal/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/openal/include/" />
<compilerflag value="-DAL_LIBTYPE_STATIC" if="native_toolkit_openal_static" />
@@ -77,7 +77,7 @@
<section if="NATIVE_TOOLKIT_HAVE_SDL">
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/sdl/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/sdl/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl/include/configs/default/" unless="windows || mac || linux || rpi" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl/include/configs/linux/" if="linux" unless="rpi" />