mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-27 10:55:33 +02:00
advertise the new Cygwin PE parser
This commit is contained in:
parent
8989c875b7
commit
c4fea46f5b
1 changed files with 10 additions and 0 deletions
|
@ -82,6 +82,16 @@
|
||||||
</run>
|
</run>
|
||||||
</cextension>
|
</cextension>
|
||||||
</extension>
|
</extension>
|
||||||
|
<extension
|
||||||
|
id="Cygwin_PE"
|
||||||
|
name="Cygwin PE Parser"
|
||||||
|
point="org.eclipse.cdt.core.BinaryParser">
|
||||||
|
<cextension>
|
||||||
|
<run
|
||||||
|
class="org.eclipse.cdt.utils.coff.parser.CygwinPEParser">
|
||||||
|
</run>
|
||||||
|
</cextension>
|
||||||
|
</extension>
|
||||||
<!-- =================================================================================== -->
|
<!-- =================================================================================== -->
|
||||||
<!-- Define the list of Error Parser provided by the CDT -->
|
<!-- Define the list of Error Parser provided by the CDT -->
|
||||||
<!-- =================================================================================== -->
|
<!-- =================================================================================== -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue