summaryrefslogtreecommitdiff
path: root/storage/ndb/config/win-includes
blob: fa5984fd25e2739fbbfc12d5a52b23e7cc6f6ccb (plain)
1
2
3
4
5
6
7
8
#!/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