Successfully built the Win32 MinGW build with these in Eclipse. You need to install MinGW seperately.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3364 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2009-09-02 03:16:42 +00:00
parent e0f2bb3a50
commit b971a31f1b
2 changed files with 850 additions and 313 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,77 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>FTE-engine</name> <name>FTEQW</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>
<buildSpec> <buildSpec>
<buildCommand> <buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name> <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<triggers>clean,full,incremental,</triggers> <arguments>
<arguments> <dictionary>
<dictionary> <key>?name?</key>
<key>?name?</key> <value></value>
<value></value> </dictionary>
</dictionary> <dictionary>
<dictionary> <key>org.eclipse.cdt.make.core.append_environment</key>
<key>org.eclipse.cdt.make.core.append_environment</key> <value>true</value>
<value>true</value> </dictionary>
</dictionary> <dictionary>
<dictionary> <key>org.eclipse.cdt.make.core.autoBuildTarget</key>
<key>org.eclipse.cdt.make.core.autoBuildTarget</key> <value>all</value>
<value>all</value> </dictionary>
</dictionary> <dictionary>
<dictionary> <key>org.eclipse.cdt.make.core.buildArguments</key>
<key>org.eclipse.cdt.make.core.buildArguments</key> <value></value>
<value></value> </dictionary>
</dictionary> <dictionary>
<dictionary> <key>org.eclipse.cdt.make.core.buildCommand</key>
<key>org.eclipse.cdt.make.core.buildCommand</key> <value>make</value>
<value>make</value> </dictionary>
</dictionary> <dictionary>
<dictionary> <key>org.eclipse.cdt.make.core.buildLocation</key>
<key>org.eclipse.cdt.make.core.cleanBuildTarget</key> <value>${workspace_loc:/FTEQW/GL Debug}</value>
<value>clean</value> </dictionary>
</dictionary> <dictionary>
<dictionary> <key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
<key>org.eclipse.cdt.make.core.contents</key> <value>clean</value>
<value>org.eclipse.cdt.make.core.activeConfigSettings</value> </dictionary>
</dictionary> <dictionary>
<dictionary> <key>org.eclipse.cdt.make.core.contents</key>
<key>org.eclipse.cdt.make.core.enableAutoBuild</key> <value>org.eclipse.cdt.make.core.activeConfigSettings</value>
<value>false</value> </dictionary>
</dictionary> <dictionary>
<dictionary> <key>org.eclipse.cdt.make.core.enableAutoBuild</key>
<key>org.eclipse.cdt.make.core.enableCleanBuild</key> <value>false</value>
<value>true</value> </dictionary>
</dictionary> <dictionary>
<dictionary> <key>org.eclipse.cdt.make.core.enableCleanBuild</key>
<key>org.eclipse.cdt.make.core.enableFullBuild</key> <value>true</value>
<value>true</value> </dictionary>
</dictionary> <dictionary>
<dictionary> <key>org.eclipse.cdt.make.core.enableFullBuild</key>
<key>org.eclipse.cdt.make.core.fullBuildTarget</key> <value>true</value>
<value>gl-dbg</value> </dictionary>
</dictionary> <dictionary>
<dictionary> <key>org.eclipse.cdt.make.core.fullBuildTarget</key>
<key>org.eclipse.cdt.make.core.stopOnError</key> <value>gl-dbg</value>
<value>true</value> </dictionary>
</dictionary> <dictionary>
<dictionary> <key>org.eclipse.cdt.make.core.stopOnError</key>
<key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key> <value>true</value>
<value>true</value> </dictionary>
</dictionary> <dictionary>
</arguments> <key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
</buildCommand> <value>false</value>
<buildCommand> </dictionary>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name> </arguments>
<arguments> </buildCommand>
</arguments> <buildCommand>
</buildCommand> <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
</buildSpec> <arguments>
<natures> </arguments>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature> </buildCommand>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature> </buildSpec>
<nature>org.eclipse.cdt.core.cnature</nature> <natures>
</natures> <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
</projectDescription> <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.core.cnature</nature>
</natures>
</projectDescription>