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