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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user