gnome-subtitles r1090 - trunk/src/GnomeSubtitles/Execution
- From: pcastro svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-subtitles r1090 - trunk/src/GnomeSubtitles/Execution
- Date: Wed, 3 Dec 2008 19:33:06 +0000 (UTC)
Author: pcastro
Date: Wed Dec 3 19:33:06 2008
New Revision: 1090
URL: http://svn.gnome.org/viewvc/gnome-subtitles?rev=1090&view=rev
Log:
Class to hold values set during configure.
Added:
trunk/src/GnomeSubtitles/Execution/ConfigureDefines.cs.in
Added: trunk/src/GnomeSubtitles/Execution/ConfigureDefines.cs.in
==============================================================================
--- (empty file)
+++ trunk/src/GnomeSubtitles/Execution/ConfigureDefines.cs.in Wed Dec 3 19:33:06 2008
@@ -0,0 +1,30 @@
+/*
+ * This file is part of Gnome Subtitles.
+ * Copyright (C) 2008 Pedro Castro
+ *
+ * Gnome Subtitles 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.
+ *
+ * Gnome Subtitles 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+namespace GnomeSubtitles.Execution {
+
+public sealed class ConfigureDefines {
+
+ public const string Prefix = "@prefix@";
+ public const string ShareDir = "@prefix@/share";
+ public const string LocaleDir = "@prefix@/share/locale";
+
+}
+
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]