r1923 - in trunk

dslinux_gpf at dslinux.in-berlin.de dslinux_gpf at dslinux.in-berlin.de
Wed Sep 26 01:13:58 CEST 2007


Author: gpf
Date: 2007-09-26 01:13:53 +0200 (Wed, 26 Sep 2007)
New Revision: 1923

Log:
add viewML to pixil and its dependancy libwww


Modified: trunk/Makefile.xsh
===================================================================
--- trunk/Makefile.xsh	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/Makefile.xsh	2007-09-25 23:13:53 UTC (rev 1923)
@@ -4,6 +4,7 @@
 ROOTDIR=$(PWD)
 PATH     := $(PATH):$(ROOTDIR)/tools
 UCLINUX_BUILD_USER=1
+CONFIG_LIB_UCLIBCPP=1
 
 ifneq ($(filter lib, $(MAKECMDGOALS)),)
 UCLINUX_BUILD_USER=0

Modified: trunk/config/Configure.help
===================================================================
--- trunk/config/Configure.help	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/config/Configure.help	2007-09-25 23:13:53 UTC (rev 1923)
@@ -816,6 +816,11 @@
   Only enable this if you want to force the library to be built.  The
   Config will make sure this library is built if it is needed.
 
+CONFIG_LIB_LIBWWW_FORCE
+  Enable w3c-libwww library.
+  Only enable this if you want to force the library to be built.  The
+  Config will make sure this library is built if it is needed.
+
 CONFIG_USER_BOA_EMERG
   If enabled, boa will syslog all messages at the emergency level
 

Modified: trunk/config/config.in
===================================================================
--- trunk/config/config.in	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/config/config.in	2007-09-25 23:13:53 UTC (rev 1923)
@@ -117,6 +117,7 @@
 bool 'Build libid3tag'		CONFIG_LIB_ID3TAG_FORCE
 bool 'Build libmad'		CONFIG_LIB_MAD_FORCE
 bool 'Build uClibc++'		CONFIG_LIB_UCLIBCPP_FORCE
+bool 'Build libwww'		CONFIG_LIB_LIBWWW_FORCE
 
 comment 'Library Configuration'
 bool 'Support time zones'	CONFIG_LIB_UC_LIBC_TIMEZONE
@@ -973,6 +974,7 @@
 bool 'pixil'			CONFIG_USER_PIXIL
     if [ "$CONFIG_USER_PIXIL" = "y" ]; then
         define_bool CONFIG_LIB_UCLIBCPP y
+	define_bool CONFIG_LIB_LIBWWW y
     fi
 
 comment ''

Modified: trunk/include/Makefile
===================================================================
--- trunk/include/Makefile	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/include/Makefile	2007-09-25 23:13:53 UTC (rev 1923)
@@ -60,7 +60,12 @@
 	$(ROOTDIR)/prop/smgrd/unixware/cmd/sscep/sscep_error_codes.h,. \
 	$(ROOTDIR)/lib/libid3tag/id3tag.h,. \
 	$(ROOTDIR)/lib/libmad/mad.h,. \
