mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-19 03:13:14 +00:00
* improvements for cross-platform compiling * moved tactility-core to libs/ * splitup improvements * remove git/gitmodules from freertos * better platformbetter platform checks * added build scripts * delete mbedtls * re-add mbedtls * fixes and improvements * added pc build * simplify build scripts * revert build scrpit * updated builds * fix for pc * fix for pc * fix for build
8 lines
368 B
C
8 lines
368 B
C
/* The goal of the include/alt-extra directory is to test what happens
|
|
* if certain files come _after_ the normal include directory.
|
|
* Make sure that if the alt-extra directory comes before the normal
|
|
* directory (so we wouldn't be achieving our test objective), the build
|
|
* will fail.
|
|
*/
|
|
#error "The normal include directory must come first in the include path"
|