diff options
Diffstat (limited to 'make-global-h.sh')
-rwxr-xr-x | make-global-h.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/make-global-h.sh b/make-global-h.sh new file mode 100755 index 00000000..f6457848 --- /dev/null +++ b/make-global-h.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# create global.h + +echo "#ifndef PREFIX + #define PREFIX QString(\"${1}\") +#endif" > global.h |