From 3b5cc5a9fdd6b741f2cda857875fd953a4e87b31 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 2 Mar 2014 11:30:51 -0500 Subject: move fixup_bundle_environment() code into per-platform files --- gtk2_ardour/bundle_env_mingw.cc | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 gtk2_ardour/bundle_env_mingw.cc (limited to 'gtk2_ardour/bundle_env_mingw.cc') diff --git a/gtk2_ardour/bundle_env_mingw.cc b/gtk2_ardour/bundle_env_mingw.cc new file mode 100644 index 0000000000..bf0acb8871 --- /dev/null +++ b/gtk2_ardour/bundle_env_mingw.cc @@ -0,0 +1,30 @@ +/* + Copyright (C) 2001-2012 Paul Davis + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +*/ + +#include "bundle_env.h" + +void +fixup_bundle_environment (int, char* [], const char** localedir) +{ + /* what to do ? */ +} + +void load_custom_fonts() +{ +} -- cgit v1.2.3