summaryrefslogtreecommitdiff
path: root/libs/glibmm2/SConscript
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2006-03-04 11:26:25 +0000
committerTim Mayberry <mojofunk@gmail.com>2006-03-04 11:26:25 +0000
commit7df20e1166b3c8878de5525cf3e8395f942e7177 (patch)
tree7ffbc17060b6df7ce766192c8770ed060cce5422 /libs/glibmm2/SConscript
parent2f30610d8e0054c514e582979771466488969f74 (diff)
2006-03-04 Tim Mayberry <mojofunk@gmail.com>
* Remove debug output preventing compilation on x86_64. * Build shared libraries for all libs/* when DEVBUILD=1 to fix linking for x86_64/non-x86. * Simplify/consolidate the dev scripts a bit. * Export ARDOUR_COLORS variable in dev scripts. * Remove G_DISABLE_DEPRECATED from glibmm CXXFLAGS to allow compilation with newer versions of glib. * Build soundtouch with SYSLIBS=1, hopefully we can link to system soundtouch soon. git-svn-id: svn://localhost/trunk/ardour2@344 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/glibmm2/SConscript')
-rw-r--r--libs/glibmm2/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/glibmm2/SConscript b/libs/glibmm2/SConscript
index 99524f2f5a..248a8f2a4a 100644
--- a/libs/glibmm2/SConscript
+++ b/libs/glibmm2/SConscript
@@ -9,7 +9,7 @@ glibmm2 = env.Copy()
glibmm2.Merge([libraries['sigc2'], libraries['glib2']])
glibmm2.Append(CXXFLAGS='-DHAVE_CONFIG_H')
-glibmm2.Append(CXXFLAGS='-DG_DISABLE_DEPRECATED')
+#glibmm2.Append(CXXFLAGS='-DG_DISABLE_DEPRECATED')
glibmm2.Append(CXXFLAGS='-DG_LOG_DOMAIN=\\\"glibmm\\\"')
libglibmm2 = glibmm2.StaticLibrary('glibmm2', glibmm2_files)