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

@@ -2,17 +2,17 @@
<files id="native-toolkit-cairo">
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/cairo/src/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/cairo/configs/default/" unless="windows || mac || linux" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/cairo/configs/linux/" if="linux" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/cairo/configs/windows/" if="windows" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/cairo/configs/mac/" if="mac" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/cairo/src/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/cairo/configs/default/" unless="windows || mac || linux" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/cairo/configs/linux/" if="linux" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/cairo/configs/windows/" if="windows" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/cairo/configs/mac/" if="mac" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/cairo/src/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/freetype/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/freetype/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/freetype/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/pixman/pixman/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/pixman/pixman/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/pixman/pixman/" />
<compilerflag value="-DNDEBUG" unless="debug" />