1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00

Src/.cvsignore fix for Windows resources and icon

This commit is contained in:
Peter Stephenson 2000-08-16 13:34:54 +00:00
parent c0ab630768
commit f008eb8531
2 changed files with 7 additions and 3 deletions

@ -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.

@ -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
'