mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
glib-compile-resources: Add external data option
Add option to not encode resource data into the C source file in order to embed the data using `ld -b binary`. This improves compilation times, but can only be done on Linux or other platforms with a supporting linker. (Rebased by Philip Withnall, fixing minor rebase conflicts.) Fixes #1489
This commit is contained in:
committed by
Philip Withnall
parent
c33a98f42f
commit
d04b9c371d
6
gio/tests/test5.gresource.xml
Normal file
6
gio/tests/test5.gresource.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gresources>
|
||||
<gresource prefix="/binary_linked">
|
||||
<file>test1.txt</file>
|
||||
</gresource>
|
||||
</gresources>
|
Reference in New Issue
Block a user