diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-08-16 13:34:54 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-08-16 13:34:54 +0000 |
commit | f008eb8531aa29a8c35817a2a40e5c854ebf9e36 (patch) | |
tree | c27e087dfa6ddf020e5d34d01b369b4f4120cf47 | |
parent | c0ab630768a09d54d15d2f4af026049fe46f3b90 (diff) | |
download | zsh-f008eb8531aa29a8c35817a2a40e5c854ebf9e36.tar.gz zsh-f008eb8531aa29a8c35817a2a40e5c854ebf9e36.tar.xz zsh-f008eb8531aa29a8c35817a2a40e5c854ebf9e36.zip |
Src/.cvsignore fix for Windows resources and icon
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Src/.distfiles | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index eb80cc0fd..f72c22080 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-08-16 Peter Stephenson <pws@csr.com> + * unposted: Src/.distfiles: forgot this yet again. + * pws/Andrej: 12594, 12661: Src/zsh.rc, Src/zsh.ico, Src/Makefile.in, configure.in: basic support for Windows resources including icon, will be built in for cygwin. diff --git a/Src/.distfiles b/Src/.distfiles index 727c855cc..8e9b2cf5e 100644 --- a/Src/.distfiles +++ b/Src/.distfiles @@ -1,11 +1,13 @@ DISTFILES_SRC=' .cvsignore .distfiles .exrc .indent.pro Makefile.in Makemod.in.in - ansi2knr.c + signames1.awk signames2.awk + ansi2knr.c modentry.c builtin.c compat.c cond.c exec.c glob.c hashtable.c hashtable.h hist.c init.c input.c jobs.c lex.c linklist.c loop.c main.c makepro.awk math.c mem.c mkbltnmlst.sh mkmakemod.sh mkmodindex.sh - module.c options.c params.c parse.c prompt.c prototypes.h - signals.c signals.h signames.awk subst.c system.h text.c utils.c + module.c options.c params.c parse.c pattern.c prompt.c prototypes.h + signals.c signals.h subst.c system.h text.c utils.c watch.c xmods.conf zsh.h zsh.mdd ztype.h + zsh.rc zsh.ico ' |