if [ $1 = "setup.h.in" ]; then
cmd="$cmd | sed -e '/^\/\//d' \
-e 's@ *//.*\$@@' \
- -e 's/#define wxUSE_\(.\+\) \+1/#define wxUSE\1 0/'"
+ -e 's/# *define \(.\+\) \+1 *\$/#define \1 0/'"
fi
eval $cmd
return 0
fi
- echo -n "Updating $1..."
+ echo -n "Updating $1 ..."
tmp=$i.$$.tmp
sed -e '/^\/\* --- start common options --- \*\/$/q' $1 > $tmp &&
fi
update_single_setup_h include/wx/msw/setup0.h
+update_single_setup_h include/wx/msw/wince/setup.h
update_single_setup_h include/wx/mac/setup0.h
update_single_setup_h setup.h.in