Sort and format build files.

This commit is contained in:
Joseph Cloutier
2022-05-20 17:09:02 -04:00
parent 11821e52dd
commit 104533fdde
21 changed files with 606 additions and 644 deletions

View File

@@ -1,10 +1,10 @@
<xml>
<files id="native-toolkit-png-depends">
<depend name="${NATIVE_TOOLKIT_PATH}/png/png.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/png/png.h" />
</files>
<files id="native-toolkit-png" tags="" >
<files id="native-toolkit-png" tags="">
<cache value="1" />
<tag value="${NATIVE_TOOLKIT_OPTIM_TAG}" if="NATIVE_TOOLKIT_OPTIM_TAG" />
@@ -15,13 +15,12 @@
<depend files="native-toolkit-png-depends" />
<depend name="${NATIVE_TOOLKIT_PATH}/png/pngstruct.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/png/pnginfo.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/overrides/png/pnglibconf.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/png/pngpriv.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/png/pngconf.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/png/pngdebug.h"/>
<depend name="${NATIVE_TOOLKIT_PATH}/png/pngconf.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/png/pngdebug.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/png/pnginfo.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/overrides/png/pnglibconf.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/png/pngpriv.h" />
<depend name="${NATIVE_TOOLKIT_PATH}/png/pngstruct.h" />
<file name="${NATIVE_TOOLKIT_PATH}/png/png.c" />
<file name="${NATIVE_TOOLKIT_PATH}/png/pngerror.c" />