gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12002: Disable PCH support for gui/


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12002: Disable PCH support for gui/ and utilities/, because the precompiled header
Date: Tue, 09 Mar 2010 17:37:20 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12002
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Tue 2010-03-09 17:37:20 +0100
message:
  Disable PCH support for gui/ and utilities/, because the precompiled header
  is currently built with PIC, but both directories contain programs.
modified:
  gui/Makefile.am
  utilities/Makefile.am
=== modified file 'gui/Makefile.am'
--- a/gui/Makefile.am   2010-03-09 16:00:50 +0000
+++ b/gui/Makefile.am   2010-03-09 16:37:20 +0000
@@ -25,11 +25,6 @@
 # Build the current directory first. It's hard to see, but there is a '.' dot 
here.
 SUBDIRS = .
 
-if ENABLE_PCH
-SUBDIRS += ../pch
-AM_CXXFLAGS = $(PCH_FLAGS)
-endif
-
 localedir = $(datadir)/locale
 
 # this is where Gnash plugins get installed

=== modified file 'utilities/Makefile.am'
--- a/utilities/Makefile.am     2010-03-09 16:00:50 +0000
+++ b/utilities/Makefile.am     2010-03-09 16:37:20 +0000
@@ -112,11 +112,6 @@
 endif
 endif
 
-if ENABLE_PCH
-SUBDIRS = ../pch
-AM_CXXFLAGS = $(PCH_FLAGS)
-endif
-
 gprocessor_SOURCES = processor.cpp
 # export our symbols so they can be used by Gnash plugins
 gprocessor_LDFLAGS = -export-dynamic


reply via email to

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