Jerry James writes:
On Wed, Feb 6, 2013 at 4:29 PM, Jerry James <james(a)xemacs.org>
wrote:
> Does the Windows build not use ellcc? If not, then how does it build modules?
Is it this bit in nt/xemacs.mak?
$(OUTDIR)\postgresql.obj: $(SRCROOT)\modules\postgresql\postgresql.c
$(CCV) -I$(SRC) $(TEMACS_CPP_FLAGS)
$(SRCROOT)\modules\postgresql\postgresql.c -Fo$@ $(BROWSERFLAGS)
Because it only uses the normal CCV and TEMACS_CPP_FLAGS (unless -Fo
is relevant?), I suspect this does not build a module, but rather it's
the rule used when postgresql.obj is linked directly into temacs.exe.
I don't have time to look right now, but I'd start by looking for
rules for postgresql.ell and/or postgresql.dll if somebody wants to
beat me to it.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta