]> code.delx.au - gnu-emacs/blobdiff - nt/gmake.defs
(calc-init-extensions): Add `calc-copy-special-constant'.
[gnu-emacs] / nt / gmake.defs
index afa1b855d940ad6fb70c11b1ef544279453d2903..bd201cd33144a355c903cda5236da8de14713eff 100644 (file)
@@ -1,5 +1,4 @@
-#
-#  Makefile definition file for building GNU Emacs on the Microsoft W32 API.
+#  -*- Makefile -*- definition file for building GNU Emacs on Windows NT.
 #  Copyright (c) 2000-2001 Free Software Foundation, Inc.
 #
 #  GNU Emacs is free software; you can redistribute it and/or modify
@@ -177,6 +176,7 @@ SHELL32             = -lshell32
 USER32         = -luser32
 WSOCK32                = -lwsock32
 WINMM     = -lwinmm
+WINSPOOL       = -lwinspool
 
 ifdef NOOPT
 DEBUG_CFLAGS   = -DEMACSDEBUG
@@ -269,3 +269,5 @@ LINK_FLAGS  = $(ARCH_LDFLAGS) $(DEBUG_LINK) $(NOCYGWIN) $(USER_LDFLAGS)
 
 $(BLD)/%.o: %.c
                $(CC) $(CFLAGS) $(CC_OUT)$@ $<
+
+# arch-tag: 35eb9662-8534-4bcf-b891-0730a09d657f