dmose%mozilla.org
92d791b7b0
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@52908 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:40:37 +00:00
leaf%mozilla.org
6a792568b8
path walking is bad for the soul, and build times
...
git-svn-id: svn://10.0.0.236/trunk@38029 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 10:56:03 +00:00
leaf%mozilla.org
b0f76b46a5
adding FIND
...
git-svn-id: svn://10.0.0.236/trunk@38028 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 10:11:00 +00:00
ssu%netscape.com
3b9be65438
added USE_NON_MT_LIBS definition
...
git-svn-id: svn://10.0.0.236/trunk@35228 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-14 22:19:41 +00:00
cyeh%netscape.com
e9c8e018e2
fixing fullcircle enabling through MOZ_PROFILE (turned off pdb file generation)
...
git-svn-id: svn://10.0.0.236/trunk@34932 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-12 00:43:11 +00:00
waterson%netscape.com
b79a2853b6
Clean up MOZ_PROFILE rules to get working with Quantify.
...
git-svn-id: svn://10.0.0.236/trunk@33697 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-04 02:30:51 +00:00
cyeh%netscape.com
bec2647778
change name from MOZ_DEBUGOPT, which is confusing to ever so slightly
...
less confusing name MOZ_PROFILE
git-svn-id: svn://10.0.0.236/trunk@24866 18797224-902f-48f8-a5cc-f745e15eee43
1999-03-23 20:17:09 +00:00
cyeh%netscape.com
5907555ee7
change MOZ_DEBUGOPT config to not generate PDB files.
...
git-svn-id: svn://10.0.0.236/trunk@23209 18797224-902f-48f8-a5cc-f745e15eee43
1999-03-08 22:38:33 +00:00
cyeh%netscape.com
538e46343a
fix pdb file generation so that the go into $(OBJDIR) and also
...
have more useful names other than "none.pdb". some cleanup remains.
git-svn-id: svn://10.0.0.236/trunk@22971 18797224-902f-48f8-a5cc-f745e15eee43
1999-03-05 23:24:48 +00:00
cyeh%netscape.com
6878c5e4eb
remove MOZ_PROF compiler option. it's redundant with MOZ_DEBUGOPT, and
...
it doesn't work to boot. it also has an annoying ifdef structure that is hard
to follow.
if you want to build optimized with debug symbols, use MOZ_DEBUGOPT=1
git-svn-id: svn://10.0.0.236/trunk@22169 18797224-902f-48f8-a5cc-f745e15eee43
1999-02-26 18:32:39 +00:00
cyeh%netscape.com
1d51efc7a2
step one in removing mozilla/layout/config: move special layout/config configuration
...
to default WIN32 rules.
git-svn-id: svn://10.0.0.236/trunk@21025 18797224-902f-48f8-a5cc-f745e15eee43
1999-02-17 22:25:15 +00:00
cyeh%netscape.com
e33cc2e2db
added new hacky build configuration. if MOZ_DEBUG is not set, you can
...
set MOZ_DEBUGOPT. MOZ_DEBUGOPT will generate optimized bits, but also
generate debugging information linked into the libraries and executables.
this can be insanely useful when you are trying to track down compiler
optimization bugs.
to use, set MOZ_DEBUG=, set MOZ_DEBUGOPT=1
git-svn-id: svn://10.0.0.236/trunk@18245 18797224-902f-48f8-a5cc-f745e15eee43
1999-01-22 01:45:38 +00:00
nisheeth%netscape.com
a769382e80
Added /FR flag for WIN32 builds to generate code browsing info if
...
MOZ_BROWSE_INFO is set in the environment.
git-svn-id: svn://10.0.0.236/trunk@15676 18797224-902f-48f8-a5cc-f745e15eee43
1998-12-03 04:26:40 +00:00
waterson%netscape.com
d161cfc014
Fixed MOZ_PROF to build optimized with symbols.
...
git-svn-id: svn://10.0.0.236/trunk@6437 18797224-902f-48f8-a5cc-f745e15eee43
1998-07-24 22:46:44 +00:00
danm
99159ddc96
glowcode. bug 299200 a:don.
...
git-svn-id: svn://10.0.0.236/trunk@5225 18797224-902f-48f8-a5cc-f745e15eee43
1998-07-09 16:33:15 +00:00
kipp
7cd20442b9
Allow build to not use debug msvcrt
...
git-svn-id: svn://10.0.0.236/trunk@3159 18797224-902f-48f8-a5cc-f745e15eee43
1998-06-04 05:03:50 +00:00
rpotts
6322e54de4
Moved defines for cookie management from WIN32 into config.mak along with all of the other defines...
...
git-svn-id: svn://10.0.0.236/trunk@2667 18797224-902f-48f8-a5cc-f745e15eee43
1998-05-29 23:26:58 +00:00
rpotts
c782f2cd0c
Fix to get raptor building again... These changes should/will be moved to config.mak
...
git-svn-id: svn://10.0.0.236/trunk@2655 18797224-902f-48f8-a5cc-f745e15eee43
1998-05-29 22:45:52 +00:00
morse
5a4fd3404f
turn single signon and cookie management back on
...
git-svn-id: svn://10.0.0.236/trunk@2638 18797224-902f-48f8-a5cc-f745e15eee43
1998-05-29 19:18:01 +00:00
morse
453d1560ac
temporarily fix tree bustage by turning off cookie management and single signon
...
git-svn-id: svn://10.0.0.236/trunk@2627 18797224-902f-48f8-a5cc-f745e15eee43
1998-05-29 17:01:31 +00:00
morse
438b0cd964
bug 122126, reviewed by briano
...
git-svn-id: svn://10.0.0.236/trunk@2621 18797224-902f-48f8-a5cc-f745e15eee43
1998-05-29 15:00:25 +00:00
ltabb
8ed5afe62c
Free the lizard
...
git-svn-id: svn://10.0.0.236/trunk@10 18797224-902f-48f8-a5cc-f745e15eee43
1998-03-28 02:44:41 +00:00