search for: 78cdf62

Displaying 2 results from an estimated 2 matches for "78cdf62".

Did you mean: 288df62
2008 Jan 17
0
libswfdec/Makefile.am
...772da620b6f02edc6b4df67895fdcf2b2739 Author: Benjamin Otte <otte at gnome.org> Date: Thu Jan 17 18:22:29 2008 +0100 The god of portability says: don't use echo -e It's the same god that gave us dash btw. diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 78cdf62..4f2d438 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -362,10 +362,10 @@ swfdec_as_strings.h: swfdec_as_strings.c ( cd $(srcdir) && echo "/* This is a generated file. See swfdec_as_strings.c for details. */" \ && echo "#ifndef _SWFDEC_AS_STR...
2008 Jan 02
0
4 commits - libswfdec/Makefile.am libswfdec/swfdec_movie.c libswfdec/swfdec_shape_parser.c test/dump.c test/trace
...ormal property Also make strings with a $ in them use that $ sign, so the "$version" string evaluates to SWFDEC_AS_STR_$version. I hope that change didn't break too many shell escaping rules... diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 322529c..78cdf62 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -365,7 +365,7 @@ swfdec_as_strings.h: swfdec_as_strings.c && echo -e "\nextern const char swfdec_as_strings[];\n" \ && grep " SWFDEC_AS_CONSTANT_STRING" swfdec_as_strings.c \ | sed &qu...