aboutsummaryrefslogtreecommitdiffstats
path: root/nt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (recompile): New target to recompile lispAndrew Innes2000-10-172-0/+16
| | | | | directory. (recompile-CMD, recompile-SH): New support targets.
* *** empty log message ***Gerd Moellmann2000-09-251-0/+48
|
* Add definition of NO_RETURNJason Rumney2000-09-242-1/+13
|
* *** empty log message ***Andrew Innes2000-09-171-0/+11
|
* Revert to Unix line endings.Andrew Innes2000-09-172-453/+453
|
* *** empty log message ***Andrew Innes2000-09-141-0/+4
|
* Revert to Unix line endings.Andrew Innes2000-09-141-206/+206
|
* *** empty log message ***Andrew Innes2000-09-141-0/+21
|
* Standardize indentation somewhat.Andrew Innes2000-09-141-46/+124
| | | | | | | | Add bootstrap support. Pass $(MFLAGS) when invoking make recursively. Add shell-specific variants of top-level targets that invoke make recursively in other directories, and add necessary computed dependencies.
* (SHELLTYPE): New define.Andrew Innes2000-09-141-0/+1
|
* (SHELLTYPE): New define.Andrew Innes2000-09-141-0/+3
| | | | (SETLOADPATH): New define.
* Change to DOS line endings.Andrew Innes2000-09-141-67/+1
| | | | | Simplify the generation of makefiles (don't need to generate various top-level targets that invoke make in other directories).
* Add note about expected error messages when configureAndrew Innes2000-09-141-0/+4
| | | | is run.
* *** empty log message ***Andrew Innes2000-09-031-0/+2
|
* Change to DOS line endings.Andrew Innes2000-09-031-128/+128
|
* *** empty log message ***Andrew Innes2000-09-031-0/+2
|
* Change to DOS line endings.Andrew Innes2000-09-031-346/+346
|
* *** empty log message ***Andrew Innes2000-09-031-0/+20
|
* (_ANONYMOUS_UNION) [__GNUC__]: New define.Andrew Innes2000-09-032-0/+8
| | | | (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
* (CFLAGS): No need for -D_ANONYMOUS_UNIONAndrew Innes2000-09-031-220/+231
| | | | | | | | -D_ANONYMOUS_STRUCT on compile line. (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK. (ARCH_CFLAGS): Change optimization flags to -O2. (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. (ARGQUOTE, DQUOTE): New defines.
* (CFLAGS): No need for -D_ANONYMOUS_UNIONAndrew Innes2000-09-031-213/+218
| | | | | | -D_ANONYMOUS_STRUCT on compile line. (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. (ARGQUOTE, DQUOTE): New defines.
* *** empty log message ***Andrew Innes2000-08-301-1/+1
|
* New file.Andrew Innes2000-08-244-0/+907
|
* *** empty log message ***Andrew Innes2000-08-221-1/+37
|
* (_WINSOCK_H): Undefine if defined.Andrew Innes2000-08-221-4/+6
| | | | | (fd_set): Define to new name, after including winsock.h, so we can provide our own implementation.
* (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK isAndrew Innes2000-08-221-0/+2
| | | | not defined.
* Remove WIN32 define.Andrew Innes2000-08-221-2/+0
|
* (PTR_TO_OFFSET): Cast ptr to unsigned char *.Andrew Innes2000-08-221-1/+1
|
* Use forward slash as directory separator in all pathAndrew Innes2000-08-221-8/+7
| | | | | definitions. (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
* [WINDOWSNT]: Don't declare getenv.Andrew Innes2000-08-221-0/+2
|
* (PTR_TO_OFFSET): Cast ptr to unsigned char*.Andrew Innes2000-08-221-1/+1
|
* (main): Accept /q to mean install based on addpm'sAndrew Innes2000-08-221-14/+25
| | | | | location without asking. Remove reference to emacs.bat which is now obsolete.
* Rewrite to match new configure process.Andrew Innes2000-08-221-145/+104
|
* *** empty log message ***Kenichi Handa2000-08-211-0/+4
|
* *** empty log message ***Andrew Innes2000-07-051-0/+6
|
* Add support for `bootstrap' and related targets.Andrew Innes2000-07-051-24/+24
|
* Add support for specifying make arguments.Andrew Innes2000-07-051-1/+3
|
* *** empty log message ***Jason Rumney2000-06-111-0/+4
|
* Define POINTER_TYPE, PTR, PROTOTYPES and __P.Jason Rumney2000-06-111-0/+20
|
* * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,Andrew Innes2000-02-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | around image definitions and prototypes. (gamma_correct) [WINDOWSNT]: New prototype. * w32term.c (x_make_frame_visible): Replace call to input_poll_signal with poll_for_input. * window.c [WINDOWSNT]: Include w32term.h. * xdisp.c [WINDOWSNT]: Include w32term.h. * makefile.nt: Add dependencies on w32gui.h. (OBJ1): Include atimer.obj. ($(BLD)\atimer.obj): New dependency rule. * w32.c (sigmask): New function (does nothing). (sigunblock): Ditto. * frame.c [WINDOWSNT]: Include w32term.h. * w32gui.h (struct W32FontStruct): Add ascent and descent slots. * lread.c (syms_of_lread): Fix literal newlines. * emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around the string constant limit (2048 bytes) in MSVC. (main): Ditto.
* Add include protection.Andrew Innes2000-02-061-0/+5
|
* (SYS_LDFLAGS): Add -nologo.Andrew Innes2000-02-061-2/+2
|
* Add CRs.Gerd Moellmann1999-11-221-8/+8
|
* Pass on command line arguments to make.Gerd Moellmann1999-11-222-7/+10
|
* *** empty log message ***Gerd Moellmann1999-11-221-0/+5
|
* (fast_install): Bring commands up-to-date, and fix typo.Gerd Moellmann1999-11-221-1/+4
|
* *** empty log message ***Gerd Moellmann1999-11-221-0/+11
|
* (EMACSLOADPATH): Include leim.Gerd Moellmann1999-11-221-1/+1
|
* (env_vars): Include leim in default EMACSLOADPATHGerd Moellmann1999-11-221-1/+1
| | | | definition.
* (all): Build leim if present.Gerd Moellmann1999-11-221-0/+6
| | | | | (install): Install leim if present. (clean): Clean leim if present.