search for: have_ming

Displaying 2 results from an estimated 2 matches for "have_ming".

Did you mean: have_mingw
2007 Mar 07
1
test/trace
...in Otte <otte@gnome.org> Date: Wed Mar 7 11:29:05 2007 +0100 that change was not supposed to exist in the repos yet diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index e1c8e02..6fda1cf 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -1,11 +1,3 @@ -if HAVE_MING -SUBDIRS = ming -else -SUBDIRS = -endif -DIST_SUBDIRS = ming - -check_PROGRAMS = trace TESTS = $(check_PROGRAMS) trace_SOURCES = trace.c
2007 Mar 05
0
5 commits - libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_script.c test/trace
...f2cbcc474940) Author: Benjamin Otte <otte@gnome.org> Date: Mon Mar 5 22:09:48 2007 +0100 add 2 tests for prototypes diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index 8322668..d087ed3 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -1,3 +1,10 @@ +if HAVE_MING +SUBDIRS = ming +else +SUBDIRS = +endif +DIST_SUBDIRS = ming + check_PROGRAMS = trace TESTS = $(check_PROGRAMS) @@ -40,6 +47,8 @@ EXTRA_DIST = \ comparisons-6.swf.trace \ comparisons-7.swf \ comparisons-7.swf.trace \ + constructor-prototype.swf \ + constructor-prototype.swf.trace \ coun...