From 214aebd2a8f5310c91fb580f93200a0fee364cbd Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Thu, 9 Feb 2012 12:51:11 +0100 Subject: [PATCH] Added .cproject and .project file --- .cproject | 224 ++++++++++++++++++++++++++++++++++++++++++++++ .gitignore | 2 - .project | 82 +++++++++++++++++ include/dlt/dlt_version.h | 10 +-- 4 files changed, 311 insertions(+), 7 deletions(-) create mode 100644 .cproject create mode 100644 .project diff --git a/.cproject b/.cproject new file mode 100644 index 0000000..7d784b5 --- /dev/null +++ b/.cproject @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + cmake + -E chdir build/ cmake ../ + + true + false + true + + + + + + + + + diff --git a/.gitignore b/.gitignore index 650bf2d..cb894cb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,6 @@ Release/ build/ automotive-dlt.spec automotive-dlt.pc -.cproject -.project config.h configure include/dlt/dlt_version.h diff --git a/.project b/.project new file mode 100644 index 0000000..93ccfeb --- /dev/null +++ b/.project @@ -0,0 +1,82 @@ + + + DLT-Daemon + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + ?name? + + + + org.eclipse.cdt.make.core.append_environment + true + + + org.eclipse.cdt.make.core.autoBuildTarget + all + + + org.eclipse.cdt.make.core.buildArguments + -C ${ProjDirPath}/build + + + org.eclipse.cdt.make.core.buildCommand + make + + + org.eclipse.cdt.make.core.buildLocation + + + + org.eclipse.cdt.make.core.cleanBuildTarget + clean + + + org.eclipse.cdt.make.core.contents + org.eclipse.cdt.make.core.activeConfigSettings + + + org.eclipse.cdt.make.core.enableAutoBuild + false + + + org.eclipse.cdt.make.core.enableCleanBuild + true + + + org.eclipse.cdt.make.core.enableFullBuild + true + + + org.eclipse.cdt.make.core.fullBuildTarget + all + + + org.eclipse.cdt.make.core.stopOnError + true + + + org.eclipse.cdt.make.core.useDefaultBuildCmd + false + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + diff --git a/include/dlt/dlt_version.h b/include/dlt/dlt_version.h index 2c76c74..49f9e7b 100755 --- a/include/dlt/dlt_version.h +++ b/include/dlt/dlt_version.h @@ -2,11 +2,11 @@ #ifndef __DLT_VERSION_H_ #define __DLT_VERSION_H_ -#define _DLT_PACKAGE_VERSION_STATE "" -#define _DLT_PACKAGE_VERSION "2.4.2" +#define _DLT_PACKAGE_VERSION_STATE "BETA" +#define _DLT_PACKAGE_VERSION "2.5.0" #define _DLT_PACKAGE_MAJOR_VERSION "2" -#define _DLT_PACKAGE_MINOR_VERSION "4" -#define _DLT_PACKAGE_PATCH_LEVEL "2" -#define _DLT_PACKAGE_REVISION "v2.4.2_8_gf44294b" +#define _DLT_PACKAGE_MINOR_VERSION "5" +#define _DLT_PACKAGE_PATCH_LEVEL "0" +#define _DLT_PACKAGE_REVISION "v2.5.0_BETA_3_g5f0abf6" #endif -- 2.7.4