1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
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
build new Discovery paths using path container 2004-05-25 19:04:15 +00:00
core Provide better orderin of the ScannerProvider. 2004-05-25 19:04:44 +00:00
debug Replaced deprecated methods. 2004-05-25 17:09:19 +00:00
doc Remove old tutorial file. Stay away, don't come back 2004-05-20 15:47:00 +00:00
launch/org.eclipse.cdt.launch 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
releng 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