From 262c9fba9aab686c210c69bc9a9dc63c2374ad67 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Sun, 9 Apr 2017 14:04:20 +0200 Subject: Add Code::Blocks project file --- .gitignore | 3 +- cb/elogind.cbp | 446 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 448 insertions(+), 3 deletions(-) create mode 100644 cb/elogind.cbp diff --git a/.gitignore b/.gitignore index c77415bff..681fc5697 100644 --- a/.gitignore +++ b/.gitignore @@ -293,8 +293,7 @@ stamp-* /get_build_file_diff.sh elogind_patches.lst /patches/ -/elogind.cbp -/elogind.layout* +/cb/elogind.layout* *.bak /FIXME /create_dist.sh diff --git a/cb/elogind.cbp b/cb/elogind.cbp new file mode 100644 index 000000000..c70afddfd --- /dev/null +++ b/cb/elogind.cbp @@ -0,0 +1,446 @@ + + + + + + diff --git a/configure.ac b/configure.ac index 4757791c7..659853668 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([elogind], - [227], + [227.1], [https://github.com/elogind/elogind/issues], [elogind], [https://github.com/elogind/elogind]) -- cgit v1.2.3