head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2005.08.15.21.08.22;	author dschaefer;	state Exp;
branches;
next	1.4;

1.4
date	2005.08.02.04.22.27;	author dschaefer;	state Exp;
branches;
next	1.3;

1.3
date	2005.01.26.15.10.44;	author dschaefer;	state Exp;
branches;
next	1.2;

1.2
date	2005.01.03.14.15.26;	author dschaefer;	state Exp;
branches;
next	1.1;

1.1
date	2005.01.03.01.17.26;	author dschaefer;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Made the link to the dbgeng.dll dynamic. This will allow us to force load the Debugging Tools for Windows version which is much newer than the standard one.
@
text
@<?xml version="1.0" encoding="UTF-8"?>
<?eclipse-cdt version="2.0"?>

<cdtproject id="org.eclipse.cdt.make.core.make">
<extension id="org.eclipse.cdt.core.PE" point="org.eclipse.cdt.core.BinaryParser"/>
<extension id="org.eclipse.cdt.core.nullindexer" point="org.eclipse.cdt.core.CIndexer"/>
<data>
<item id="cdt_indexer">
<indexEnabled indexValue="true"/>
<indexerProblemsEnabled indexProblemsValue="0"/>
</item>
<item id="org.eclipse.cdt.core.pathentry">
<pathentry include="D:/Program Files/Debugging Tools for Windows/sdk/inc" kind="inc" path="" system="true"/>
<pathentry include="D:/Program Files/Microsoft Platform SDK/Include" kind="inc" path=""/>
<pathentry include="D:/Program Files/Microsoft Visual C++ Toolkit 2003/include" kind="inc" path=""/>
<pathentry include="D:/Java/jdk1.5.0_04/include" kind="inc" path=""/>
<pathentry include="D:/Java/jdk1.5.0_04/include/win32" kind="inc" path=""/>
<pathentry kind="src" path=""/>
<pathentry kind="out" path=""/>
</item>
<item id="scannerConfiguration">
<autodiscovery enabled="false" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile"/>
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile">
<buildOutputProvider>
<openAction enabled="false" filePath=""/>
<parser enabled="true"/>
</buildOutputProvider>
<scannerInfoProvider id="specsFile">
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
<parser enabled="true"/>
</scannerInfoProvider>
</profile>
</item>
</data>
</cdtproject>
@


1.4
log
@Much rework of the windows debugger. Now using dbgeng from the Debugging Tools for Windows. Should be much easier. Means rewrithing the CDI implementation for WinDbg, though.
@
text
@d5 2
a6 8
<extension point="org.eclipse.cdt.core.BinaryParser" id="org.eclipse.cdt.core.PE"/>
<extension point="org.eclipse.cdt.core.CIndexer" id="org.eclipse.cdt.core.ctagsindexer">
<attribute key="ctagslocation" value=""/>
<attribute key="ctagfiletype" value="ctags_internal"/>
<attribute key="ctagsindexincludes" value="true"/>
<attribute key="ctagslocationtype" value="ctags_path_default"/>
<attribute key="ctagfilelocation" value=""/>
</extension>
d13 5
a17 4
<pathentry kind="inc" path="" include="C:/Program Files/Microsoft SDK/include"/>
<pathentry kind="inc" path="" include="C:/Program Files/Microsoft Visual C++ Toolkit 2003/include"/>
<pathentry kind="inc" path="" include="C:/Eclipse/j2sdk1.4.2_06/include"/>
<pathentry kind="inc" path="" include="C:/Eclipse/j2sdk1.4.2_06/include/win32"/>
d22 1
a22 1
<autodiscovery enabled="false" selectedProfileId="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile" problemReportingEnabled="true"/>
d29 1
a29 1
<runAction useDefault="true" command="gcc" arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}"/>
@


1.3
log
@Updated CDT build settings for HEAD and changed my hard coded paths to the new location of my java install (where's those path variables :-)
@
text
@d5 8
a12 1
<extension point="org.eclipse.cdt.core.BinaryParser" id="org.eclipse.cdt.core.ELF"/>
a18 2
<pathentry kind="src" path=""/>
<pathentry kind="out" path=""/>
d23 2
@


1.2
log
@Started work on thin JNI layer to dbghelp.
@
text
@d12 2
d16 15
a30 4
<pathentry kind="inc" path="" include="C:/Java/j2sdk1.4.2_06/include"/>
<pathentry kind="inc" path="" include="C:/Java/j2sdk1.4.2_06/include/win32"/>
<pathentry kind="src" path=""/>
<pathentry kind="out" path=""/>
@


1.1
log
@Removed the ant builder and made this a standard make project (makes it easier to manage). Fixed some compile errors to work with HEAD.
@
text
@d14 2
@

