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


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

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

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

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

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


desc
@@


1.5
log
@Updated build for new MSVC strategy.
@
text
@<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>org.eclipse.cdt.debug.win32.core</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.cdt.make.core.makeBuilder</name>
			<triggers>clean,full,incremental,</triggers>
			<arguments>
				<dictionary>
					<key>org.eclipse.cdt.make.core.build.arguments</key>
					<value></value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.core.errorOutputParser</key>
					<value>org.eclipse.cdt.core.VCErrorParser;</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.fullBuildTarget</key>
					<value>clean all</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.incrementalBuildTarget</key>
					<value>all</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.environment</key>
					<value></value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.buildLocation</key>
					<value></value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.enableAutoBuild</key>
					<value>false</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.build.target.inc</key>
					<value>all</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.enableFullBuild</key>
					<value>true</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.enabledIncrementalBuild</key>
					<value>true</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.build.location</key>
					<value>\org.eclipse.cdt.debug.win32.core\native</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.build.target.clean</key>
					<value>clean</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.build.command</key>
					<value>nmake</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.enableCleanBuild</key>
					<value>true</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
					<value>clean</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.append_environment</key>
					<value>true</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.build.target.full</key>
					<value>clean all</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
					<value>false</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.buildArguments</key>
					<value>-C native</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.buildCommand</key>
					<value>make</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.stopOnError</key>
					<value>false</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.autoBuildTarget</key>
					<value>all</value>
				</dictionary>
				<dictionary>
					<key>org.eclipse.cdt.make.core.build.target.auto</key>
					<value>all</value>
				</dictionary>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.pde.ManifestBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.pde.SchemaBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.cdt.make.core.ScannerConfigBuilder</name>
			<arguments>
				<dictionary>
					<key>org.eclipse.cdt.make.core.ScannerConfigDiscoveryEnabled</key>
					<value>false</value>
				</dictionary>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.pde.PluginNature</nature>
		<nature>org.eclipse.jdt.core.javanature</nature>
		<nature>org.eclipse.cdt.core.cnature</nature>
		<nature>org.eclipse.cdt.core.ccnature</nature>
		<nature>org.eclipse.cdt.make.core.makeNature</nature>
		<nature>org.eclipse.cdt.make.core.ScannerConfigNature</nature>
	</natures>
</projectDescription>
@


1.4
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
@d14 1
a14 1
					<value>-C native</value>
d18 1
a18 1
					<value>org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GASErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.VCErrorParser;</value>
d29 2
a30 2
					<key>org.eclipse.cdt.make.core.enableAutoBuild</key>
					<value>false</value>
d37 6
a42 2
					<key>org.eclipse.cdt.make.core.environment</key>
					<value>INCLUDE=D:\\Program Files\\Debugging Tools For Windows\\sdk\\inc;D:\\Program Files\\Microsoft Platform SDK\\Include;D:\\Program Files\\Microsoft Visual C++ Toolkit 2003\\include|</value>
a48 4
					<key>org.eclipse.cdt.make.core.build.target.inc</key>
					<value>all</value>
				</dictionary>
				<dictionary>
d54 1
a54 1
					<value></value>
d57 2
a58 2
					<key>org.eclipse.cdt.make.core.build.command</key>
					<value>make</value>
d61 2
a62 2
					<key>org.eclipse.cdt.make.core.build.target.clean</key>
					<value>clean</value>
@


1.3
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
@d38 1
a38 1
					<value></value>
@


1.2
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
@d10 1
d13 4
d29 4
d37 2
a38 2
					<key>org.eclipse.cdt.make.core.enableAutoBuild</key>
					<value>true</value>
d45 4
d53 12
d73 8
d100 4
@


1.1
log
@Initial implementation of CDT Windows Debugger.
@
text
@d9 61
d85 1
a85 1
			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
d88 2
a89 2
					<key>LaunchConfigHandle</key>
					<value>&lt;project&gt;/.externalToolBuilders/org.eclipse.cdt.debug.win32.core Native Builder.launch</value>
d97 4
@

