cls%seawood.org
d7aca2a1bb
Update module-deps meta files with the latest module data.
...
Remove the hardcoded module2dir mapping and use the results from echo-requires-recursive instead.
Add README which briefly explains how module-deps is supposed to work.
Add XSLT hacks to modules.mk.footer.
Add cygdrive hacks to modules.mk.stub.
Force string & embedstring to be built after xpcom since they now live in the xpcom hierarchy.
2003-08-15 22:37:25 +00:00
cls%seawood.org
7f53862a76
Set CYGDRIVE_MOUNT at configure time for cygwin-wrapper performance enhancement to work.
...
Thanks to Brian Ryner <bryner@brianryner.com> for the patch.
Bug #206643 r=cls a=mkaply
2003-08-14 21:36:22 +00:00
bryner%brianryner.com
da1f73fd22
On Windows and OS/2, make pref .js files use DOS line endings even if the user is using cygwin with unix line endings. This works around a bug in the Macromedia Flash installer where it corrupts all.js. Bug 206029, r=cls.
2003-08-13 23:18:28 +00:00
ian%hixie.ch
d699884f7e
Oops: the scoping of the relative directory path was not working on #include. (Not part of seamonkey build. r=bryner for firebird build.)
2003-08-13 09:46:33 +00:00
brendan%mozilla.org
b7cdb7debb
Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron).
2003-08-05 20:09:21 +00:00
cls%seawood.org
064d382e0c
Fix VPATH build problem with cygwin make 3.80:
...
* Force use of native cygwin paths & cygwin_wrapper
* Remove _NO_AUTO_VARS mess
* Use full source path when calling win32 compiler so debugging info shows up
* Change DEPENDENT_LIBS to use an intermediate header file instead of commandline define
Bug #210393 r=leaf sr=bryner
2003-08-05 04:43:49 +00:00
cls%seawood.org
a8b11eb498
Link generated .res files into mingw builds.
...
Use -mwindows when linking GUI mingw programs.
Bug #203443 r=leaf sr=bryner
2003-08-02 19:39:02 +00:00
timeless%mozdev.org
267497e472
Adding the ablity to disable view source.
...
patch by dougt r=bz,sr=darin,b=199335
2003-07-30 23:57:39 +00:00
timeless%mozdev.org
4e9aa03fa2
Bug 214445 View Page Source fails
...
Backing out:
Bug 199335 [minimo]make all viewsource stuff configurable
2003-07-30 17:02:52 +00:00
dougt%meer.net
0a335488c8
Adding the ablity to disable view source. r=bz,sr=darin,b=199335
2003-07-30 02:39:05 +00:00
mkaply%us.ibm.com
1a38ab2d00
rs=leaf
...
Remove XP_OS2_VACPP from the tree
2003-07-22 18:38:01 +00:00
twalker%netscape.com
fd4666d2b5
update version to 1.5b, bug 211626, r = ycalonje
2003-07-11 22:00:16 +00:00
dougt%meer.net
e49407a60d
Allow disabling of profile locking. r=ccarlen b=212132
2003-07-09 05:07:56 +00:00
bryner%netscape.com
7ff4f02e7f
Search for either pbxbuild or pbbuild, to allow building with the xcode tools on Mac OS X. Also, use -no-cpp-precomp instead of -traditional-cpp, for gcc 3.3 compatibility. Bug 211895, r=sfraser.
2003-07-07 18:22:04 +00:00
dougt%meer.net
2481164ffb
Adding support for static builds of minimo. r=pavlov. b=211645
2003-07-05 19:34:19 +00:00
timeless%mozdev.org
8cd4375f12
Bug 211265 Log doesn't check the return value of PL_DHashTableInit
...
r=darin sr=darin
2003-07-01 21:38:07 +00:00
seawood%netscape.com
b380d34fe0
Force files to be read as binary to avoid line-ending issues on win32.
...
Bug #196499
2003-06-23 21:36:19 +00:00
lpham%netscape.com
1fdb5cee36
add final-link-comp-names, final-link-comps, final-link-libs bugzilla #105994
2003-06-10 22:07:32 +00:00
seawood%netscape.com
97649bab86
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
seawood%netscape.com
3c1c9a835b
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:22:15 +00:00
bryner%netscape.com
e952d5249e
Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser.
2003-06-09 22:25:25 +00:00
seawood%netscape.com
1a61e5528b
Add echo-requires-recursive rule to get a full list of tree's dependencies
2003-06-06 19:21:57 +00:00
jkeiser%netscape.com
6332f27e38
Keep fast-update from getting stuck on cvs removed subdirs, r=bbaetz, sr=alecf
2003-06-05 23:40:34 +00:00
dbaron%dbaron.org
f1cd80acde
Make 'make makefiles' give an error message less often. r=cls
2003-06-05 04:59:02 +00:00
pavlov%pavlov.net
89b728063a
Removal of MNG support. Bug 195280. Patch by tor@acm.org. r=pavlov sr=blizzard.
2003-06-03 23:16:42 +00:00
kysmith%netscape.com
d24f0bc1bd
updating win32 trunk mozilla builds to 1.5a
2003-06-02 20:02:17 +00:00
tor%cs.brown.edu
e1d5ad41b3
Bug 197530 - remove ppm decoder. r=pavlov,cls sr=blizzard
2003-05-31 10:42:33 +00:00
bryner%netscape.com
9600e435b7
Add prebinding base address for libxpcom_compat.dylib. Bug 206381, r=seawood, a=sspitzer.
2003-05-21 03:04:48 +00:00
scott%scott-macgregor.org
170a13584d
Change a MOZ_PHOENIX ifdef to a MOZ_XUL_APP ifdef in order to enable preprocessing for thunderbird
...
builds as well as firebird.
Has no impact on the regular seamonkey build.
2003-05-18 23:10:18 +00:00
bryner%netscape.com
ed3638f072
Fix mozcomps meta-component build on non-win32 platforms (bug 205711). Patch by ccarlen, r=pavlov, sr=me, a=sspitzer.
2003-05-16 06:07:37 +00:00
colin%theblakes.com
515e612b62
Fix OpenVMS debug build problem. b=205013, r=dveditz, a=asa
2003-05-14 22:01:25 +00:00
dougt%meer.net
1beeeafa40
Enabling Dependent Libs. b=193442, r=seawood@netscape.com, a=asa@mozilla.org
2003-05-06 01:04:55 +00:00
dougt%meer.net
d730bb20bc
backing out change - turned tbox's orange
2003-05-05 00:44:50 +00:00
dougt%meer.net
6e6b5eb3cc
Using CXXFLAGS instead of DEFINES.
2003-05-05 00:04:49 +00:00
dougt%meer.net
f416a9a6a6
Enables dependent library loading. r=seawood, a=asa, b=193442
2003-05-04 21:31:57 +00:00
dougt%meer.net
bc0ebbd986
Adding USE_DEPENDENT_LIBS to build system. b=193442, r=seawood, a=seth
2003-05-02 21:38:10 +00:00
ccarlen%netscape.com
ed2fb2f25d
Profile sharing - enable in build, add autoconf switches, pull ipc module. bug=202474, r=seawood/a=asa
2003-05-02 03:57:15 +00:00
bolian.yin%sun.com
53b89b7094
Bug 202085, Combine mai code into accessible/src/atk.
...
r=kyle.yuan@sun.com . This is NOT for default build.
2003-04-23 05:28:41 +00:00
darin%netscape.com
c61486ff0b
patch for bug 191970 "necko configuration options for footprint reduction" r=seawood sr=dbaron
2003-04-23 03:47:43 +00:00
cls%seawood.org
8b363ed6a2
Change the naming scheme for the mingw libraries to use the following format:
...
static lib: libfoo.a
import lib: libfoo.dll.a
shared lib: foo.dll
Bug #134113 r=dmose
2003-04-23 00:54:38 +00:00
seawood%netscape.com
aa543568ce
These were not supposed to go in yet.
2003-04-22 18:25:18 +00:00
seawood%netscape.com
c872b47a56
Abuse knowledge of autoconf internals and call AC_OUTPUT_MAKE_DEFS unconditionally as we want the defines to be available for the command line regardless of whether we're using AC_CONFIG_HEADER to generate module-specific headers.
...
Fixing tinderbox bustage
Bug #202425
2003-04-22 18:19:50 +00:00
scott%scott-macgregor.org
c651a16078
Bug #179533 --> add a build config option for building a static lib version of mailnews.
...
sr=sspitzer
2003-04-20 20:27:36 +00:00
seawood%netscape.com
f7bf89f618
Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
...
Bug #202510 r=darin
2003-04-18 20:14:17 +00:00
seawood%netscape.com
fd2883713e
Implement mozcomps static build variant.
...
Remove unnecessary EXPORT_LIBRARY settings.
Bug #201602 r=bryner
2003-04-17 19:19:42 +00:00
neil%parkwaycc.co.uk
ee991bb8c4
Bug 118455 libjar performance (uncompressed JAR entries) p=Roland.Mainz@informatik.med.uni-giessen.de r=cls sr=bz
2003-04-17 08:09:44 +00:00
scott%scott-macgregor.org
486b65c594
Bug #173084 --> Land config changes for building thunderbird (stand alone mail). None of these changes
...
should effect the seamonkey build at all.
r/sr=bryner
2003-04-17 06:14:23 +00:00
seawood%netscape.com
76ea08aa57
Use detected versions of MAKE & ZIP.
...
Start searching for tools in win32 builds but disable system makedepend.
Bug #201150 r=bryner
2003-04-13 05:20:20 +00:00
bryner%netscape.com
3a3ec0cbd5
Make --disable-xul work (bug 69995). We build enough XUL to support
...
scrollbars unconditionally, but can now leave out heavyweight widgets like
grid, listbox, and tree. r=bzbarsky, sr=alecf.
2003-04-11 00:56:27 +00:00
seawood%netscape.com
17556d9313
Reorder flags in custom compile rule to work around gnu ld quirk.
...
Bug #171820
2003-04-08 06:52:15 +00:00