6 Commits

Author SHA1 Message Date
seawood%netscape.com
7e4c3987ab Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components


git-svn-id: svn://10.0.0.236/trunk@119809 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-25 02:52:44 +00:00
sgehani%netscape.com
83d09fbd59 Unhork update notifications by fixing the pref call for the localized
datasource pref.
b=139355; r=bryner; sr=alecf


git-svn-id: svn://10.0.0.236/trunk@119668 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-24 02:42:08 +00:00
timeless%mac.com
bb6cd9506d Bug 128905 nsIPromptService.idl confirmEx is poorly prototyped
[api] change confirmEx from void w/ out of buttonPressed to PRInt32 buttonPressed w/ one less parameter.
fixes and cleans up callers
r=ccarlen sr=scc a=asa


git-svn-id: svn://10.0.0.236/trunk@118231 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-05 08:13:27 +00:00
brendan%mozilla.org
3758741719 Try to fix design flaw where a timer's destructor races with TimerThread::Run -- really want a better design, but this patches the problem in the context of the current design (118004, r=dbradley/pavlov, sr=shaver/jband, a=asa).
git-svn-id: svn://10.0.0.236/trunk@116167 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-08 20:11:49 +00:00
dbaron%fas.harvard.edu
7a3c8b04cb Fix extraneous whitespace in the makefile that was causing bustage (since $(srcdir)/file ended up with a space in the middle. b=120201
git-svn-id: svn://10.0.0.236/trunk@115039 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 04:20:14 +00:00
sgehani%netscape.com
ede69d0b9a Land update notifications.
b=120201; r=law,pavlov; sr=dveditz


git-svn-id: svn://10.0.0.236/trunk@115030 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 04:01:34 +00:00