1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core
Alain Magloire 7fbcd15bc4 Provide better orderin of the ScannerProvider.
The other of the include
	We need to reorder the include/macros:
	includes the closest match to the resource will come first
	    /project/src/file.c  --> /usr/local/include
	    /project/src         --> /usr/include
	/usr/local/include must come first.
	For the macros the closest symbol will override
	   /projec/src/file.c --> NDEBUG=1
	   /project/src       --> NDEBUG=0
	We will use NDEBUG=1 only
2004-05-25 19:04:44 +00:00
..
org.eclipse.cdt.core Provide better orderin of the ScannerProvider. 2004-05-25 19:04:44 +00:00
org.eclipse.cdt.core.aix Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00
org.eclipse.cdt.core.linux Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00
org.eclipse.cdt.core.qnx Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00
org.eclipse.cdt.core.solaris Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00
org.eclipse.cdt.core.tests https://bugs.eclipse.org/bugs/show_bug.cgi?id=62009 2004-05-25 00:47:19 +00:00
org.eclipse.cdt.core.win32 Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00
org.eclipse.cdt.ui new Include/symbol page 2004-05-25 18:49:32 +00:00
org.eclipse.cdt.ui.tests Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00