From 6fa78cd341014f595e6b3d362104107943dfcdd4 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 2 Mar 2013 18:09:06 -0500 Subject: [PATCH] a working feisty meow eclipse project! just simplified down to our specialized make command and everything was happy. --- nucleus/.cproject | 200 ++++++++----------- nucleus/.settings/org.eclipse.cdt.core.prefs | 3 + 2 files changed, 89 insertions(+), 114 deletions(-) create mode 100644 nucleus/.settings/org.eclipse.cdt.core.prefs diff --git a/nucleus/.cproject b/nucleus/.cproject index 6eb6ca46..2355a4fc 100644 --- a/nucleus/.cproject +++ b/nucleus/.cproject @@ -14,17 +14,28 @@ - + - + - - + + + + + + - - + + + + + + + + + @@ -32,6 +43,15 @@ + + + + + + + + + @@ -84,38 +104,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -166,40 +156,30 @@ - - - - - - - - - - - + + + + - + - + - - + + - - - - + @@ -209,79 +189,82 @@ - + - - + + - + - + - + + + + - + - + - - + + - + - + - + - + - + - + - - + + @@ -332,40 +315,30 @@ - - - - - - - - - - - + + + + - + - + - - + + - - - - + @@ -375,80 +348,79 @@ - + - - + + - + - + - + + + + - + - + - - + + - + - + - + - + - + - + - - - - diff --git a/nucleus/.settings/org.eclipse.cdt.core.prefs b/nucleus/.settings/org.eclipse.cdt.core.prefs new file mode 100644 index 00000000..4d8d6b23 --- /dev/null +++ b/nucleus/.settings/org.eclipse.cdt.core.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +environment/project/cdt.managedbuild.toolchain.gnu.base.833628797/append=true +environment/project/cdt.managedbuild.toolchain.gnu.base.833628797/appendContributed=true -- 2.34.1