From 4777056ad65ef4ecee4cac1c3b1ef6c31df9ac5c Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Thu, 20 Jul 2000 01:08:43 +0000 Subject: [PATCH] creating makefile for unix to export base browser depends for embedding adjusting/update manifest file. --- embedding/config/.cvsignore | 1 + embedding/config/Makefile.in | 31 +++++++++++++++++++++++++++++++ embedding/config/basebrowser-unix | 16 +++++++--------- 3 files changed, 39 insertions(+), 9 deletions(-) create mode 100644 embedding/config/.cvsignore create mode 100644 embedding/config/Makefile.in diff --git a/embedding/config/.cvsignore b/embedding/config/.cvsignore new file mode 100644 index 000000000000..f3c7a7c5da68 --- /dev/null +++ b/embedding/config/.cvsignore @@ -0,0 +1 @@ +Makefile diff --git a/embedding/config/Makefile.in b/embedding/config/Makefile.in new file mode 100644 index 000000000000..a2841b1de568 --- /dev/null +++ b/embedding/config/Makefile.in @@ -0,0 +1,31 @@ +# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# The Original Code is the Mozilla browser. +# +# The Initial Developer of the Original Code is Christopher +# Blizzard. Portions created by Christopher Blizzard +# Copyright (C) 1999, Christopher Blizzard. All Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk +include $(topsrcdir)/config/rules.mk + +install:: + $(PERL) $(DEPTH)\xpinstall\packager\pkgcp.pl -s $(DIST)\bin -d $(DIST) --f basebrowser-unix -o unix -v + diff --git a/embedding/config/basebrowser-unix b/embedding/config/basebrowser-unix index f84202d7ab8d..7d89a66fbd26 100644 --- a/embedding/config/basebrowser-unix +++ b/embedding/config/basebrowser-unix @@ -8,8 +8,7 @@ ; ; Sample App: ; -; coming soon! - +gtkEmbed ; ; NSPR: @@ -76,6 +75,7 @@ components/editor.xpt ; embedding components/libmozbrwsr.so +components/libwebbrwsr.so components/mozbrwsr.xpt components/webBrowser_core.xpt components/webBrowser_setup.xpt @@ -131,7 +131,7 @@ components/shistory.xpt ; required l10n libraries -components/libucharuti.so +components/libunicharutil.so components/libuconv.so components/uconv.xpt components/liblwbrk.so @@ -147,10 +147,11 @@ components/unicharutil.xpt ; components/libucvibm.so for ibm ; uriloader -components/liburildr.so +components/liburiloader.so components/uriloader.xpt ; widget +components/libwidget_gtk.so components/widget.xpt ; xpconnect @@ -162,17 +163,14 @@ components/xpconnect_tests.xpt components/xpcom_base.xpt components/xpcom_components.xpt components/xpcom_ds.xpt -components/xpcom_eventloop_windows.xpt -components/xpcom_eventloop_xp.xpt components/xpcom_io.xpt -components/xpcom_nativeapp.xpt -components/xpcom_thread.xpt +components/xpcom_threads.xpt components/xpcom_xpti.xpt ; ; Widget-Toolit: ; -chrome/packages/widget-toolkit/global`content/* +chrome/packages/widget-toolkit/global/content/* chrome/skins/modern/manifest.rdf chrome/skins/modern/global/skin/*