1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

advertise the Cygwin PE parser Page

This commit is contained in:
Alain Magloire 2003-10-19 01:17:40 +00:00
parent d6572b1aa6
commit f5b89e809f

View file

@ -483,5 +483,13 @@
id="ElfBinaryParserPage">
</parserPage>
</extension>
<extension
point="org.eclipse.cdt.ui.BinaryParserPage">
<parserPage
parserID="org.eclipse.cdt.core.Cygwin_PE"
class="org.eclipse.cdt.ui.dialogs.CygwinPEBinaryParserPage"
id="PEBinaryParserPage">
</parserPage>
</extension>
</plugin>