diff -Naur osb-nrcit-0.5.2.orig/project.conf osb-nrcit-0.5.2/project.conf --- osb-nrcit-0.5.2.orig/project.conf 1970-01-01 01:00:00.000000000 +0100 +++ osb-nrcit-0.5.2/project.conf 2006-08-27 22:14:08.000000000 +0200 @@ -0,0 +1,6 @@ +package=osb-nrcit +version=0.5.2 + +subdirs=src + +dist=AUTHORS,COPYING,ChangeLog,INSTALL,LICENSE,Makefile,NEWS,README,TODO,config.h,osb-nrcit.pc diff -Naur osb-nrcit-0.5.2.orig/src/gnet/project.conf osb-nrcit-0.5.2/src/gnet/project.conf --- osb-nrcit-0.5.2.orig/src/gnet/project.conf 1970-01-01 01:00:00.000000000 +0100 +++ osb-nrcit-0.5.2/src/gnet/project.conf 2006-08-27 22:14:08.000000000 +0200 @@ -0,0 +1,8 @@ +targets=libgnet +cflags_force=-W -Wall `pkg-config --cflags gtk+-2.0 xft libcurl` -I/usr/local/include/osb -I./gnet -I. -I.. -DHAVE_CONFIG_H -DAPPLE_CHANGES -DKWIQ -DKHTML_NO_EXCEPTIONS -DKWIQ_NO_JAVA -fPIC +cflags=-g -O2 +dist=Makefile,uri.h + +[libgnet] +type=library +sources=uri.c diff -Naur osb-nrcit-0.5.2.orig/src/gtk/project.conf osb-nrcit-0.5.2/src/gtk/project.conf --- osb-nrcit-0.5.2.orig/src/gtk/project.conf 1970-01-01 01:00:00.000000000 +0100 +++ osb-nrcit-0.5.2/src/gtk/project.conf 2006-08-27 22:14:08.000000000 +0200 @@ -0,0 +1,10 @@ +targets=libnrcit_gtkapi +cflags_force=-W `pkg-config --cflags gtk+-2.0` -I . -I .. -I /usr/local/include/osb -D HAVE_CONFIG_H -D APPLE_CHANGES -D KWIQ -D KHTML_NO_EXCEPTIONS -D KWIQ_NO_JAVA +cflags=-Wall -g -O2 -D NDEBUG -fPIC +cxxflags_force=-W `pkg-config --cflags gtk+-2.0` -I . -I .. -I /usr/local/include/osb -D HAVE_CONFIG_H -D APPLE_CHANGES -D KWIQ -D KHTML_NO_EXCEPTIONS -D KWIQ_NO_JAVA +cxxflags=-Wall -g -O2 -D NDEBUG -fno-exceptions -fno-rtti -nostdinc++ -fPIC +dist=Makefile,gtk-khtml.h,webi-marshal.h,webi-private.h,webi.h + +[libnrcit_gtkapi] +type=library +sources=gtk-khtml.cc,webi.cc,webi-marshal.c diff -Naur osb-nrcit-0.5.2.orig/src/project.conf osb-nrcit-0.5.2/src/project.conf --- osb-nrcit-0.5.2.orig/src/project.conf 1970-01-01 01:00:00.000000000 +0100 +++ osb-nrcit-0.5.2/src/project.conf 2006-08-27 22:14:08.000000000 +0200 @@ -0,0 +1,8 @@ +subdirs=gnet,gtk +targets=libnrcit +cxxflags_force=-W `pkg-config --cflags gtk+-2.0 xft libcurl` -I /usr/local/include/osb -I ./gnet -I . -I .. -D HAVE_CONFIG_H -D APPLE_CHANGES -D KWIQ -D KHTML_NO_EXCEPTIONS -D KWIQ_NO_JAVA -fno-exceptions -fno-rtti -nostdinc++ -fPIC +cxxflags=-Wall -g -O2 -D NDEBUG + +[libnrcit] +type=library +sources=BridgeImpl.cpp,Http.cpp,osb.cpp,osbimpl.cpp,rootimpl.cpp,frameimpl.cpp,PageCache.cpp,ImageRendererFactory.cpp,ImageRenderer.cpp,XftTextRendererFactory.cpp,XftTextRenderer.cpp,GdkXftContext.cpp,GdkXftContextFactory.cpp,UnicodeImpl.cpp,ResourceLoadListener.cpp,PageLoadListener.cpp,SimpleHistory.cpp,VisitedURLHistory.cpp,Cookie.cpp,CookieStorage.cpp,DebugTreePrinters.cpp,ContentTransposer.cpp,SynchronousLoader.cpp,HttpCurl.cpp