Searched refs:VERS (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/
H A Dpublish.sh19 VERS=`cat $srcdir/VERSION`
21 echo "VERSIONS: $VERS $VERSW"
29 echo '***** '"COMPILING sqlite3-$VERS.bin..."
32 mv sqlite3 sqlite3-$VERS.bin
33 gzip sqlite3-$VERS.bin
34 chmod 644 sqlite3-$VERS.bin.gz
35 mv sqlite3-$VERS.bin.gz doc
49 mv tclsqlite3.so tclsqlite-$VERS.so
50 gzip tclsqlite-$VERS.so
51 mv tclsqlite-$VERS
[all...]
H A Dpublish_osx.sh19 VERS=`cat $srcdir/VERSION`
21 echo "VERSIONS: $VERS $VERSW"
28 NAME=sqlite3-$VERS-osx-x86.bin
H A DMakefile.vxworks538 sed -e s/--VERS--/`cat ${TOP}/VERSION`/ \
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3h.tcl18 # 3) Replaces the string --VERS-- with the current library version,
81 regsub -- --VERS-- $line $zVersion line

Completed in 251 milliseconds