From 7e231b5d37c1fba464ae6f07be75482ff4701633 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Tue, 28 Jul 2015 14:58:00 +0900 Subject: [PATCH] Eclipse: template project files users should rename these files to .cproject and .project (i.e. remove the leading eclipse portion) Original work done by Kevin, heavily modified by Randy --- eclipse.cproject | 159 +++++++++++++++++++++++++++++++++++++++++++++++ eclipse.project | 27 ++++++++ 2 files changed, 186 insertions(+) create mode 100644 eclipse.cproject create mode 100644 eclipse.project diff --git a/eclipse.cproject b/eclipse.cproject new file mode 100644 index 0000000000..0313ce3b28 --- /dev/null +++ b/eclipse.cproject @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + make + px4-v2 + true + true + true + + + make + + px4-cleandep + true + true + true + + + make + + clean + true + true + true + + + make + px4-clean + true + true + true + + + make + px4-v2 + true + true + true + + + make + + clean + true + true + true + + + make + + px4-clean + true + true + true + + + make + + px4-cleandep + true + true + true + + + make + px4-v2 + true + true + true + + + make + px4-v2 + true + true + true + + + make + + clean + true + true + true + + + make + + px4-clean + true + true + true + + + make + + px4-cleandep + true + true + true + + + + diff --git a/eclipse.project b/eclipse.project new file mode 100644 index 0000000000..0d89519c89 --- /dev/null +++ b/eclipse.project @@ -0,0 +1,27 @@ + + + ardupilot + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.core.ccnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + +