1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Bug 187269 - Set the binary parser for the cygwin toolchain to Cygwin PE. Apparently works better with setting global vars in the debugger.

This commit is contained in:
Doug Schaefer 2007-05-16 17:15:51 +00:00
parent c773868cfd
commit 02790c4592

View file

@ -1671,7 +1671,7 @@
<targetPlatform
id="cdt.managedbuild.target.gnu.platform.cygwin.base"
name="%PlatformName.Dbg"
binaryParser="org.eclipse.cdt.core.PE"
binaryParser="org.eclipse.cdt.core.Cygwin_PE"
osList="win32"
archList="all">
</targetPlatform>