diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-07 14:31:16 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-07 14:31:16 +0000 |
commit | a56487ecb91b086f35b637916cd05d33432eefc6 (patch) | |
tree | a302bc867b91602676f7c2d6ec53a674770cfe41 /test/hal/testbuild/.project | |
parent | aa431f4c1029cb75e70368b83b8af2803a186b35 (diff) | |
download | ChibiOS-a56487ecb91b086f35b637916cd05d33432eefc6.tar.gz ChibiOS-a56487ecb91b086f35b637916cd05d33432eefc6.tar.bz2 ChibiOS-a56487ecb91b086f35b637916cd05d33432eefc6.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7732 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/hal/testbuild/.project')
-rw-r--r-- | test/hal/testbuild/.project | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/test/hal/testbuild/.project b/test/hal/testbuild/.project new file mode 100644 index 000000000..2fd707444 --- /dev/null +++ b/test/hal/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>
|