On Wed, Feb 6, 2013 at 4:19 PM, Jerry James <james(a)xemacs.org> wrote:
As far as I can tell, that #define isn't present in Unix module
builds, either. I'm looking through the sources to see where that
should go. Stand by...
No, I take that back. It's in do_compile_mode() in lib-src/ellcc.c:
#ifdef XEMACS
/* Cover both cases */
exec_argv = add_to_argv (exec_argv, "-DXEMACS_MODULE");
exec_argv = add_to_argv (exec_argv, "-Dxemacs");
#endif
exec_argv = add_to_argv (exec_argv, "-Demacs");
Does the Windows build not use ellcc? If not, then how does it build modules?
--
Jerry James
http://www.jamezone.org/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta