From bf2625de40108740ce08c9ecce46c352aadc292a Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 24 Nov 2014 12:58:26 +0000 Subject: Now that we're building pango's language modules statically (i.e. no longer as DLLs) it's not necessary to edit the user's 'pango.modules' file --- gtk2_ardour/bundle_env_msvc.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/bundle_env_msvc.cc b/gtk2_ardour/bundle_env_msvc.cc index 5e2da98bd4..afba402296 100644 --- a/gtk2_ardour/bundle_env_msvc.cc +++ b/gtk2_ardour/bundle_env_msvc.cc @@ -475,9 +475,12 @@ fixup_bundle_environment (int argc, char* argv[], const char** localedir) } fixup_fonts_config(); - fixup_pango_config(); fixup_clearlooks_config(); fixup_pixbuf_loaders_config(); + +#ifdef DLL_PANGO_MODULES + fixup_pango_config(); +#endif } -- cgit v1.2.3