diff options
| author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-12-20 11:40:34 +0100 |
|---|---|---|
| committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2013-01-06 16:38:25 +0100 |
| commit | df135d151432f979b2ebbdb46b8f395b351fdbb1 (patch) | |
| tree | 15eefbad68bbb4bf7c1e9a4b8d7407b88546ff80 /src/config.vapi | |
| parent | bbe59abe52b9bccbfa31a31818a661d6e0731d3a (diff) | |
| download | msitools-df135d151432f979b2ebbdb46b8f395b351fdbb1.tar.gz msitools-df135d151432f979b2ebbdb46b8f395b351fdbb1.tar.xz msitools-df135d151432f979b2ebbdb46b8f395b351fdbb1.zip | |
Initial commit
Diffstat (limited to 'src/config.vapi')
| -rw-r--r-- | src/config.vapi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/config.vapi b/src/config.vapi new file mode 100644 index 0000000..96bf752 --- /dev/null +++ b/src/config.vapi @@ -0,0 +1,12 @@ +[CCode (prefix = "", lower_case_cprefix = "", cheader_filename = "config.h")] +namespace Config +{ + public const string PACKAGE_NAME; + public const string PACKAGE_STRING; + public const string PACKAGE_VERSION; + public const string GETTEXT_PACKAGE; + + public const string LOCALEDIR; + public const string PKGDATADIR; + public const string PKGLIBDIR; +} |
