diff options
author | jstebbins <[email protected]> | 2010-06-15 16:21:22 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-06-15 16:21:22 +0000 |
commit | 24425e7e50a80a43bc074935ece579697c451dff (patch) | |
tree | 5615b19138b2ed9272b016928b1a810877342b9f /gtk/src/icons.c | |
parent | 542ebf7e5cdc4a5f6c3ac34c56265004ec67affa (diff) |
LinGui: changes to resource preprocessor
During the build, I was compiling tools for preprocessing and packaging
the gui description xml, preset defaults, widget dependencies, and icons.
The resulting resource_data.h file gets compiled into the binary. These
tools are now implemented in python. This eliminates the need to compile
the tools which caused complications when cross compiling.
This work was actually done many months ago. But all the distributions
I wanted to support didn't have the libplist python module. Now they all
do.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3382 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/icons.c')
-rw-r--r-- | gtk/src/icons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/icons.c b/gtk/src/icons.c index 948213de4..ed5545451 100644 --- a/gtk/src/icons.c +++ b/gtk/src/icons.c @@ -3,7 +3,7 @@ #include "values.h" #include "resources.h" -#if 0 +#if 1 void ghb_load_icons() { |