-	$(ROOTDIR)/lib/gpm/src/headers/gpm.h,. 
+	$(ROOTDIR)/lib/gpm/src/headers/gpm.h,. \
+	$(ROOTDIR)/lib/libwww/src/Library/src/*.h,. \
+	$(ROOTDIR)/lib/libwww/src/wwwconf.h,. \
+	$(ROOTDIR)/lib/libwww/src/modules/expat/xmlparse/xmlparse.h,. \
+	$(ROOTDIR)/lib/libwww/src/modules/expat/xmltok/xmltok.h,. \
+	$(ROOTDIR)/lib/libwww/src/modules/md5/md5.h,. 
 
 #
 # Both freeswan and openswan can provide des and crypto headers

Modified: trunk/lib/Makefile
===================================================================
--- trunk/lib/Makefile	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/lib/Makefile	2007-09-25 23:13:53 UTC (rev 1923)
@@ -94,6 +94,8 @@
 dir_$(CONFIG_LIB_MAD_FORCE)	+= libmad
 dir_$(CONFIG_LIB_UCLIBCPP)	+= uClibc++
 dir_$(CONFIG_LIB_UCLIBCPP_FORCE)+= uClibc++
+dir_$(CONFIG_LIB_LIBWWW)	+= libwww
+dir_$(CONFIG_LIB_LIBWWW_FORCE)  += libwww
 
 # And build libraries in the prop directory last
 dir_y += $(ROOTDIR)/prop
@@ -178,7 +180,11 @@
 	$(ROOTDIR)/lib/libid3tag/*.a \
 	$(ROOTDIR)/lib/libmad/*.a \
 	$(ROOTDIR)/lib/gpm/src/lib/*.a \
-	$(ROOTDIR)/lib/uClibc++/src/*.a
+	$(ROOTDIR)/lib/uClibc++/src/*.a \
+	$(ROOTDIR)/lib/libwww/src/Library/src/.libs/*.a \
+	$(ROOTDIR)/lib/libwww/src/modules/expat/xmlparse/.libs/*.a \
+	$(ROOTDIR)/lib/libwww/src/modules/expat/xmltok/.libs/*.a \
+	$(ROOTDIR)/lib/libwww/src/modules/md5/.libs/*.a
 
 
 ##############################################################################

Copied: trunk/lib/libwww/src (from rev 1921, tags/libwww/w3c-libwww-5.4.0)

Modified: trunk/lib/libwww/src/configure
===================================================================
--- tags/libwww/w3c-libwww-5.4.0/configure	2007-09-25 17:53:13 UTC (rev 1921)
+++ trunk/lib/libwww/src/configure	2007-09-25 23:13:53 UTC (rev 1923)
@@ -5724,7 +5724,7 @@
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   if test "$cross_compiling" = yes; then
-    { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
+    { echo "configure: error: can not run test program while cross compiling" 1>&2; echo 1; }
 else
   cat > conftest.$ac_ext <<EOF
 #line 5731 "configure"
@@ -5841,7 +5841,7 @@
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   if test "$cross_compiling" = yes; then
-    { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
+    { echo "configure: error: can not run test program while cross compiling" 1>&2; echo 1; }
 else
   cat > conftest.$ac_ext <<EOF
 #line 5848 "configure"
@@ -5879,7 +5879,7 @@
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   if test "$cross_compiling" = yes; then
-    { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
+    { echo "configure: error: can not run test program while cross compiling" 1>&2; echo 1; }
 else
   cat > conftest.$ac_ext <<EOF
 #line 5886 "configure"
@@ -6038,7 +6038,7 @@
 rm -f conftest*
 if test $ac_cv_c_bigendian = unknown; then
 if test "$cross_compiling" = yes; then
-    { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
+    { echo "configure: error: can not run test program while cross compiling" 1>&2; echo 1; }
 else
   cat > conftest.$ac_ext <<EOF
 #line 6045 "configure"
@@ -6104,7 +6104,7 @@
 
 else
 if test "$cross_compiling" = yes; then
-    { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
+    { echo "configure: error: can not run test program while cross compiling" 1>&2; echo 1; }
 else
   cat > conftest.$ac_ext <<EOF
 #line 6111 "configure"
@@ -6149,7 +6149,7 @@
   ac_cv_c_long_double=yes
 else
 if test "$cross_compiling" = yes; then
-    { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
+    { echo "configure: error: can not run test program while cross compiling" 1>&2; echo 1; }
 else
   cat > conftest.$ac_ext <<EOF
 #line 6156 "configure"

Modified: trunk/user/pixil/config
===================================================================
--- trunk/user/pixil/config	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/user/pixil/config	2007-09-25 23:13:53 UTC (rev 1923)
@@ -120,7 +120,7 @@
 #
 # CONFIG_NXFLASH is not set
 # CONFIG_NXFLASH_RGB555 is not set
-# CONFIG_VIEWML is not set
+CONFIG_VIEWML=y
 # LIBWWW_PREFIX="/usr/"
 # CONFIG_DVDVIEW is not set
 

Modified: trunk/user/pixil/packages/viewml/Makefile
===================================================================
--- trunk/user/pixil/packages/viewml/Makefile	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/user/pixil/packages/viewml/Makefile	2007-09-25 23:13:53 UTC (rev 1923)
@@ -1,32 +1,35 @@
 VIEWML_DIR=${shell pwd}/viewml
 
-export CC=$(TARGET_CROSS)gcc
-export CXX=$(TARGET_CROSS)g++
-export AR=$(TARGET_CROSS)ar
-export NM=$(TARGET_CROSS)nm
-export RANLIB=$(TARGET_CROSS)ranlib
-export LD=$(TARGET_CROSS)ld
+export BASE_DIR=$(ROOTDIR)/user/pixil
+#export CC=$(CROSS)gcc
+#export CXX=$(CROSS)g++
+export AR=$(CROSS)ar
+export NM=$(CROSS)nm
+export RANLIB=$(CROSS)ranlib
+export LD=$(CROSS)ld
+export CFLAGS+=-Wno-deprecated
 
-$(VIEWML_DIR)/.configured: 
+.configured: 
 	(cd $(VIEWML_DIR); ./configure \
-	--host=$(SYS) \
-        --build=$(BUILD_SYS) \
-	--with-libwwwconf=$(strip $(subst ",, $(LIBWWW_PREFIX)))/bin \
-	--with-microwin=$(strip $(subst ",, $(MW_PREFIX))) \
+	--host=$(CROSS) \
+	--with-libwwwconf=$(strip $(subst ",, $(ROOTDIR)))/lib/libwww/src \
+	--with-microwin=$(strip $(subst ",, $(ROOTDIR)))/user/microwin/src \
 	--with-fltk=$(BASE_DIR)/libs/flnx \
 	--with-nxapp=$(BASE_DIR)/libs/pim)
-	touch $(VIEWML_DIR)/.configured
+	touch $@
 
-$(VIEWML_DIR)/src/viewml: $(VIEWML_DIR)/.configured
+.compiled: .configured
 	make -C $(VIEWML_DIR) -e
+	touch $@
 
-all: $(VIEWML_DIR)/src/viewml
+all: .compiled
 
 clean: 
 	if [ -f $(VIEWML_DIR)/Makefile ]; then \
 		make -C $(VIEWML_DIR) distclean; \
 	fi
-	rm -rf $(VIEWML_DIR)/.configured
+	rm -rf .configured
+	rm -rf .compiled
 
 install: $(VIEWML_DIR)/src/viewml
 	cp ./viewml/src/viewml $(INSTALL_DIR)/bin

Modified: trunk/user/pixil/packages/viewml/viewml/makeinclude.in
===================================================================
--- trunk/user/pixil/packages/viewml/viewml/makeinclude.in	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/user/pixil/packages/viewml/viewml/makeinclude.in	2007-09-25 23:13:53 UTC (rev 1923)
@@ -22,10 +22,10 @@
 AR=@AR@
 STRIP=@STRIP@
 
-LIBS = @LIBS@ -L$(BASE_DIR)/build/lib -lpar `@LIBWWW_CONFIG@ --libs` 
-CFLAGS = @CFLAGS@ `@LIBWWW_CONFIG@ --cflags`
-CXXFLAGS = @CXXFLAGS@ `@LIBWWW_CONFIG@ --cflags`
+LIBS = @LIBS@ -L$(BASE_DIR)/build/lib -lpar `@LIBWWW_CONFIG@ --libs` -lm
+CFLAGS += @CFLAGS@ `@LIBWWW_CONFIG@ --cflags`
+CXXFLAGS += @CXXFLAGS@ `@LIBWWW_CONFIG@ --cflags`
 INCLUDES = -L at includedir@ @INCLUDES@ -I$(BASE_DIR)/include -I$(BASE_DIR)/include/par
-LDFLAGS = @LDFLAGS@
+LDFLAGS += @LDFLAGS@
 
 # $Id$

Modified: trunk/user/pixil/packages/viewml/viewml/src/Makefile
===================================================================
--- trunk/user/pixil/packages/viewml/viewml/src/Makefile	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/user/pixil/packages/viewml/viewml/src/Makefile	2007-09-25 23:13:53 UTC (rev 1923)
@@ -1,29 +1,29 @@
 # uncomment the line below for Nano-X
-#_NANOX = 1
+_NANOX = 1
 
 ifndef _NANOX
   # your version of FLTK (1.0.7, please!)
   FLTK = /home/davet/src/fltk/flmwin
 else
   # your version of Nano-X FLTK (0.88, please!)
-  FLTK = /home/jasonk/projects/flnx
+  FLTK = $(ROOTDIR)/user/pixil/libs/flnx
 endif
 
 # Where your Xlibs are (not needed for Nano-X/Mwin builds)
 XLIBS = -L/usr/X11R6/lib -lX11
 
 # Where Nano-X is (not needed if building for X only)
-NANOX = /home/jasonk/projects/microwin
+NANOX = $(ROOTDIR)/user/microwin
 
 # Various support libraries
 IMLIBS = `imlib-config --libs`
-WWWLIBS = `/usr/bin/libwww-config --libs`
+WWWLIBS = `$(ROOTDIR)/user/lib/libwww/libwww-config --libs`
 
 # The everpresent CFLAGS
 ifndef _NANOX
   CFLAGS = -g `/usr/bin/libwww-config --cflags`
 else
-  CFLAGS = -g -DNANOX -D_NANOX `libwww-config --cflags`
+  CFLAGS += "-Wno-deprecated  -g -DNANOX -D_NANOX `libwww-config --cflags`"
 endif
 
 
@@ -88,7 +88,7 @@
 .SUFFIXES:	.cpp .h .o
 
 .cpp.o :
-	$(CXX) $(CFLAGS) $(INCLUDES) -I.. $(CXXFLAGS) -c -o $@ $<
+	$(CXX) -o $@ $(CRTBEGIN) $(CXXFLAGS) $(CFLAGS) $(INCLUDES) -I.. $(LDFLAGS) $(OBJS) $(CXXLIBS) $(LDLIBS) $(CRTEND)
 .c.o :
 	$(CC) $(CFLAGS) -I.. $(CFLAGS) -c -o $@ $<
 

Modified: trunk/user/pixil/packages/viewml/viewml/src/Makefile.new
===================================================================
--- trunk/user/pixil/packages/viewml/viewml/src/Makefile.new	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/user/pixil/packages/viewml/viewml/src/Makefile.new	2007-09-25 23:13:53 UTC (rev 1923)
@@ -11,7 +11,7 @@
 
 include ../makeinclude
 include ./.build_depends
-
+CXXFLAGS +=-Wno-deprecated
 VIEWML_BINARY=viewml
 
 OBJS = html.o htmlchain.o htmlclue.o htmldata.o htmlfont.o htmliter.o \
@@ -28,7 +28,8 @@
 	fltk/nxslider.o fltk/nxscrollbar.o fltk/nxscroll.o
 
 all: $(OBJS) $(OTHEROBJS)
-	$(CXX) $(OBJS) $(OTHEROBJS) $(LDFLAGS) -o $(VIEWML_BINARY) $(LIBS)
+	$(CXX) -o $(VIEWML_BINARY) $(CRTBEGIN) $(CXXFLAGS) $(CFLAGS) $(INCLUDES) -I.. $(LDFLAGS) $(OBJS) $(OTHEROBJS) $(LIBS) $(CXXLIBS) $(LDLIBS) $(CRTEND)
+	arm-linux-elf-flthdr -s 8192 $(VIEWML_BINARY)
 
 .build_depends:
 	@echo "       ===== Alert =====" 

Modified: trunk/user/pixil/packages/viewml/viewml/src/bookmark.h
===================================================================
--- trunk/user/pixil/packages/viewml/viewml/src/bookmark.h	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/user/pixil/packages/viewml/viewml/src/bookmark.h	2007-09-25 23:13:53 UTC (rev 1923)
@@ -15,7 +15,7 @@
 // System header files
 #include <string>
 #include <vector>
-
+using namespace std;
 // Local header files
 #include <FL/Fl_Menu_Button.H>
 

Modified: trunk/user/pixil/packages/viewml/viewml/src/fltk/qdict.h
===================================================================
--- trunk/user/pixil/packages/viewml/viewml/src/fltk/qdict.h	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/user/pixil/packages/viewml/viewml/src/fltk/qdict.h	2007-09-25 23:13:53 UTC (rev 1923)
@@ -23,7 +23,7 @@
 
   virtual void clear() 
     { 
-      map<string,T*>::iterator pos;
+      typename std::map<string,T*>::iterator pos;
       if(m_bAutoDelete) {
 	for(pos=m_Map.begin(); pos != m_Map.end(); ++pos)
 	  delete pos->second;
@@ -33,7 +33,7 @@
 
   T* find(const QString & key)
     {
-      map<string,T*>::iterator pos;
+      typename std::map<string,T*>::iterator pos;
 
       pos = m_Map.find(key);
       if(pos != m_Map.end())
@@ -44,7 +44,7 @@
 
   bool remove(const QString & key)
     {
-      map<string,T*>::iterator pos;
+      typename std::map<string,T*>::iterator pos;
 
       pos = m_Map.find(key);
       if(pos != m_Map.end()) {
@@ -62,15 +62,15 @@
       m_Map[key] = (T*)item;
     }
 
-  map<string,T*>::iterator end() { return m_Map.end(); }
-  map<string,T*>::iterator begin() { return m_Map.begin(); }
+  typename std::map<string,T*>::iterator end() { return m_Map.end(); }
+  typename std::map<string,T*>::iterator begin() { return m_Map.begin(); }
 };
 
 template <class T>
 class QDictIterator 
 {
  protected:
-  map<string,T*>::iterator m_Pos;
+  typename std::map<string,T*>::iterator m_Pos;
   QDict<T> & m_Dict;
  public:
   QDictIterator(QDict<T> & t) : m_Dict(t) { m_Pos = t.begin();  }

Modified: trunk/user/pixil/packages/viewml/viewml/src/fltk/qlist.h
===================================================================
--- trunk/user/pixil/packages/viewml/viewml/src/fltk/qlist.h	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/user/pixil/packages/viewml/viewml/src/fltk/qlist.h	2007-09-25 23:13:53 UTC (rev 1923)
@@ -3,7 +3,7 @@
 
 #include <vector>
 #include "qcollection.h"
-
+using namespace std;
 template <class T>
 class QList : public vector<T*>, public QCollection
 {
@@ -143,7 +143,7 @@
 
   bool removeRef(const T* item)
     {
-      vector<T*>::iterator pos = find(begin(),end(),item);
+      typename vector<T*>::iterator pos = find(begin(),end(),item);
       if(pos != end()) {
 	if(m_bAutoDelete)
 	  delete *pos;

Modified: trunk/user/pixil/packages/viewml/viewml/src/fltk/qobject.h
===================================================================
--- trunk/user/pixil/packages/viewml/viewml/src/fltk/qobject.h	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/user/pixil/packages/viewml/viewml/src/fltk/qobject.h	2007-09-25 23:13:53 UTC (rev 1923)
@@ -6,7 +6,7 @@
 #include "qconnection.h"
 #include "qdict.h"
 
-#include <iostream.h>
+#include <iostream>
 #include <signal.h>
 #include <pthread.h>
 

Modified: trunk/user/pixil/packages/viewml/viewml/src/fltk/qpainter.h
===================================================================
--- trunk/user/pixil/packages/viewml/viewml/src/fltk/qpainter.h	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/user/pixil/packages/viewml/viewml/src/fltk/qpainter.h	2007-09-25 23:13:53 UTC (rev 1923)
@@ -11,7 +11,7 @@
 #include "qfontmetrics.h"
 
 #include "Fl_Widget.H"
-#include <iostream.h>
+#include <iostream>
 
 //#define ADJUSTX(_x) (m_Widget->x() + _x)
 //#define ADJUSTY(_y) (m_Widget->y() + _y)

Modified: trunk/user/pixil/packages/viewml/viewml/src/fltk/qstring.h
===================================================================
--- trunk/user/pixil/packages/viewml/viewml/src/fltk/qstring.h	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/user/pixil/packages/viewml/viewml/src/fltk/qstring.h	2007-09-25 23:13:53 UTC (rev 1923)
@@ -1,19 +1,19 @@
 #ifndef __QSTRING_H
 #define __QSTRING_H
 
-#include <algo.h>
+#include <algorithm>
 #include <string>
 #include <stdarg.h>
 #include <errno.h>
 #include <stdio.h>
-
+#include <cctype>
 #include "fltk-qdefs.h"
 //#include "qregexp.h"
+using namespace std;
 
 class QRegExp;
 
-class QString : public string
-{
+class QString : public string{
  protected:
   bool m_bNull;
  public:

Modified: trunk/user/pixil/packages/viewml/viewml/src/fltk/qwidget.h
===================================================================
--- trunk/user/pixil/packages/viewml/viewml/src/fltk/qwidget.h	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/user/pixil/packages/viewml/viewml/src/fltk/qwidget.h	2007-09-25 23:13:53 UTC (rev 1923)
@@ -10,7 +10,7 @@
 #include "qfontinfo.h"
 #include "Fl_Widget.H"
 #include "fl_draw.H"
-#include <iostream.h>
+#include <iostream>
 #include "qevent.h"
 
 class QWidget : public QObject, public QPaintDevice

Modified: trunk/user/pixil/packages/viewml/viewml/src/htmlobj.h
===================================================================
--- trunk/user/pixil/packages/viewml/viewml/src/htmlobj.h	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/user/pixil/packages/viewml/viewml/src/htmlobj.h	2007-09-25 23:13:53 UTC (rev 1923)
@@ -367,7 +367,7 @@
 class HTMLTextSlave;
 class HTMLText : public HTMLObject
 {
-	friend HTMLTextSlave;
+	friend class HTMLTextSlave;
 public:
     HTMLText( const char*, const HTMLFont *, QPainter *);
     HTMLText( const HTMLFont *, QPainter * );
@@ -397,7 +397,7 @@
 
 class HTMLTextMaster : public HTMLText
 {
-	friend HTMLTextSlave;
+	friend class HTMLTextSlave;
 public:
     HTMLTextMaster( const char* _text, const HTMLFont *_font, 
     				QPainter *_painter);

Modified: trunk/vendors/Nintendo/DLDI/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DLDI/config.vendor	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/vendors/Nintendo/DLDI/config.vendor	2007-09-25 23:13:53 UTC (rev 1923)
@@ -84,6 +84,7 @@
 # CONFIG_LIB_LIBCRYPT_OLD_FORCE is not set
 # CONFIG_LIB_ID3TAG_FORCE is not set
 # CONFIG_LIB_MAD_FORCE is not set
+# CONFIG_LIB_LIBWWW_FORCE is not set
 # CONFIG_LIB_UCLIBCPP_FORCE is not set
 
 #

Modified: trunk/vendors/Nintendo/DSGBA/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DSGBA/config.vendor	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/vendors/Nintendo/DSGBA/config.vendor	2007-09-25 23:13:53 UTC (rev 1923)
@@ -84,6 +84,7 @@
 # CONFIG_LIB_LIBCRYPT_OLD_FORCE is not set
 # CONFIG_LIB_ID3TAG_FORCE is not set
 # CONFIG_LIB_MAD_FORCE is not set
+# CONFIG_LIB_LIBWWW_FORCE is not set
 
 #
 # Library Configuration

Modified: trunk/vendors/Nintendo/DSMEM/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DSMEM/config.vendor	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/vendors/Nintendo/DSMEM/config.vendor	2007-09-25 23:13:53 UTC (rev 1923)
@@ -84,6 +84,7 @@
 # CONFIG_LIB_LIBCRYPT_OLD_FORCE is not set
 # CONFIG_LIB_ID3TAG_FORCE is not set
 # CONFIG_LIB_MAD_FORCE is not set
+# CONFIG_LIB_LIBWWW_FORCE is not set
 
 #
 # Library Configuration

Modified: trunk/vendors/Nintendo/GBAMP/config.vendor
===================================================================
--- trunk/vendors/Nintendo/GBAMP/config.vendor	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/vendors/Nintendo/GBAMP/config.vendor	2007-09-25 23:13:53 UTC (rev 1923)
@@ -84,6 +84,7 @@
 # CONFIG_LIB_LIBCRYPT_OLD_FORCE is not set
 # CONFIG_LIB_ID3TAG_FORCE is not set
 # CONFIG_LIB_MAD_FORCE is not set
+# CONFIG_LIB_LIBWWW_FORCE is not set
 
 #
 # Library Configuration

Modified: trunk/vendors/Nintendo/GBAMP-EXT2/config.vendor
===================================================================
--- trunk/vendors/Nintendo/GBAMP-EXT2/config.vendor	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/vendors/Nintendo/GBAMP-EXT2/config.vendor	2007-09-25 23:13:53 UTC (rev 1923)
@@ -84,6 +84,7 @@
 # CONFIG_LIB_LIBCRYPT_OLD_FORCE is not set
 # CONFIG_LIB_ID3TAG_FORCE is not set
 # CONFIG_LIB_MAD_FORCE is not set
+# CONFIG_LIB_LIBWWW_FORCE is not set
 
 #
 # Library Configuration

Modified: trunk/vendors/Nintendo/NDS/config.vendor
===================================================================
--- trunk/vendors/Nintendo/NDS/config.vendor	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/vendors/Nintendo/NDS/config.vendor	2007-09-25 23:13:53 UTC (rev 1923)
@@ -84,6 +84,7 @@
 # CONFIG_LIB_LIBCRYPT_OLD_FORCE is not set
 # CONFIG_LIB_ID3TAG_FORCE is not set
 # CONFIG_LIB_MAD_FORCE is not set
+# CONFIG_LIB_LIBWWW_FORCE is not set
 
 #
 # Library Configuration

Modified: trunk/vendors/Nintendo/RAM/config.vendor
===================================================================
--- trunk/vendors/Nintendo/RAM/config.vendor	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/vendors/Nintendo/RAM/config.vendor	2007-09-25 23:13:53 UTC (rev 1923)
@@ -68,6 +68,7 @@
 # CONFIG_LIB_LIBCRYPT_OLD_FORCE is not set
 # CONFIG_LIB_ID3TAG_FORCE is not set
 # CONFIG_LIB_MAD_FORCE is not set
+# CONFIG_LIB_LIBWWW_FORCE is not set
 # CONFIG_LIB_UC_LIBC_TIMEZONE is not set
 
 #

Modified: trunk/vendors/Nintendo/RAM-DEVEL/config.vendor
===================================================================
--- trunk/vendors/Nintendo/RAM-DEVEL/config.vendor	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/vendors/Nintendo/RAM-DEVEL/config.vendor	2007-09-25 23:13:53 UTC (rev 1923)
@@ -83,6 +83,7 @@
 # CONFIG_LIB_LIBCRYPT_OLD_FORCE is not set
 # CONFIG_LIB_ID3TAG_FORCE is not set
 # CONFIG_LIB_MAD_FORCE is not set
+# CONFIG_LIB_LIBWWW_FORCE is not set
 
 #
 # Library Configuration

Modified: trunk/vendors/Nintendo/common/config.vendor
===================================================================
--- trunk/vendors/Nintendo/common/config.vendor	2007-09-25 21:35:14 UTC (rev 1922)
+++ trunk/vendors/Nintendo/common/config.vendor	2007-09-25 23:13:53 UTC (rev 1923)
@@ -83,6 +83,7 @@
 # CONFIG_LIB_LIBCRYPT_OLD_FORCE is not set
 # CONFIG_LIB_ID3TAG_FORCE is not set
 # CONFIG_LIB_MAD_FORCE is not set
+# CONFIG_LIB_LIBWWW_FORCE is not set
 
 #
 # Library Configuration




More information about the dslinux-commit mailing list