source: trunk/src/corelib/xml/make-parser.sh@ 135

Last change on this file since 135 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

  • Property svn:executable set to *
File size: 252 bytes
Line 
1#!/bin/sh
2
3me=$(dirname $0)
4mkdir -p $me/out
5(cd $me/out && ../../../../util/qlalr/qlalr --troll --no-debug --no-lines ../qxmlstream.g)
6
7for f in $me/out/*.h; do
8 n=$(basename $f)
9 p4 open $n
10 cp $f $n
11done
12
13p4 revert -a ...
14p4 diff -dub ...
15
Note: See TracBrowser for help on using the repository browser.