Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        edje_cc_out.c 


Log Message:


edje prefix fixes - oops - was broken
build fixes for exec prefix settings

===================================================================
RCS file: /cvs/e/e17/libs/edje/src/bin/edje_cc_out.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- edje_cc_out.c       10 Jul 2006 18:55:23 -0000      1.47
+++ edje_cc_out.c       11 Jul 2006 09:43:25 -0000      1.48
@@ -623,9 +623,8 @@
                  if (fd >= 0)
                    {
                       snprintf(buf, sizeof(buf),
-                               "embryo_cc -i %s -o %s %s", 
-                               "%s/include", tmpo, tmpn, 
-                               e_prefix_data_get());
+                               "embryo_cc -i %s/include -o %s %s",
+                               e_prefix_data_get(), tmpo, tmpn);
                       ret = system(buf);
                       /* accept warnings in the embryo code */
                       if (ret < 0 || ret > 1)




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to