gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/avm2 r9746: don't build the Accessibility


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9746: don't build the Accessibility class, use the new as3 one instead for testing.
Date: Tue, 19 May 2009 09:17:56 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 9746
committer: address@hidden
branch nick: avm2
timestamp: Tue 2009-05-19 09:17:56 -0600
message:
  don't build the Accessibility class, use the new as3 one instead for testing.
modified:
  libcore/asobj/Makefile.am
=== modified file 'libcore/asobj/Makefile.am'
--- a/libcore/asobj/Makefile.am 2009-05-15 03:20:50 +0000
+++ b/libcore/asobj/Makefile.am 2009-05-19 15:17:56 +0000
@@ -32,6 +32,7 @@
        -I$(top_srcdir)/libcore/swf \
        -I$(top_srcdir)/libcore/parser \
        -I$(top_srcdir)/libcore/vm \
+       -I$(top_srcdir)/libcore/asobj3 \
        -I$(top_srcdir)/libbase \
        -I$(top_srcdir)/libamf \
        -I$(top_srcdir)/libltdl \
@@ -46,7 +47,6 @@
 
 libgnashasobjs_la_SOURCES = \
        AsBroadcaster.cpp \
-       Accessibility_as.cpp \
        Array_as.cpp \
        Boolean_as.cpp \
        Camera.cpp \
@@ -124,7 +124,6 @@
 
 noinst_HEADERS = \
        AsBroadcaster.h \
-       Accessibility_as.h \
        Boolean_as.h \
        Camera.h \
        ClassHierarchy.h \
@@ -161,6 +160,12 @@
        LoadableObject.h \
        $(NULL)
 
+# libgnashasobjs_la_SOURCES += \
+#      Accessibility_as.cpp
+
+# noinst_HEADERS += \
+#      Accessibility_as.h
+
 EXTENSIONS_API = \
        Array_as.h \
        Key_as.h \


reply via email to

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