mirror of https://gitee.com/openkylin/glib2.0.git
12 lines
346 B
XML
12 lines
346 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/auto_loaded">
|
|
<file>test1.txt</file>
|
|
</gresource>
|
|
<!-- Test compiling the generated GResource C-code
|
|
that has a resource entry size over 65536 bytes -->
|
|
<gresource prefix="/big_prefix">
|
|
<file>gresource-big-test.txt</file>
|
|
</gresource>
|
|
</gresources>
|