~elementary-os/elementaryos/user-specific-alternatives-bzr

« back to all changes in this revision

Viewing changes to src/config.vala.cmake

  • Committer: Sergey "Shnatsel" Davidoff
  • Date: 2013-01-28 00:40:22 UTC
  • mfrom: (32.1.8 cmake-usa2)
  • Revision ID: sergey@elementaryos.org-20130128004022-952tww9lsg5pqpof
added CMake, courtesy of Cody Garver

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
namespace Constants {
 
2
public const string DATADIR = "@DATADIR@";
 
3
public const string PKGDATADIR = "@PKGDATADIR@";
 
4
public const string GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@";
 
5
public const string RELEASE_NAME = "@RELEASE_NAME@";
 
6
public const string VERSION = "@VERSION@";
 
7
public const string VERSION_INFO = "@VERSION_INFO@";
 
8
public const string PLUGINDIR = "@PLUGINDIR@";
 
9
}