emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/nt/makefile.nt


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/nt/makefile.nt
Date: Fri, 04 Apr 2003 01:23:41 -0500

Index: emacs/nt/makefile.nt
diff -c emacs/nt/makefile.nt:1.32 emacs/nt/makefile.nt:1.33
*** emacs/nt/makefile.nt:1.32   Sat Feb 24 16:51:56 2001
--- emacs/nt/makefile.nt        Tue Feb  4 09:16:25 2003
***************
*** 3,19 ****
  #  Copyright (c) 1993-2000 Free Software Foundation, Inc.
  #
  #  This file is part of GNU Emacs.
! #  
  #  GNU Emacs is free software; you can redistribute it and/or modify
  #  it under the terms of the GNU General Public License as published by
  #  the Free Software Foundation; either version 2, or (at your option)
  #  any later version.
! #  
  #  GNU Emacs is distributed in the hope that it will be useful,
  #  but WITHOUT ANY WARRANTY; without even the implied warranty of
  #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  #  GNU General Public License for more details.
! #  
  #  You should have received a copy of the GNU General Public License
  #  along with GNU Emacs; see the file COPYING.  If not, write to
  #  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
--- 3,19 ----
  #  Copyright (c) 1993-2000 Free Software Foundation, Inc.
  #
  #  This file is part of GNU Emacs.
! #
  #  GNU Emacs is free software; you can redistribute it and/or modify
  #  it under the terms of the GNU General Public License as published by
  #  the Free Software Foundation; either version 2, or (at your option)
  #  any later version.
! #
  #  GNU Emacs is distributed in the hope that it will be useful,
  #  but WITHOUT ANY WARRANTY; without even the implied warranty of
  #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  #  GNU General Public License for more details.
! #
  #  You should have received a copy of the GNU General Public License
  #  along with GNU Emacs; see the file COPYING.  If not, write to
  #  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
***************
*** 130,136 ****
                $(INSTALL_CMD)
                cd ..\leim
                if exist makefile.nt $(INSTALL_CMD)
!               cd ..\nt                
                - $(CP) $(BLD)\addpm.exe $(INSTALL_DIR)\bin
                - $(CP) $(BLD)\ddeclient.exe $(INSTALL_DIR)\bin
                - $(CP) $(BLD)\cmdproxy.exe $(INSTALL_DIR)\bin
--- 130,136 ----
                $(INSTALL_CMD)
                cd ..\leim
                if exist makefile.nt $(INSTALL_CMD)
!               cd ..\nt
                - $(CP) $(BLD)\addpm.exe $(INSTALL_DIR)\bin
                - $(CP) $(BLD)\ddeclient.exe $(INSTALL_DIR)\bin
                - $(CP) $(BLD)\cmdproxy.exe $(INSTALL_DIR)\bin
***************
*** 187,193 ****
  
  #
  # Maintenance
! # 
  CLEAN_CMD     = $(MAKE) -f makefile.nt clean
  clean:
                - $(DEL) *~ *.pdb
--- 187,193 ----
  
  #
  # Maintenance
! #
  CLEAN_CMD     = $(MAKE) -f makefile.nt clean
  clean:
                - $(DEL) *~ *.pdb




reply via email to

[Prev in Thread] Current Thread [Next in Thread]