forked from qt-creator/qt-creator
6 lines
125 B
Bash
Executable File
6 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
me=$(dirname $0)
|
|
${CPP-gcc} -U__BLOCKS__ -xc++ -E -include $me/conf.c++ $* > $me/file.i
|
|
$me/cplusplus0 $me/file.i
|
|
|