Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet


Modified Files:
        make_cross_compile_arm.sh 


Log Message:


and includes

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/eet/make_cross_compile_arm.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- make_cross_compile_arm.sh   10 Jul 2003 10:32:27 -0000      1.1
+++ make_cross_compile_arm.sh   10 Jul 2003 12:49:27 -0000      1.2
@@ -21,14 +21,14 @@
 
 mkdir $DST"/lib";
 mkdir $DST"/bin";
-mkdir $DST"/share";
-mkdir $DST"/share/eet";
+mkdir $DST"/include";
+#mkdir $DST"/share";
+#mkdir $DST"/share/eet";
 
 pushd src
 
  pushd lib
   LIB="eet"
-  VER="0.0.1"
   $CC \
   *.c \
   $CFLAGS \
@@ -46,6 +46,7 @@
   rm -f "lib"$LIB".so.0.0"
   ln -s "lib"$LIB".so.0.0.1" "lib"$LIB".so.0.0"
   cp -a "lib"$LIB".so"* $DST"/lib";
+  cp -a "Eet.h" $DST"/include";
  popd
 
  pushd bin




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to