Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje


Modified Files:
        configure.in 


Log Message:


edje decompiling works now! you can decompile an edje .eet back into source
files (.edc's, fonts and images) and it will even make a handy build/sh to
rebuild the .edc into the original .eet again! :)

NB: only works on .et's created with this edje_cc or newer as i needed to
incpude some extra debug info :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/configure.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- configure.in        30 Jul 2004 18:18:50 -0000      1.14
+++ configure.in        29 Aug 2004 11:03:19 -0000      1.15
@@ -121,13 +121,17 @@
 AC_SUBST(edje_def)
 
 EDJE_CC_PRG=""
+EDJE_DECC_PRG=""
 if test "x$have_edje_cc" = "xyes"; then
   AM_CONDITIONAL(BUILD_EDJE_CC, true)
   EDJE_CC_PRG="edje_cc"
+  EDJE_DECC_PRG="edje_decc"
 else
   AM_CONDITIONAL(BUILD_EDJE_CC, false)
+  AM_CONDITIONAL(BUILD_EDJE_DECC, false)
 fi
 AC_SUBST(EDJE_CC_PRG)
+AC_SUBST(EDJE_DECC_PRG)
 
 AC_ARG_WITH(eet,
         [  --with-eet=DIR          use eet in <DIR>],




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to