summaryrefslogtreecommitdiff
path: root/nt
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* *** empty log message ***Geoff Voelker1995-06-101-11/+9
|
* Initial revisionGeoff Voelker1995-06-102-0/+231
|
* makefile.def (EMACS_ICON_PATH,ADDPM): Defined.Geoff Voelker1995-06-101-0/+6
|
* (ALL,addpm,addpm.exe,addpm.obj): Defined.Geoff Voelker1995-06-101-2/+21
| | | | | | | | (all): Depend upon $(BLD) and $(ALL). (install): Depend upon emacs.bat. Create program item for Emacs. (clean): Delete obj. (emacs.bat): Defined.
* changed referendce to of makefile.nt to makedffile.def in configure ↵Geoff Voelker1995-06-101-1/+1
| | | | section
* Add carriage returns; necessary for batch files on Win95Geoff Voelker1995-05-284-47/+47
|
* Commented out.Geoff Voelker1995-05-261-4/+28
| | | | | Expand for-loops. (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
* (ARCH): New definition.Geoff Voelker1995-05-261-45/+112
| | | | | | | | | | | (CPU,CONFIG_H,OS_TYPE): Defined. (INCLUDE,LIB): Checked if valid. (ntwin32.mak): Included. (AR,CC,LINK): New definition. (ADVAPI32,libc,BASE_LIBS): Defined. (SYS_LDFLAGS): New definition. Update comments and preprocessor conditionals. (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
* (SHELL): Conditionally defined.Geoff Voelker1995-05-261-5/+31
| | | | | | (HOME): Conditionally defined. (emacs_path,HOME): Update comments. Turn off all echo.
* Initial revisionGeoff Voelker1995-05-263-0/+720
|
* removed ^MsGeoff Voelker1995-05-0912-283/+283
|
* Initial revisionGeoff Voelker1995-05-091-0/+1
|