Touched all files

This commit is contained in:
slidedraw
2002-04-09 00:10:48 +00:00
parent d530b69de7
commit 99c183f5a6
12 changed files with 454 additions and 14 deletions

View File

@@ -3,6 +3,6 @@
EXTRA_DIST = README-cole README-CVS DOWNLOAD ChangeLog ChangeLog-from1to2 TODO THANKS AUTHORS BUGS doc/* examples/* utils/*
noinst_LIBRARIES = libcole.a
libcole_a_SOURCES = cole.c internal.c oledecod.c olecod.c support.c version.c internal.h support.h
libcole_a_SOURCES = cole.c internal.c oledecod.c olecod.c support.c version.c internal.h support.h
AM_CFLAGS = -Wall -Wcast-align -Wpointer-arith

View File

@@ -77,7 +77,7 @@ VERSION = @VERSION@
EXTRA_DIST = README-cole README-CVS DOWNLOAD ChangeLog ChangeLog-from1to2 TODO THANKS AUTHORS BUGS doc/* examples/* utils/*
noinst_LIBRARIES = libcole.a
libcole_a_SOURCES = cole.c internal.c oledecod.c olecod.c support.c version.c internal.h support.h
libcole_a_SOURCES = cole.c internal.c oledecod.c olecod.c support.c version.c internal.h support.h
AM_CFLAGS = -Wall -Wcast-align -Wpointer-arith
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h

View File

@@ -57,6 +57,7 @@ cole_perror (const char *s, COLERRNO colerrno)
break;
case COLE_EOPENFILE:
fprintf (stderr, "cole - Cannot open the file\n");
exit(1);
break;
case COLE_ENOFILESYSTEM:
fprintf (stderr, "cole - The file is not a OLE2 file\n");