Rename include -> overrides and add documentation.
This commit is contained in:
@@ -2,16 +2,19 @@
|
||||
|
||||
<files id="native-toolkit-cairo" >
|
||||
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/pixman/pixman/" />
|
||||
<!-- <compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/cairo/" /> -->
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/cairo/include/" />
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/cairo/include/configs/default/" unless="windows || mac || linux" />
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/cairo/include/configs/linux/" if="linux" />
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/cairo/include/configs/windows/" if="windows" />
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/cairo/include/configs/mac/" if="mac" />
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/include/pixman/" /> <!-- Pixman's config.h must come after Cairo's. -->
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/cairo/src" />
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/freetype/include" />
|
||||
|
||||
<!-- Include Pixman's headers last so Cairo's headers will override them. -->
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/pixman/" />
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/pixman/pixman/" />
|
||||
|
||||
<compilerflag value="-DNDEBUG" unless="debug" />
|
||||
<compilerflag value="-DHAVE_CONFIG_H" />
|
||||
<compilerflag value="-DCAIRO_WIN32_STATIC_BUILD" if="windows" />
|
||||
|
||||
Reference in New Issue
Block a user