Mercurial > hg > xemacs-beta
comparison nt/ChangeLog @ 2951:b694dfd2f40e
[xemacs-hg @ 2005-09-26 08:13:00 by ben]
Compile Windows with gmp, ldap, postgresql, db, etc.
README: Major rewrite. Document how to compile various optional libs.
config.inc.samp: Update to recent versions of optional libs. Add support for
gmp, db, postgresql, ldap. Turn on optimization when not debug.
minitar.c: Include config.h.
xemacs.mak: Figure out VC++ version and use it to set debug and browser flags
appropriately.
Add support for building gmp, db, postgresql, ldap.
Rewrite handling of optional stuff so it is all added to single
variables OPT_* rather than to various FOO_* variables.
Pass -I$(SRC) to minitar.c so it compiles.
Pass module sources, not objects, to make-docfile.
Delete more stuff in `make clean'.
author | ben |
---|---|
date | Mon, 26 Sep 2005 08:13:00 +0000 |
parents | b5fe6b5627b1 |
children | 28729529bee2 |
comparison
equal
deleted
inserted
replaced
2950:6faeb73983bb | 2951:b694dfd2f40e |
---|---|
1 2005-09-26 Ben Wing <ben@xemacs.org> | |
2 | |
3 * README: | |
4 Major rewrite. Document how to compile various optional libs. | |
5 | |
6 * config.inc.samp: | |
7 Update to recent versions of optional libs. Add support for | |
8 gmp, db, postgresql, ldap. Turn on optimization when not debug. | |
9 | |
10 * minitar.c: | |
11 Include config.h. | |
12 | |
13 * xemacs.mak: | |
14 * xemacs.mak (HAVE_WIDGETS): | |
15 * xemacs.mak (OPT_DEFINES): | |
16 * xemacs.mak (OPT_OBJS): | |
17 * xemacs.mak (BROWSERFLAGS): | |
18 * xemacs.mak (INCLUDES): | |
19 * xemacs.mak (DEFINES): | |
20 * xemacs.mak (TEMACS_COMMON_OBJS): | |
21 * xemacs.mak (TEMACS_OBJS): | |
22 * xemacs.mak ($(OUTDIR)\postgresql.obj): | |
23 * xemacs.mak ($(BLDLIB_SRC)/minitar.exe): | |
24 * xemacs.mak ( NOTE): | |
25 * xemacs.mak (TEMACS_LIBS): | |
26 * xemacs.mak ($(RAW_EXE)): | |
27 * xemacs.mak (mostlyclean): | |
28 * xemacs.mak (versionclean): | |
29 Figure out VC++ version and use it to set debug and browser flags | |
30 appropriately. | |
31 Add support for building gmp, db, postgresql, ldap. | |
32 Rewrite handling of optional stuff so it is all added to single | |
33 variables OPT_* rather than to various FOO_* variables. | |
34 Pass -I$(SRC) to minitar.c so it compiles. | |
35 Pass module sources, not objects, to make-docfile. | |
36 Delete more stuff in `make clean'. | |
37 | |
1 2005-09-25 Adrian Aichner <adrian@xemacs.org> | 38 2005-09-25 Adrian Aichner <adrian@xemacs.org> |
2 | 39 |
3 * xemacs.mak: Fix variable initialization order. | 40 * xemacs.mak: Fix variable initialization order. |
4 | 41 |
5 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> | 42 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |