OSDN Git Service

LinGui: changes to resource preprocessor
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 15 Jun 2010 16:21:22 +0000 (16:21 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 15 Jun 2010 16:21:22 +0000 (16:21 +0000)
commit1b540525da5def2381a6c79b634a94b18f2717ce
tree5615b19138b2ed9272b016928b1a810877342b9f
parentfdb09bb478a03a07f7de8c19a1ee4d75832533c8
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://localhost/HandBrake/trunk@3382 b64f7644-9d1e-0410-96f1-a4d463321fa5
gtk/module.defs
gtk/module.rules
gtk/src/Makefile.am
gtk/src/icons.c
gtk/src/makedeps.py