From 77c538c0c77c10faacdca54fac6492b03b7f79a8 Mon Sep 17 00:00:00 2001 From: Jay Dolan Date: Sat, 14 Feb 2015 09:38:48 -0500 Subject: [PATCH] Eclipse .project files. --- .cproject | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ .project | 27 +++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 .cproject create mode 100644 .project diff --git a/.cproject b/.cproject new file mode 100644 index 00000000..409a9c07 --- /dev/null +++ b/.cproject @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 00000000..daa477fe --- /dev/null +++ b/.project @@ -0,0 +1,27 @@ + + + NetRadiant + + + + + + 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 + + -- 2.39.2