Kaydet (Commit) cbd5b85d authored tarafından Peter Foley's avatar Peter Foley

move update_pch.sh to a more obvious place

Change-Id: I379bfa8a8531c9ebc09d29ac789d70c8c5dafc79
üst 1fda1581
......@@ -10,7 +10,7 @@
# Usage: update_pch.sh [precompiled_xxx.hxx]
root=`dirname $0`
root=`cd $root/../.. && pwd`
root=`cd $root/.. && pwd`
if test -z "$1"; then
headers=`ls $root/*/inc/pch/precompiled_*.hxx`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment