cls%seawood.org
226028f5bf
Use WINOS instead of OS_TARGET to check if building on win9x.
...
Bug #68776
2001-04-30 03:33:07 +00:00
cls%seawood.org
2c65f67209
Place xpcom libs before nspr libs in MOZ_COMPONENT_LIBS
2001-04-30 02:56:51 +00:00
cls%seawood.org
e38e9cb5c7
Use MOZILLA_DIR instead of topsrcdir so that the commercial tree does not break (hopefully)
2001-04-28 18:54:44 +00:00
cls%seawood.org
fc98b19b2c
Generate list of exported libraries to be used for final link as we traverse the tree. Bug #46775
2001-04-28 18:51:31 +00:00
cls%seawood.org
a5cfe34792
Simple script to add entry to file if the entry doesn't already exist. Uses flock () . Needed for generating final link list for static builds. bug #46775
2001-04-28 18:49:31 +00:00
cls%seawood.org
e052bd05ba
Make --with-dbgrinfo-modules work as expected.
...
bug #77088 r=shaver
2001-04-27 10:00:33 +00:00
cls%seawood.org
755fca82f2
Use CONFIG_TOOLS instead of DEPTH/config so that the commercial build works. Bug #66529 r=jdunn@netscape.com,mtchan@eng.sun.com
2001-04-27 04:19:44 +00:00
cls%seawood.org
29245148cf
Do not use builtin mkdepend for OS/2 until they've ported it. Fixes OS/2 tinderbox bustage caused by previous checkin for bug #66529 r=mkaply
2001-04-24 03:54:12 +00:00
cls%seawood.org
9c9c0be0ea
Fix dependency rules for in-tree mkdepend.
...
Force solaris to use in-tree mkdepend since their system makedepend up to at least solaris 7 causes the build times to more than double with the new non-compiler dependency scheme.
2001-04-23 22:54:29 +00:00
colin%theblakes.com
d3e9215a68
Remove unused OpenVMS-specific lines.
...
b=76519 r=cls a=blizzard
2001-04-23 10:43:11 +00:00
cls%seawood.org
52aab8136f
Reversing previous checkin. This was not meant for the trunk just yet. Broken client.mk on the branch. :-/
2001-04-19 03:00:55 +00:00
cls%seawood.org
74cdc661b1
Build fixes based upon Ron's original mega-patch.
2001-04-19 01:53:36 +00:00
bryner%uiuc.edu
1638ed7af6
Add support for building PSM from the nss autoconf branch using --enable-crypto. Remove references to obsolete MOZ_SECURITY define. r=cls.
2001-04-14 03:20:48 +00:00
cls%seawood.org
3313ef598a
Adding initial support for building mozilla with autoconf version of NSS. r=bryner
2001-04-09 09:38:30 +00:00
cls%seawood.org
4ecdbf35d2
Update build to use nspr.m4.
...
Start using nspr-config to set NSPR_CFLAGS & NSPR_LIBS.
Start placing nspr headers under $(DIST)/include/nspr to match a system installed NSPR.
Bug #73919 r=blizzard@mozilla.org
2001-04-07 04:34:53 +00:00
cls%seawood.org
378d63a2a4
Removing obsolete USE_NSPR_AUTOCONF usage
2001-04-06 08:44:49 +00:00
akkana%netscape.com
531bc52575
66345: Factoring necessary for editor reorganization. sr=kin, r=jfrancis
2001-04-05 23:57:18 +00:00
pinkerton%netscape.com
0905cc704f
OS_ARCH is no longer 'Rhapsody' on OSX, it's now 'Darwin'. Fixes problem
...
where shared libs all would try to link as stand-alone and fail to find _main().
r=beard/sr=blizzard.
2001-04-05 03:36:56 +00:00
cls%seawood.org
2ee6cb8d07
Make sure that cpp & asm files are rebuilt on Makefile.in changes like .c files.
2001-04-05 02:12:53 +00:00
cls%seawood.org
ce739653f5
Update our non-compiler based dependency system to build dependencies on the fly like the compiler-based system does.
...
Bug #66529 r=leaf
2001-04-05 01:18:34 +00:00
erik%netscape.com
910367aea6
checkin for bstell@netscape.com:
...
bug 54000; r=ftang@netscape.com , sr=erik@netscape.com
(part of nl_langinfo(CODESET);)
add OS_ARCH compile define
2001-04-03 06:01:07 +00:00
pavlov%netscape.com
629556fa98
turning on new imagelib on linux bugs 73161 and 70938 r=bryner,syd sr=waterson
2001-03-30 07:05:02 +00:00
mkaply%us.ibm.com
e82031955a
#73191
...
r=beard, sr=brendan
Remove CRT_CALL - change to PR_CALLBACK or JS_DLL_CALLBACK appropriately
2001-03-26 23:21:53 +00:00
dveditz%netscape.com
5736b2fa61
fix commercial bustage and make depend builds not break when MOZ_SRC
...
slash goes the wrong way. r=cls
2001-03-26 08:39:11 +00:00
cls%seawood.org
150b03282c
Add a space to make verbose output less confusing
2001-03-24 13:44:41 +00:00
cls%seawood.org
0758824807
Only build chrome jar files by default. Use either --enable-chrome-format (autoconf) or MOZ_CHROME_FILE_FORMAT (win32) to override.
...
Bug #72390 r=jag
2001-03-24 11:07:15 +00:00
pavlov%netscape.com
abfc3097d2
turning on the new imagelib on windows. bug 70938 r=jag sr=waterson
2001-03-23 08:41:05 +00:00
darin%netscape.com
fdcaa35500
Enables new cache on Win32. r=dougt,gagan a=mscott,rpotts,chofmann
2001-03-22 03:08:15 +00:00
cls%seawood.org
5dc13141ba
Land the rest of the --enable-static-components build changes.
...
Bug #46775 r=bryner
2001-03-20 05:42:58 +00:00
pavlov%netscape.com
a6b047b984
add -DMOZ_NEW_CACHE and -DUSE_IMG2 to CFLAGS on windows if MOZ_NEW_CACHE is set and/or USE_IMG2 part of bug 70938. r=bryner sr=cls
2001-03-19 23:21:52 +00:00
pinkerton%netscape.com
6fb55c42b1
turn on rod's reflow counts in debug and clean up a lot of unused cruft. r=sfraser.
2001-03-19 21:27:14 +00:00
dmose%netscape.com
42c00de566
Split up ldap build options into two sections: ldap and ldap_experimental, in preparation for turning on just the ldap module in the default builds. Also fixes LDAP C SDK bustage introduced by change to --enable-nspr-autoconf. Bug 70658. Patch from leif@netscape.com, r=dmose@netscape.com, sr=alecf@netscape.com.
2001-03-14 06:41:35 +00:00
rods%netscape.com
324b8102e2
turn on reflow counting when building in debug mode, activated by a pref
...
Bug 71514 r=kmcclusk sr=attinasi
2001-03-14 01:05:07 +00:00
dprice%netscape.com
b13183b421
71057 sr=waterson properly demangle C symbols NOT PART OF THE REGULAR BUILD
2001-03-13 10:42:36 +00:00
dprice%netscape.com
dbec894840
71148 sr=waterson r=leaf Clearing out build bustages for MOZ_COVERAGE bustage
...
NOT PART OF THE BUILD
2001-03-13 10:42:19 +00:00
mkaply%us.ibm.com
ba51334429
#71558
...
r=cls
from achim - Don't export every symbol for XPCOM components - nice build/performance fix
2001-03-12 03:33:50 +00:00
mkaply%us.ibm.com
757a59d6f3
OS/2 TB break
...
don't filter getcanvas when filtering getc
2001-03-10 17:52:05 +00:00
cls%seawood.org
8dfb0c65f3
Add support for old NetBSD toolchains & use -Bsymbolic when linking components.
...
Thanks to Charles Hannum <mycroft@netbsd.org> for the patch.
Bug #61750 r=cls
2001-03-09 07:55:29 +00:00
cls%seawood.org
181396975a
Remove unneeded variables.
...
Thanks to martin@NetBSD.ORG (Martin Husemann) for the patch.
Bug #61744 r=cls
2001-03-09 07:28:35 +00:00
cls%seawood.org
984dc05fd3
Actually use CPPFLAGS when it is passed to configure
2001-03-09 04:53:17 +00:00
dbaron%fas.harvard.edu
5a1f5835dc
Add temporary build options --enable-new-cache for new cache (bug 68705) and --enable-libpr0n for new image library (bug 70938). r=cls@seawood.org
2001-03-09 00:56:58 +00:00
alecf%netscape.com
4308eb20b9
update script to work on windows (not part of build)
2001-03-08 15:08:03 +00:00
colin%theblakes.com
590355fb7f
Removal of unused build defines. r=cls. b=70724
2001-03-05 12:15:43 +00:00
mkaply%us.ibm.com
f0b02cdb3a
#58627
...
r=cls
Remove timer.dll from OS/2 build - make it a part of widget
2001-03-02 00:10:24 +00:00
leaf%mozilla.org
814393f336
use the find.exe in the path, sr=jband, r=granrose
2001-03-01 02:26:22 +00:00
erik%netscape.com
c257b52ba2
bug 70389; author=simon@softel.co.il; r=cls; sr=erik; adding changes to
...
build system to conditionally compile the IBM bidi code (for Arabic and
Hebrew bidirectional text)
2001-02-28 23:45:40 +00:00
cls%seawood.org
8643a92f86
Adding and updating necessary .cvsignore files. Bug #61550
2001-02-24 06:22:49 +00:00
waterson%netscape.com
2cd62f503b
Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.
2001-02-22 03:01:34 +00:00
waterson%netscape.com
2c358ee3ba
Don't try to use win32.order files in a debug build. sr=jband
2001-02-15 23:04:33 +00:00
pinkerton%netscape.com
105d3c555e
carbon changes. r=pink/sdagley/beard. a=sfraser.
2001-02-13 21:48:26 +00:00