Files
haikuports/dev-util/abi_compliance_checker/example-descriptors/zlib-1.1.4.desc
Oliver Tappe 2191f6611f Rename all port folders containing '-' to use '_' instead.
* haikuporter relies on the recipe file sharing the name with the port folder
2013-04-21 18:58:18 +02:00

43 lines
1.0 KiB
XML

<?xml version="1.0"?>
<version>
1.1.4
</version>
<headers>
zconf.h
zlib.h
zutil.h
</headers>
<libs>
zlib-1.1.4/libz.so
</libs>
<include_paths>
/* The list of paths to be searched for header files needed for compiling of library headers, one per line */
/* This section is not necessary */
zlib-1.1.4
</include_paths>
<gcc_options>
/* Addition gcc options, one per line */
/* This section is not necessary */
</gcc_options>
<opaque_types>
/* The list of types that should be skipped while checking, one per line */
/* This section is not necessary */
</opaque_types>
<skip_interfaces>
/* The list of interfaces that should be skipped while checking, one mangled name per line */
/* This section is not necessary */
</skip_interfaces>
<include_preamble>
/* The list of header files that should be included before other headers, one per line */
/* For example, it is a tree.h for libxml2 and ft2build.h for freetype2 */
/* This section is not necessary */
</include_preamble>