Paroli-e

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(initial bump)
 
Line 1: Line 1:
# Compiling .edc
+
= Compiling .edc
  
 
   edje_cc
 
   edje_cc
  
# Decompiling .edc
+
= Decompiling .edc
  
 
   edje_decc
 
   edje_decc
  
# Compiling .cfg (from .txt file)
+
= Compiling .cfg (from .txt file)
  
 
   eet -e e.cfg config e.txt 1
 
   eet -e e.cfg config e.txt 1
  
# Decompiling .cfg (resulting the source .txt file)
+
= Decompiling .cfg (resulting the source .txt file)
  
 
   eet -d e.cfg config e.txt
 
   eet -d e.cfg config e.txt
  
# Comparing paroli-serenity and illume
+
= Comparing paroli-serenity and illume
  
 
http://paste.pocoo.org/compare/123851/123852/
 
http://paste.pocoo.org/compare/123851/123852/

Revision as of 06:50, 19 June 2009

= Compiling .edc

 edje_cc

= Decompiling .edc

 edje_decc

= Compiling .cfg (from .txt file)

  eet -e e.cfg config e.txt 1

= Decompiling .cfg (resulting the source .txt file)

 eet -d e.cfg config e.txt

= Comparing paroli-serenity and illume

http://paste.pocoo.org/compare/123851/123852/

Personal tools
  1. Compiling .edc
 edje_cc
  1. Decompiling .edc
 edje_decc
  1. Compiling .cfg (from .txt file)
  eet -e e.cfg config e.txt 1
  1. Decompiling .cfg (resulting the source .txt file)
 eet -d e.cfg config e.txt
  1. Comparing paroli-serenity and illume

http://paste.pocoo.org/compare/123851/123852/