You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2006/10/26 20:41:12 UTC

svn commit: r468089 - /incubator/harmony/enhanced/classlib/trunk/depends/libs/build/README.txt

Author: hindessm
Date: Thu Oct 26 11:41:11 2006
New Revision: 468089

URL: http://svn.apache.org/viewvc?view=rev&rev=468089
Log:
Applied patch from "[#HARMONY-1976] [classlib][beans] fix asserts in tests".

Modified:
    incubator/harmony/enhanced/classlib/trunk/depends/libs/build/README.txt

Modified: incubator/harmony/enhanced/classlib/trunk/depends/libs/build/README.txt
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/depends/libs/build/README.txt?view=diff&rev=468089&r1=468088&r2=468089
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/depends/libs/build/README.txt (original)
+++ incubator/harmony/enhanced/classlib/trunk/depends/libs/build/README.txt Thu Oct 26 11:41:11 2006
@@ -37,19 +37,17 @@
        |    +--- jerror.h
        |    +--- jpegint.h
        |    +--- jconfig.lnx and/or jconfig.vc
-       |    +--- libjpeg.lib and/or libjpeg.linux.x86 and/or
-       |         libjpeg.linux.x86_64
+       |    +--- libjpeg.lib and/or libjpeg.ia32 and/or libjpeg.ipf
        \---png
        |    |
        |    +--- png.h
        |    +--- pngconf.h
-       |    +--- libpng.lib and/or libpng.linux.x86 and/or libpng.linux.x86_64
+       |    +--- libpng.lib and/or libpng.ia32 and/or libpng.ipf
        \---lcms
        |    |
        |    +--- icc34.h
        |    +--- lcms.h
-       |    +--- lcms114.lib and/or liblcms.linux.x86 and/or
-       |         liblcms.linux.x86_64
+       |    +--- lcms114.lib and/or liblcms.ia32 and/or liblcms.ipf
        ...
 
 NOTE: The tree above indicates the files required for this contribution,
@@ -98,7 +96,7 @@
 	    make
 
     5. Copy the resulting libjpeg.a file to the file
-       <EXTERNAL_LIBS_DIR>/jpeg/libjpeg.linux.x86.
+       <EXTERNAL_LIBS_DIR>/jpeg/libjpeg.ia32.
 
     6. Copy the required header files to the <EXTERNAL_LIBS_DIR>/jpeg
        directory.
@@ -145,7 +143,7 @@
    	   make
 
    4. Copy the resulting ./.libs/libpng.a file the following file
-      <EXTERNAL_LIBS_DIR>/png/libpng.linux.x86
+      <EXTERNAL_LIBS_DIR>/png/libpng.ia32
 
    5. Copy the files png.h and pngconf.h to the
       <EXTERNAL_LIBS_DIR>/png directory.
@@ -189,7 +187,7 @@
    	make
 
    4. Copy the file ./src/.libs/liblcms.a to the following file
-      <EXTERNAL_LIBS_DIR>/lcms/liblcms.linux.x86
+      <EXTERNAL_LIBS_DIR>/lcms/liblcms.ia32
 
    5. Copy the files ./include/icc34.h and ./include/lcms.h
       to the <EXTERNAL_LIBS_DIR>/lcms directory.