mariadb/ndb/config/win-includes
joreland@mysql.com 32796b4860 wl1744 - ndb on windows
Add rules for creating dsp-files
2004-11-10 00:03:01 +01:00

8 lines
143 B
Bash
Executable file

#!/bin/sh
dst=$1
shift
out=`echo $* | sed 's/-I\([^ ]*\)/\/I "\1"/g'`
sed -e "s!@includes@!$out!g" $dst > /tmp/$dst.$$
mv /tmp/$dst.$$ $dst