Граф коммитов

84 Коммитов

Автор SHA1 Сообщение Дата
pavlov%netscape.com 33ce2d4e90 changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
pavlov%netscape.com 98edc3fdc3 disable building of unix splashscreen. rewrite the unix splashscreen code. r=blizzard 2000-02-13 22:24:14 +00:00
syd%netscape.com d0d890b0df Fix build bustage. r=syd 2000-02-13 16:27:21 +00:00
syd%netscape.com 2c7c53b9e4 Added splash screen for Gtk/Linux. r=ben, scc. Tested on TrueColor and
PsuedoColor devices.
2000-02-13 15:23:28 +00:00
leaf%mozilla.org 5349a8018b fixing --enable-detect-webshell-leaks for bug 10847, fix from waqar, r=leaf 2000-02-12 00:59:27 +00:00
Jerry.Kirk%Nexwarecorp.com 244b9f2d96 Adding the Splash Screen for Neutrino/Photon platform. 2000-02-11 14:37:43 +00:00
alecf%netscape.com 122c604cd3 oops, missed one file from jlnance's patches
r=alecf
2000-01-18 03:05:10 +00:00
warren%netscape.com a265a32348 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
Jerry.Kirk%Nexwarecorp.com ca1696f523 Adding nsSigHandlers file to pull out unix signal handlers into a
seperate file.
r=Ramiro
1999-11-19 01:55:19 +00:00
leaf%mozilla.org 3ac80b390b changing binary name to mozilla-bin, runscript to mozilla, modifying
mozilla-apprunner.sh to invoke new binary name. Updating packages file.
bug 17219, a=chofmann r=alecf
1999-11-09 02:03:38 +00:00
dmose%mozilla.org 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nisheeth%netscape.com f3f98e3a50 Added --enable-detec-webshell-leaks autoconf flag. 1999-10-27 07:14:42 +00:00
alecf%netscape.com 165eff83db add boehm to apprunner
(flag not active in build yet)
1999-10-14 23:27:45 +00:00
briano%netscape.com 3ad94724df Whoops, we don't want to change the name just yet. 1999-09-18 04:43:53 +00:00
briano%netscape.com 8019ec7ab8 General cleanup. 1999-09-18 03:45:05 +00:00
ramiro%netscape.com 26dd94b010 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
colin%theblakes.com a2ebf75745 Link against neckoutil_s to resolve NS_NewURI 1999-09-13 13:01:44 +00:00
briano%netscape.com 229d541ba0 Enable the use of Talkback, if available, as in viewer. 1999-09-10 08:00:09 +00:00
briano%netscape.com 6fc2ec495a Minor cleanup and removal of the obsolete non-NECKO stuff. 1999-09-09 01:49:14 +00:00
cls%seawood.org acdf617a8c libobj.so is now a component and does not need to be linked at compile time. 1999-08-25 21:17:50 +00:00
ramiro%netscape.com 6cec5c3abb Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
ramiro%netscape.com e02c1ec054 Dont hardcode the dll suffix. 1999-08-25 14:09:26 +00:00
ramiro%netscape.com 8644dc2074 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
ramiro%netscape.com 55d4b94850 Set the timer lib flags in one place. 1999-08-24 14:46:43 +00:00
ramiro%netscape.com 24e734033e Add real link time dependencies for $(PROGRAM). 1999-08-24 12:37:15 +00:00
ramiro%netscape.com 8d6752f2de Dont link in neckoutil. 1999-08-22 13:55:40 +00:00
ramiro%netscape.com 1d23cab69b Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
ramiro%netscape.com 16bbd09726 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
ramiro%netscape.com 64a4c10ffa Took out linking of widdget and gfx. Its not needed and it currently
breaks on some platforms, like Neutrino.
1999-08-19 14:57:39 +00:00
ramiro%netscape.com 0e1b8a922a Fix for -lpref linking problems. Dont link with libpref, its not needed. 1999-08-18 00:27:50 +00:00
leaf%mozilla.org 37adf8aaa8 Adding secfree to link line for apprunner. build hack to be fixed when ramiro figures out how to link without LD_LIBRARY_PATH 1999-08-17 19:01:03 +00:00
ramiro%netscape.com 0149d76208 Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
ramiro%netscape.com ad0cea8bd6 Dont link in the webshell into the app. 1999-08-17 14:42:25 +00:00
ramiro%netscape.com db81b7d904 Dont link in the parser into the app. Link it in dynamically where needed.
This makes the link depenencies on unix be more like windows.  Makes it
easier to track dependency problems and simplifies makefiles.
1999-08-17 13:54:48 +00:00
ramiro%netscape.com f544ac5394 Link expat and xmltok into the htmlparser statically. Not into the app. 1999-08-17 12:46:23 +00:00
ramiro%netscape.com 33f8c1f169 Remove the TOOLKIT_EXORCISM hack. Make non-monolithic toolkit linking the
default for Linux and Solaris.  Need testing on other platforms (HELP!)
That means that toolkit libraries are not linked into the app - for truly
XP apps such as the apprunner.  The gecko viewer still needs to link in
the toolkit, cause it has toolkit code in its main().
Replace the hack with something more useful.  There is a
--enable-monolithic-toolkit flag for platforms with dumb linkers and runtime
loaders.

Also landed the remainder of Shawn Packwood's qt port.
1999-08-17 09:33:48 +00:00
toshok%hungry.com c5260e8e1d if we're doing OJI, we need both -ljsj and -loji 1999-08-09 22:44:06 +00:00
ramiro%netscape.com 0adc684bbc Dont link in zlib, its not needed. 1999-08-05 22:38:08 +00:00
ramiro%netscape.com a8a89c6a82 Dont link -lxp, its not needed. 1999-08-05 13:46:52 +00:00
ramiro%netscape.com 592ff978d2 Remove duplicate -lxpcom link flag. 1999-08-05 13:09:41 +00:00
ramiro%netscape.com af25aaf695 Dont link in libcaps. Its not needed. 1999-08-05 12:52:23 +00:00
ramiro%netscape.com e140e659e2 Dont link with nsappshell, its not needed. 1999-08-05 12:41:27 +00:00
ramiro%netscape.com deb7d3b582 Landing unix toolkit exorcism changes. #ifdef-ed OFF for now. 1999-08-02 13:53:49 +00:00
briano%netscape.com ea37bbc00a Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org. 1999-07-29 01:18:12 +00:00
briano%netscape.com d99daeea9b Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
mcafee%netscape.com 2f20d7a986 Adding caps library to fix Solaris linkage. 1999-07-24 10:40:42 +00:00
ramiro%netscape.com 156ea06c5e Remove stubs which are not needed anymore. 1999-07-22 18:38:54 +00:00
ramiro%netscape.com ca57fc99d2 Step 3 of cleaning up link time toolkit dependencies. Name the timer libs
according to the toolkit they match.  Also set the damn name in one place to
make it easy to change in the future.
1999-07-17 23:52:12 +00:00
ramiro%netscape.com 342b5083f1 Landing timer move on unix. 1999-07-17 14:22:51 +00:00
duncan%be.com 867656f29d Changes to get BeOS tinderbox to work.
BeOS only changes authorized by cyeh.
1999-07-11 09:51:51 +00:00