gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/Makefil... [relea


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/Makefil... [release_0_8_2_rc1]
Date: Thu, 21 Feb 2008 19:00:08 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_8_2_rc1
Changes by:     Sandro Santilli <strk>  08/02/21 19:00:07

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: Makefile.am 

Log message:
        don't try to build PrototypeEventListenersTest.swf
        if Ming version doesn't support it.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.5711.2.1&r2=1.5711.2.2
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.182&r2=1.182.2.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5711.2.1
retrieving revision 1.5711.2.2
diff -u -b -r1.5711.2.1 -r1.5711.2.2
--- ChangeLog   21 Feb 2008 18:11:36 -0000      1.5711.2.1
+++ ChangeLog   21 Feb 2008 19:00:06 -0000      1.5711.2.2
@@ -1,5 +1,7 @@
 2008-02-21 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/Makefile.am: don't try to build
+         PrototypeEventListenersTest.swf if Ming version doesn't support it.
        * configure.ac: set version to 0.8.2
        * po/{cs,de,es,fr,it}.po: update-po
 

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.182
retrieving revision 1.182.2.1
diff -u -b -r1.182 -r1.182.2.1
--- testsuite/misc-ming.all/Makefile.am 13 Feb 2008 17:53:06 -0000      1.182
+++ testsuite/misc-ming.all/Makefile.am 21 Feb 2008 19:00:07 -0000      
1.182.2.1
@@ -141,7 +141,6 @@
        eventSoundTest1 \
        eventSoundTest1-Runner \
        DrawingApiTestRunner \
-       PrototypeEventListenersTestRunner \
        DragDropTestRunner   \
        frame_label_test \
        path_format_test \
@@ -174,7 +173,10 @@
 endif
 
 if MAKESWF_SUPPORTS_PREBUILT_CLIPS
-check_PROGRAMS += intervalTestRunner 
+check_PROGRAMS += \
+       intervalTestRunner \
+       PrototypeEventListenersTestRunner \
+       $(NULL)
 endif
 
 if MING_SUPPORTS_INIT_ACTIONS




reply via email to

[Prev in Thread] Current Thread [Next in Thread]