comparison nt/makefile.def @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 8045cccd8f3c
children 695cf19ef79e
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
1 # 1 #
2 # Makefile definition file for building GNU Emacs on Windows NT 2 # Makefile definition file for building GNU Emacs on Windows NT
3 # Copyright (c) 1994-2001 Free Software Foundation, Inc. 3 # Copyright (c) 1994-2001 Free Software Foundation, Inc.
4 # 4 #
5 # GNU Emacs is free software; you can redistribute it and/or modify 5 # GNU Emacs is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by 6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2, or (at your option) 7 # the Free Software Foundation; either version 2, or (at your option)
8 # any later version. 8 # any later version.
9 # 9 #
10 # GNU Emacs is distributed in the hope that it will be useful, 10 # GNU Emacs is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details. 13 # GNU General Public License for more details.
14 # 14 #
15 # You should have received a copy of the GNU General Public License 15 # You should have received a copy of the GNU General Public License
16 # along with GNU Emacs; see the file COPYING. If not, write to 16 # along with GNU Emacs; see the file COPYING. If not, write to
17 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 17 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 # Boston, MA 02111-1307, USA. 18 # Boston, MA 02111-1307, USA.
19 # 19 #
61 !ifndef LIB 61 !ifndef LIB
62 !error The LIB environment variable needs to be set. 62 !error The LIB environment variable needs to be set.
63 !endif 63 !endif
64 64
65 # Determine the architecture we're running on. 65 # Determine the architecture we're running on.
66 # Define ARCH for our purposes; 66 # Define ARCH for our purposes;
67 # Define CPU for use by ntwin32.mak; 67 # Define CPU for use by ntwin32.mak;
68 # Define CONFIG_H to the appropriate config.h for the system; 68 # Define CONFIG_H to the appropriate config.h for the system;
69 # 69 #
70 !ifdef PROCESSOR_ARCHITECTURE 70 !ifdef PROCESSOR_ARCHITECTURE
71 # We're on Windows NT 71 # We're on Windows NT
98 OS_TYPE = windows95 98 OS_TYPE = windows95
99 !endif 99 !endif
100 100
101 # Include ntwin32.mak. So far, this file seems to be supported by every 101 # Include ntwin32.mak. So far, this file seems to be supported by every
102 # Microsoft compiler on NT and Windows 95 and properly defines the executable 102 # Microsoft compiler on NT and Windows 95 and properly defines the executable
103 # names and libraries necessary to build Emacs. I do not have access 103 # names and libraries necessary to build Emacs. I do not have access
104 # to any other vendor compilers, so I do not know if they supply this 104 # to any other vendor compilers, so I do not know if they supply this
105 # file, too. For now I'll assume that they do. 105 # file, too. For now I'll assume that they do.
106 # 106 #
107 !include <ntwin32.mak> 107 !include <ntwin32.mak>
108 108
109 # Using cvtres is necessary on NT 3.10 and doesn't hurt on later platforms. 109 # Using cvtres is necessary on NT 3.10 and doesn't hurt on later platforms.