Files
qt-creator/tests/manual/binding/c++

8 lines
153 B
Plaintext
Raw Normal View History

2009-02-18 12:13:57 +01:00
#!/bin/sh
me=$(dirname $0)
t=$(mktemp -t c++)
echo "Generating $t"
${CPP-gcc} -xc++ -E -include $me/conf.c++ $* > $t
echo "Parsing $t"
$me/cplusplus0 $t