~writer-devs/writer/trunk

« back to all changes in this revision

Viewing changes to src/config.vala.cmake

  • Committer: Tuur Dutoit
  • Date: 2014-08-14 18:42:13 UTC
  • Revision ID: me@tuurdutoit.be-20140814184213-1txyepd3vqw2vknl
First commit. Made basic structure

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
}
 
 
b'\\ No newline at end of file'