summaryrefslogtreecommitdiff
path: root/nt
Commit message (Collapse)AuthorAgeFilesLines
* Remove OS dependent operations.Geoff Voelker1997-09-031-14/+4
| | | | (INFOPATH): No longer set INFOPATH.
* (WinMain): Allow Emacs process to be started withGeoff Voelker1997-09-031-4/+20
| | | | high or low priority.
* (CFLAGS_COMMON): Place pdb file in object buildGeoff Voelker1997-09-031-3/+3
| | | | | directory. (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
* (get_env_size): New function.Geoff Voelker1997-09-031-25/+100
| | | | | | | | | | (spawn): Explicitly pass in environment when creating subprocess. (main): Cleaup error messages. Specify dynamically sized environment block for real shell. Pass on unhandled switches to real shell. Quote program name. (get_next_token): Null terminate token returned.
* (env_vars): Put site-lisp before lisp in EMACSLOADPATH.Geoff Voelker1997-09-031-9/+15
| | | | | | Quote group name. Allow different icons to be specified. (env_vars): No longer set INFOPATH.
* (ALL): Build cmdproxy.Geoff Voelker1997-08-171-1/+8
| | | | | (cmdproxy): New target. (install): Install cmdproxy.
* (MSVCNT11): Conditionally define it.Geoff Voelker1997-08-171-4/+14
| | | | | | | | (BASE_LIBS): Do not use oldnames.lib. (SYS_LDFLAGS): Use pdb files. (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG. (ARCH_CFLAGS) [i386 && spd]: Use space optimizations. (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
* (env_vars): Set SHELL to cmdproxy.Geoff Voelker1997-08-171-4/+46
| | | | | | (main): Initialize idDde to 0. Determine emacs_path from module file name. Prompt for install.
* Initial revisionGeoff Voelker1997-08-093-0/+630
|
* (shutdown): Define.Geoff Voelker1997-07-101-0/+2
| | | | (sys_shutdown): Export.
* (RE_TRANSLATE): Copy definition from config.in.Richard M. Stallman1997-07-091-0/+1
|
* Update file comments.Geoff Voelker1997-07-011-23/+54
| | | | Update undefs added/removed in src/config.in.
* Use windows95 and windowsnt insteadGeoff Voelker1997-01-202-6/+6
| | | | of win95 and winnt, respectively.
* Add site-lisp to EMACSLOADPATH.Geoff Voelker1997-01-051-1/+1
|
* (env_vars): Add site-lisp to EMACSLOADPATH.Geoff Voelker1997-01-051-1/+1
|
* (real_install): Create site-lisp in installation dir.Geoff Voelker1997-01-051-0/+1
|
* Use new name ms-w32.h for windowsnt.hGeoff Voelker1996-11-191-1/+1
|
* Use new name w32.h for nt.hGeoff Voelker1996-11-191-1/+1
|
* (WinMain): Put a space between the binary and its args.Richard M. Stallman1996-08-091-2/+2
|
* (clean): Use OBJDIR macro.Karl Heuer1996-07-161-1/+1
|
* (env_vars): Use slashes, not backslashes.Richard M. Stallman1996-06-031-6/+6
|
* (CHOOSE_NEWEST_EXE): New parameter macro.Richard M. Stallman1996-06-031-13/+63
| | | | | | Not defined by default. (WinMain): Add conditional testing CHOOSE_NEWEST_EXE. (WinMain): Convert backslashes to slashes in env var values.
* Set BUILD_TYPE and INSTALL_DIR before calling make;Richard M. Stallman1996-05-131-2/+3
| | | | undo settings afterwards.
* (env_vars): Set SHELL registry entry to value of COMSPEC environment variable.Richard M. Stallman1996-05-081-1/+1
|
* Allow for optimized build.Geoff Voelker1996-05-031-0/+4
|
* [BUILD_TYPE]: Build optimized version in its own dir.Geoff Voelker1996-05-031-0/+8
| | | | (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
* Initial revisionGeoff Voelker1996-05-037-0/+221
|
* (F_OK, X_OK, W_OK, R_OK): New macros.Geoff Voelker1996-05-031-3/+6
|
* Build and install runemacs.exe.Geoff Voelker1996-05-031-1/+26
|
* (CONFIG_H) [WIN95]: Use config.nt.Geoff Voelker1996-05-031-1/+1
|
* Check if INSTALL_DIR is passed as an argument.Geoff Voelker1996-05-031-0/+1
| | | | ,
* (REG_ROOT): Don't use a trailing backslash.Geoff Voelker1996-05-031-9/+9
| | | | | (env_vars): Rename field emacs_path to emacs_dir. (main): Add link to runemacs instead of emacs.
* (DEL): Defined.Geoff Voelker1996-03-281-1/+7
| | | | | (DELTREE) [win95]: Defined. (SYS_LDFLAGS): Set executable versions to 3.10.
* Change uses of del to $(DEL).Geoff Voelker1996-03-281-16/+15
|
* Update FSF's ddress in preambleErik Naggum1996-01-155-44/+46
|
* (install, fast_install, real_install, clean):Geoff Voelker1995-11-221-13/+13
| | | | Don't use switches to del not supported by Win95.
* (CP_DIR): Use platform independent switches for xcopy.Geoff Voelker1995-11-221-1/+1
|
* (env_vars): New variable.Geoff Voelker1995-11-071-12/+74
| | | | | | (add_registry): New procedure. (main): Use values of configuration environment variables from the registry if defined, the process environment otherwise.
* Update to latest src/config.in.Geoff Voelker1995-11-072-0/+60
|
* (NTGUI): New macro.Geoff Voelker1995-11-071-0/+7
| | | | [NTGUI] (CFLAGS): Define HAVE_NTGUI.
* (addpm.exe): Link with $(ADVAPI32).Geoff Voelker1995-11-071-13/+16
| | | | | | (install, fast_install): Change same-dir test to create test file in installation tree and thereby support read-only shares. (clean): Remove .pdb files.
* *** empty log message ***Richard M. Stallman1995-10-121-5/+8
|
* Win95 requires carriage returns in batch files.Geoff Voelker1995-06-301-38/+38
|
* Mostly rewritten.Richard M. Stallman1995-06-201-155/+44
|
* (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.Richard M. Stallman1995-06-191-1/+1
|
* (MSVCNT11): Defined.Richard M. Stallman1995-06-151-1/+14
| | | | | | (BASE_LIBS) [MSVCNT11]: Use oldnames.lib. (CFLAGS_COMMON): Defined. (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
* Define .c to .obj suffix rule.Richard M. Stallman1995-06-151-5/+6
| | | | | (addpm.obj): Compile directly, use CFLAGS. (addpm.exe): Link from addpm.obj.
* *** empty log message ***Geoff Voelker1995-06-141-0/+2
|
* (addpm): Use CFLAGS when compiling.Richard M. Stallman1995-06-141-1/+1
|
* *** empty log message ***Geoff Voelker1995-06-131-1/+4
|