1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 09:46:02 +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 <targetPlatform
id="cdt.managedbuild.target.gnu.platform.cygwin.base" id="cdt.managedbuild.target.gnu.platform.cygwin.base"
name="%PlatformName.Dbg" name="%PlatformName.Dbg"
binaryParser="org.eclipse.cdt.core.PE" binaryParser="org.eclipse.cdt.core.Cygwin_PE"
osList="win32" osList="win32"
archList="all"> archList="all">
</targetPlatform> </targetPlatform>