mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Bug 351255 - Generated makefile should use user specified compiler path
instead of workspace preference
This commit is contained in:
parent
312cbad302
commit
2b7373ef4c
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.xlc.ui; singleton := true
|
||||
Bundle-Version: 6.3.0.qualifier
|
||||
Bundle-Version: 6.3.1.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.managedbuilder.xlc.ui.XLCUIPlugin
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
|
|
|
@ -3933,7 +3933,7 @@
|
|||
|
||||
</wizardPage>
|
||||
</extension>
|
||||
<extension
|
||||
<!--extension
|
||||
point="org.eclipse.core.variables.dynamicVariables">
|
||||
<variable
|
||||
description="%variableDescription"
|
||||
|
@ -3941,7 +3941,7 @@
|
|||
resolver="org.eclipse.cdt.managedbuilder.xlc.ui.variables.DynamicVariableResolver"
|
||||
supportsArgument="true">
|
||||
</variable>
|
||||
</extension>
|
||||
</extension -->
|
||||
</plugin>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue