Commit Graph

1610 Commits

Author SHA1 Message Date
ian%hixie.ch
d6cda784f5 Add the -d option to the preprocessor (lists the dependencies given the current environment instead of actually preprocessing the file)
git-svn-id: svn://10.0.0.236/trunk@147899 18797224-902f-48f8-a5cc-f745e15eee43
2003-10-12 22:15:23 +00:00
timeless%mozdev.org
8c6801cdc5 Bug 220969 Use higher optimization for windows mkdepend
patch by swalker r=bryner


git-svn-id: svn://10.0.0.236/trunk@147503 18797224-902f-48f8-a5cc-f745e15eee43
2003-10-02 01:08:25 +00:00
bryner%brianryner.com
24fd8bca5d Update to latest XFree86 mkdepend source to fix hangs generating dependencies with mingw builds (bug 220875). rs=cls.
git-svn-id: svn://10.0.0.236/trunk@147494 18797224-902f-48f8-a5cc-f745e15eee43
2003-10-01 19:16:15 +00:00
ian%hixie.ch
ad8ff46ac1 Make substitutions of unknown variables be fatal errors.
git-svn-id: svn://10.0.0.236/trunk@147466 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-30 22:31:15 +00:00
bryner%brianryner.com
4995514c49 Updating my email address
git-svn-id: svn://10.0.0.236/trunk@147418 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-29 06:04:02 +00:00
bryner%brianryner.com
77c7eed3d0 Fix unnecessary rebuilds in embedding/browser/activex caused by mkdepend creating a bogus dependency on dist/include/string when #include <string> is used. This change makes mkdepend never match on a directory when searching the include path for a file. Bug 220595, r=dbaron.
git-svn-id: svn://10.0.0.236/trunk@147416 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-29 03:25:12 +00:00
tor%cs.brown.edu
064f665b7e Bug 208461 - midl semantics changed (VC++ .NET 2003). r=bryner
git-svn-id: svn://10.0.0.236/trunk@147342 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-26 19:31:18 +00:00
daniel%glazman.org
e2b7b51863 build system for standalone Composer; b=215795, r=cls@seawood.org, sr=scott@scott-macgregor.org
git-svn-id: svn://10.0.0.236/trunk@147242 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-24 13:59:37 +00:00
dbaron%dbaron.org
2af44bcda6 Update version number from 1.5b to 1.6a. b=219695
git-svn-id: svn://10.0.0.236/trunk@147104 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-21 17:13:12 +00:00
mkaply%us.ibm.com
b4e5963612 #215581
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes


git-svn-id: svn://10.0.0.236/trunk@147028 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 17:24:54 +00:00
cls%seawood.org
5bef9a23ea Fix misc build issues for mingw gcc 3.3.1:
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@147027 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 17:22:33 +00:00
dbaron%dbaron.org
e4c720c5a8 Use incremental linking again on Windows, for DLLs. b=216335 rs=cls
git-svn-id: svn://10.0.0.236/trunk@146974 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 22:36:02 +00:00
mkaply%us.ibm.com
006b773db2 #215581
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
Also remove some VACPP references


git-svn-id: svn://10.0.0.236/trunk@146925 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-15 21:50:20 +00:00
cbiesinger%web.de
50c77f2a4a Bug 217656
"make clean" doesn't delete .ilk files
r=cls


git-svn-id: svn://10.0.0.236/trunk@146747 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-11 11:36:40 +00:00
ian%hixie.ch
2e15917fdf Add support for the 'substitution' filter.
git-svn-id: svn://10.0.0.236/trunk@146515 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-02 15:53:55 +00:00
pkw%us.ibm.com
16468107e7 Bug 217499: Clean up AIX libpath and configure script
r=cls@seawood.org, a=asa@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@146443 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-29 17:15:06 +00:00
cls%seawood.org
9e281a8999 Since cygpath is converting paths into absolute paths, remove $srcdir as well as $_dos_srcdir to catch the relative paths.
Fixing dependency bustage when configure is called with a relative path.
Fallout from bug #210393


git-svn-id: svn://10.0.0.236/trunk@146356 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-26 20:28:47 +00:00
cls%seawood.org
6f4ce46cd9 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.


git-svn-id: svn://10.0.0.236/trunk@146071 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-15 22:37:25 +00:00
cls%seawood.org
d47deb2a2c 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


git-svn-id: svn://10.0.0.236/trunk@146016 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 21:36:22 +00:00
bryner%brianryner.com
26114c3881 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.
git-svn-id: svn://10.0.0.236/trunk@145982 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 23:18:28 +00:00
ian%hixie.ch
4b24071c2b Oops: the scoping of the relative directory path was not working on #include. (Not part of seamonkey build. r=bryner for firebird build.)
git-svn-id: svn://10.0.0.236/trunk@145950 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 09:46:33 +00:00
brendan%mozilla.org
95220b5330 Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron).
git-svn-id: svn://10.0.0.236/trunk@145624 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 20:09:21 +00:00
cls%seawood.org
5bc2df8f7d 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


git-svn-id: svn://10.0.0.236/trunk@145585 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 04:43:49 +00:00
cls%seawood.org
0537183cba Link generated .res files into mingw builds.
Use -mwindows when linking GUI mingw programs.
Bug #203443 r=leaf sr=bryner


git-svn-id: svn://10.0.0.236/trunk@145495 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 19:39:02 +00:00
timeless%mozdev.org
45269ef258 Adding the ablity to disable view source.
patch by dougt r=bz,sr=darin,b=199335


git-svn-id: svn://10.0.0.236/trunk@145405 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-30 23:57:39 +00:00
timeless%mozdev.org
ff3c22c2a1 Bug 214445 View Page Source fails
Backing out:
Bug 199335 [minimo]make all viewsource stuff configurable


git-svn-id: svn://10.0.0.236/trunk@145381 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-30 17:02:52 +00:00
dougt%meer.net
c2677efc6d Adding the ablity to disable view source. r=bz,sr=darin,b=199335
git-svn-id: svn://10.0.0.236/trunk@145367 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-30 02:39:05 +00:00
mkaply%us.ibm.com
bd3b62e584 rs=leaf
Remove XP_OS2_VACPP from the tree


git-svn-id: svn://10.0.0.236/trunk@145075 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-22 18:38:01 +00:00
twalker%netscape.com
366becd244 update version to 1.5b, bug 211626, r = ycalonje
git-svn-id: svn://10.0.0.236/trunk@144746 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-11 22:00:16 +00:00
dougt%meer.net
cd9329a9ac Allow disabling of profile locking. r=ccarlen b=212132
git-svn-id: svn://10.0.0.236/trunk@144630 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-09 05:07:56 +00:00
bryner%netscape.com
90fc296e45 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.
git-svn-id: svn://10.0.0.236/trunk@144519 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-07 18:22:04 +00:00
dougt%meer.net
d8766dc42c Adding support for static builds of minimo. r=pavlov. b=211645
git-svn-id: svn://10.0.0.236/trunk@144479 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-05 19:34:19 +00:00
timeless%mozdev.org
2b8917ec51 Bug 211265 Log doesn't check the return value of PL_DHashTableInit
r=darin sr=darin


git-svn-id: svn://10.0.0.236/trunk@144358 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-01 21:38:07 +00:00
seawood%netscape.com
cfd504bcef Force files to be read as binary to avoid line-ending issues on win32.
Bug #196499


git-svn-id: svn://10.0.0.236/trunk@144069 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-23 21:36:19 +00:00
seawood%netscape.com
06e1507b0c Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
git-svn-id: svn://10.0.0.236/trunk@143527 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-10 21:18:27 +00:00
seawood%netscape.com
fe31f3fee2 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
git-svn-id: svn://10.0.0.236/trunk@143523 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-10 20:22:15 +00:00
bryner%netscape.com
98e4b9e148 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.
git-svn-id: svn://10.0.0.236/trunk@143481 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-09 22:25:25 +00:00
seawood%netscape.com
ccedc79ca3 Add echo-requires-recursive rule to get a full list of tree's dependencies
git-svn-id: svn://10.0.0.236/trunk@143400 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-06 19:21:57 +00:00
jkeiser%netscape.com
6789172a85 Keep fast-update from getting stuck on cvs removed subdirs, r=bbaetz, sr=alecf
git-svn-id: svn://10.0.0.236/trunk@143372 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-05 23:40:34 +00:00
dbaron%dbaron.org
b71ed4f9e3 Make 'make makefiles' give an error message less often. r=cls
git-svn-id: svn://10.0.0.236/trunk@143322 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-05 04:59:02 +00:00
pavlov%pavlov.net
a88a7d8db7 Removal of MNG support. Bug 195280. Patch by tor@acm.org. r=pavlov sr=blizzard.
git-svn-id: svn://10.0.0.236/trunk@143257 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-03 23:16:42 +00:00
kysmith%netscape.com
dd66714512 updating win32 trunk mozilla builds to 1.5a
git-svn-id: svn://10.0.0.236/trunk@143195 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-02 20:02:17 +00:00
tor%cs.brown.edu
00b206135c Bug 197530 - remove ppm decoder. r=pavlov,cls sr=blizzard
git-svn-id: svn://10.0.0.236/trunk@143138 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-31 10:42:33 +00:00
bryner%netscape.com
6464a0bed2 Add prebinding base address for libxpcom_compat.dylib. Bug 206381, r=seawood, a=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@142688 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-21 03:04:48 +00:00
scott%scott-macgregor.org
d5dc068f31 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.


git-svn-id: svn://10.0.0.236/trunk@142599 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-18 23:10:18 +00:00
bryner%netscape.com
6ba2f47b7b Fix mozcomps meta-component build on non-win32 platforms (bug 205711). Patch by ccarlen, r=pavlov, sr=me, a=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@142539 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-16 06:07:37 +00:00
colin%theblakes.com
d933f8b505 Fix OpenVMS debug build problem. b=205013, r=dveditz, a=asa
git-svn-id: svn://10.0.0.236/trunk@142456 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-14 22:01:25 +00:00
dougt%meer.net
ffe35e473a Enabling Dependent Libs. b=193442, r=seawood@netscape.com, a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@142145 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-06 01:04:55 +00:00
dougt%meer.net
9a159a50ba backing out change - turned tbox's orange
git-svn-id: svn://10.0.0.236/trunk@142112 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-05 00:44:50 +00:00
dougt%meer.net
7b0df015d9 Using CXXFLAGS instead of DEFINES.
git-svn-id: svn://10.0.0.236/trunk@142111 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-05 00:04:49 +00:00