#!/bin/bash # This script makes sure that every directly includable header # file compiles stand-alone for all supported platforms. # for f in $1/*.h $1/*/*.h do { echo "Compilng '$f'" g++ -xc++ - -c -o /dev/null <