aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/makefile.w32-in (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* lib-src/makefile.w32-in (obj): Remove strftime.o, it's not in src/.Eli Zaretskii2011-02-021-1/+1
|
* Make "etags --version" on Windows produce the same as on Posix platforms.Eli Zaretskii2011-02-021-2/+2
| | | | | makefile.w32-in (ETAGS_CFLAGS, CTAGS_CFLAGS): Add ``-DEMACS_NAME="\"GNU Emacs\""''.
* Fix the MS-Windows build broken by 2011-01-30T23:34:18Z!eggert@cs.ucla.edu ↵Eli Zaretskii2011-01-311-6/+2
| | | | | | | | | | | | | | | | | | | | | and 2011-01-31T08:15:13Z!eggert@cs.ucla.edu. lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and $(BLD)/time_r.$(O). ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and $(EMACS_ROOT)/src/m/intel386.h. ($(BLD)/strftime.$(O)): ($(BLD)/time_r.$(O)): Define prerequisites. src/makefile.w32-in (OBJ2): Remove strftime.$(O). ($(BLD)/strftime.$(O)): Remove prerequisites. lib-src/makefile.w32-in (VERSION): Don't define, defined on nt/config.nt. (ECLIENT_CFLAGS): Remove -DVERSION. ($(BLD)/emacsclient.$(O)): Don't depend on makefile.w32-in. nt/config.nt (VERSION): Uncomment definition. (restrict): Define. nt/inc/stdbool.h: New file. admin/admin.el (set-version): Remove lib-src/makefile.w32-in. Add nt/config.nt.
* Fix the MS-Windows build broken by 2011-01-17T19:01:01Z!eggert@cs.ucla.edu ↵Eli Zaretskii2011-01-291-38/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and emacs-23/2010-05-21T19:51:48Z!acm@muc.de. lib/makefile.w32-in: lib/getopt_.h: New files. src/s/ms-w32.h (HAVE_MKTIME): Remove. src/makefile.w32-in (LOCAL_FLAGS): Add -I../lib. (GNULIB): New variable. (LIBS): Add $(GNULIB). $(TEMACS): Depend on $(GNULIB). <top-level>: Fix font-lock disrupted by a lone `"'. src/makefile.w32-in (LOCAL_FLAGS): Add -I../lib. (GETOPTOBJS, GETOPTDEPS): Remove targets. (MOVEMAILOBJS): Replace $(GETOPTOBJS) with ../lib/$(BLD)/libgnu.$(A). ($(BLD)/movemail.exe): Depend on ../lib/getopt.h. (ECLIENTOBJS, ETAGSOBJ, CTAGSOBJ, EBROWSEOBJ): Replace getopt.o and getopt1.o with ../lib/$(BLD)/libgnu.$(A). (clean): Don't remove getopt.h. (getopt.h, $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O)): Remove targets. ($(BLD)/ctags.$(O), $(BLD)/etags.$(O)): Replace getopt.h with $(EMACS_ROOT)/lib/getopt.h. nt/makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake) (bootstrap-nmake, bootstrap-gmake, bootstrap-clean-nmake) (bootstrap-clean-gmake, clean-other-dirs-nmake) (clean-other-dirs-gmake, cleanall-other-dirs-nmake) (cleanall-other-dirs-gmake, distclean-other-dirs-nmake) (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake) (maintainer-clean-other-dirs-gmake): Recurse into ../lib as well. nt/configure.bat: Create lib/makefile. nt/config.nt (HAVE_MKTIME, BROKEN_MKTIME): Remove. (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV) (HAVE_DECL_LOCALTIME_R, HAVE_WCHAR_T, PACKAGE, VERSION, inline) (_GL_UNUSED, _UNUSED_PARAMETER_): Add definitions, for gnulib.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
| * Bump version to 23.2.91.emacs-pretest-23.2.91Chong Yidong2010-12-101-1/+1
| | | | | | | | Regenerate configure and ldefs-boot.el.
| * Bump version to 23.2.90.emacs-pretest-23.2.90Chong Yidong2010-11-081-1/+1
| | | | | | | | Regenerate AUTHORS, configure, and ldefs-boot.el.
| * Bump version to 23.2.50.Chong Yidong2010-05-081-1/+1
| |
| * Bump version to 23.2.emacs-23.2Chong Yidong2010-05-071-1/+1
| |
| * * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for ↵Chong Yidong2010-05-051-2/+2
| | | | | | | | nmake compatibility.
| * Bump version to 23.1.97.emacs-pretest-23.1.97Chong Yidong2010-05-031-1/+1
| |
| * Bump version to 23.1.96.emacs-pretest-23.1.96Chong Yidong2010-04-191-1/+1
| |
| * Bump version to 23.1.95.emacs-pretest-23.1.95Chong Yidong2010-04-021-1/+1
| |
| * Bump version to 23.1.94 and regenerate ldefs-boot.el.emacs-pretest-23.1.94Chong Yidong2010-03-101-1/+1
| |
* | Move ns-win.el's rather wacky menu adjustments to menu-bar.el.Glenn Morris2010-10-241-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | * lisp/term/ns-win.el: Do not require easymenu. (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>: <spell>: Move adjustments to menu-bar.el. * lisp/menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>: <separator-undo, spell>: Move ns-win's adjustments here. * lisp/loadup.el [ns]: Do not load easymenu. * src/Makefile.in (SOME_MACHINE_LISP): Remove easymenu.elc. * lib-src/makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove easymenu.elc.
* | Replace digest-doc and sorted-doc C programs with Lisp commands.Glenn Morris2010-10-221-20/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lib-src/digest-doc.c, lib-src/sorted-doc.c: Remove files. * lib-src/Makefile.in (UTILITIES): Remove digest-doc and sorted-doc. (digest-doc${EXEEXT}, sorted-doc${EXEEXT}): Remove rules. * lib-src/makefile.w32-in (ALL): Remove digest-doc and sorted-doc. ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe, sorted-doc, digest-doc) ($(BLD)/digest-doc.$(O), $(BLD)/sorted-doc.$(O)): Remove rules. (install): Don't install digest-doc.exe or sorted-doc.exe. * lisp/help-fns.el (doc-file-to-man, doc-file-to-info): New commands. * doc/lispref/help.texi (Documentation Basics): Remove mentions of digest-doc and sorted-doc. * INSTALL, nt/README, nt/README.W32: Do not mention digest-doc and sorted-doc. * etc/NEWS: Mention this change.
* | Remove lib-src/b2m.c and b2m.pl.Glenn Morris2010-10-081-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emacs does not use Babyl files since 23.1, and you can use M-x unrmail. * msdos/mainmake.v2 (install): Remove b2m. * lisp/emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c. * lib-src/b2m.c, lib-src/b2m.pl: Remove files. * lib-src/Makefile.in (INSTALLABLES): Remove b2m. * lib-src/makefile.w32-in ($(BLD)/b2m.$(O)): Remove. * doc/emacs/ack.texi (Acknowledgments): No more b2m.c. * admin/quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m. * INSTALL, make-dist: Remove references to b2m. * Makefile.in (MAN_PAGES): Remove b2m.1.
* | Rework tags targets in Windows makefiles to protect against old/stupid makes.Juanma Barranquero2010-10-021-1/+0
| | | | | | | | | | * lib-src/makefile.w32-in (tags): Remove target. * src/makefile.w32-in (tags): Rename target to full-tags.
* | Support TAGS targets in the w32 build.Eli Zaretskii2010-10-011-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | nt/makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets. emacs-src.tags: New file. src/makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags) (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake) (nt-TAGS-gmake, nt-TAGS-nmake): New targets. lisp/makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake) (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH) (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets. lib-src/makefile.w32-in (tags, TAGS): New targets.
* | lib-src/makefile.w32-in (../src/config.h): Remove target, it is stale.Juanma Barranquero2010-09-291-0/+1
| |
* | MS-Windows follow-up for 2010-07-12T05:25:46Z!handa@etlken.Eli Zaretskii2010-07-121-1/+1
| | | | | | | | makefile.w32-in (lisp2): Change hebrew.el to hebrew.elc.
* | Fix bug #6603.Eli Zaretskii2010-07-111-4/+4
| | | | | | | | makefile.w32-in (obj): Add menu.o, bidi.o, w32uniscrobe.o, and unexw32.o.
* | Fix Windows makefiles to adapt to lisp/vc reorganization.Juanma Barranquero2010-06-111-2/+2
| | | | | | | | | | | | | | * lib-src/makefile.w32-in (lisp2): Fix references to vc/vc-hooks.elc and vc/ediff-hook.elc. * lisp/makefile.w32-in (WINS_BASIC): Include new directory vc.
* | * lib-src/makefile.w32-in: Use parenthesis for macros for nmake compatibility.Christoph2010-04-071-2/+2
| |
* | Bump version to 24.0.50.Chong Yidong2010-03-101-1/+1
|/
* Bump version to 23.1.93; regenerate AUTHORS.Chong Yidong2010-02-261-1/+1
|
* Bump version to 23.1.92.Chong Yidong2010-01-291-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el.emacs-pretest-23.1.91Chong Yidong2009-12-301-1/+1
|
* * lib-src/makefile.w32-in, doc/lispintro/makefile.w32-in: UseChong Yidong2009-12-091-2/+2
| | | | parenthesis for macros for nmake compatibility.
* Bump version to 23.1.90.emacs-pretest-23.1.90Chong Yidong2009-12-091-1/+1
|
* (echolisp): New rule.Glenn Morris2009-10-151-2/+8
| | | | (clean): Delete echolisp.tmp.
* (OTHER_PLATFORM_SUPPORT): Add term/internal.elc, term/pc-win.elc,Eli Zaretskii2009-09-271-1/+5
| | | | | emacs-lisp/easymenu.elc, and term/ns-win.elc, to be consistent with src/Makefile.in.
* (WINNT_SUPPORT): Add common-win.elc, like src/Makefile.in did.Eli Zaretskii2009-07-031-0/+1
|
* Bump version to 23.1.50.Chong Yidong2009-06-211-1/+1
|
* Bump version number to 23.0.95.emacs-pretest-23.0.95Chong Yidong2009-06-191-1/+1
|
* Bump version to 23.0.94.emacs-pretest-23.0.94Chong Yidong2009-05-231-1/+1
|
* Bump version to 23.0.93.Chong Yidong2009-05-011-1/+1
|
* Bump version to 23.0.92.emacs-pretest-23.0.92Chong Yidong2009-03-311-1/+1
|
* Bump version to 23.0.91.emacs-pretest-23.0.91Chong Yidong2009-02-261-1/+1
|
* Bump version to 23.0.90.emacs-pretest-23.0.90Chong Yidong2009-02-011-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* * makefile.w32-in ($(BLD)/sorted-doc.$(O)): Remove spurious backslash.Juanma Barranquero2008-10-291-1/+1
| | | | Reported by Guillaume Conjat <gconjat.ext@orange-ftgroup.com>.
* (OTHER_PLATFORM_SUPPORT): Remove ccl.elc and codepage.elc.Eli Zaretskii2008-09-301-2/+0
|
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mactoolbox.c: * macterm.h: * macterm.c: * macselect.c: * macmenu.c: * macgui.h: * macfns.c: * mac.c: Remove file. * s/darwin.h: * m/intel386.h: * xfaces.c: * xdisp.c: * window.c: * tparam.c: * termhooks.h: * termcap.c: * term.c: * syssignal.h: * sysselect.h: * sysdep.c: * process.c: * lread.c: * lisp.h: * keyboard.c: * image.c: * fringe.c: * frame.h: * frame.c: * fontset.c: * font.h: * font.c: * fns.c: * fileio.c: * emacs.c: * dispnew.c: * dispextern.h: * config.in: * atimer.c: * Makefile.in: Remove code for Carbon * erc.el: Remove code for Carbon. Remove support for Mac Carbon. * term/mac-win.el: Remove file * international/mule-cmds.el: * version.el: * startup.el: * simple.el: * mwheel.el: * mouse.el: * loadup.el: * isearch.el: * info.el: * frame.el: * faces.el: * disp-table.el: * cus-start.el: * cus-face.el: * cus-edit.el: * Makefile.in: Remove code for Carbon. Remove support for Mac Carbon. * makefile.w32-in: * emacsclient.c: Remove code for Carbon. * PROBLEMS: * MACHINES: Remove mentions of Mac Carbon. * ns-emacs.texi: * faq.texi: Remove mentions of Mac Carbon. * os.texi: * frames.texi: * display.texi: Remove mentions of Mac Carbon. * xresources.texi: Remove mentions of Mac Carbon. * make-tarball.txt: * admin.el: * FOR-RELEASE: * CPP-DEFINES: Remove mentions of Mac Carbon. Remove support for Mac Carbon. * mac: Remove directory. * make-dist: * configure.in: * README: * Makefile.in: * INSTALL: Remove code for Carbon. * configure: Regenerate.
* * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove vmsproc.el and vms-patch.el.Juanma Barranquero2008-07-051-2/+0
|
* * src/Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.Juanma Barranquero2008-06-261-1/+1
| | | | * lib-src/makefile.w32-in (obj): Remove w32bdf.o.
* (lisp2): Add minibuffer.elc.Juanma Barranquero2008-05-301-0/+1
|