Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core/build.properties')
-rw-r--r--core/org.eclipse.cdt.core/build.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/build.properties b/core/org.eclipse.cdt.core/build.properties
index 3a56671acb6..9b6e7bcb3af 100644
--- a/core/org.eclipse.cdt.core/build.properties
+++ b/core/org.eclipse.cdt.core/build.properties
@@ -18,3 +18,5 @@ source.cdtcore.jar = build/,\
search/,\
dependency/
source.cdtparser.jar = parser/
+jars.compile.order = cdtparser.jar,\
+ cdtcore.jar

Back to the top