diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-19 13:46:54 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-19 13:46:54 +0000 |
commit | 1003ac4c256575f760cfdcada7ebbcb0f03d9f90 (patch) | |
tree | 051c9f9cd1373cff3f1fc275a18f001b9c42b85f /testhal/common/testbuild/.project | |
parent | 7d2ebae5ebb3ae7b1e662a7443cc09e27007995a (diff) | |
download | ChibiOS-1003ac4c256575f760cfdcada7ebbcb0f03d9f90.tar.gz ChibiOS-1003ac4c256575f760cfdcada7ebbcb0f03d9f90.tar.bz2 ChibiOS-1003ac4c256575f760cfdcada7ebbcb0f03d9f90.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6177 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/common/testbuild/.project')
-rw-r--r-- | testhal/common/testbuild/.project | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/testhal/common/testbuild/.project b/testhal/common/testbuild/.project new file mode 100644 index 000000000..2fd707444 --- /dev/null +++ b/testhal/common/testbuild/.project @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>HAL-BUILD_TEST</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
+ <triggers>clean,full,incremental,</triggers>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
+ <triggers>full,incremental,</triggers>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.cdt.core.cnature</nature>
+ <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
+ <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
+ </natures>
+ <linkedResources>
+ <link>
+ <name>os</name>
+ <type>2</type>
+ <locationURI>CHIBIOS/os</locationURI>
+ </link>
+ </linkedResources>
+</projectDescription>
|