gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12000: Add some frequently used hea


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12000: Add some frequently used headers to the precompiled header.
Date: Tue, 09 Mar 2010 06:11:49 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12000
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Tue 2010-03-09 06:11:49 +0100
message:
  Add some frequently used headers to the precompiled header.
modified:
  pch/Makefile.am
=== modified file 'pch/Makefile.am'
--- a/pch/Makefile.am   2010-03-09 00:10:22 +0000
+++ b/pch/Makefile.am   2010-03-09 05:11:49 +0000
@@ -1,7 +1,9 @@
 BUILT_SOURCES = all-includes.h.gch
 
 PCHHEADERS = \
-       $(top_srcdir)/libcore/as_object.h \
+       $(top_srcdir)/libcore/asobj/Global_as.h \
+       $(top_srcdir)/libcore/builtin_function.h \
+       $(top_srcdir)/libcore/NativeFunction.h \
        $(top_srcdir)/libcore/Shape.h \
        $(top_srcdir)/libcore/SWFStream.h \
        $(top_srcdir)/libcore/ObjectURI.h \
@@ -19,7 +21,6 @@
        $(top_srcdir)/libbase/GnashAlgorithm.h \
        $(top_srcdir)/libbase/smart_ptr.h \
        $(top_srcdir)/libbase/GC.h \
-       $(top_srcdir)/libbase/GnashException.h \
        $(top_srcdir)/libbase/log.h \
        $(top_srcdir)/libbase/rc.h \
        $(top_srcdir)/libbase/URL.h \


reply via email to

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