mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() Bug 43450 - Path strings containing backslashes need quoting by hand The user needs to input strings in whatever manner necessary for their build tools to work. If that means quoting them, then quote them. However, if the user does quote them, then the scanner needs to handle that when looking for include files: core: -modify Scanner.handleInclusion core.tests: - added testBug43450 to ManagedBuildTests.java - added a user include to plugin.xml |
||
---|---|---|
.. | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.aix | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.qnx | ||
org.eclipse.cdt.core.solaris | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests |