OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tclsqlite3
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/sqlite/src/
mkdll.sh
6
# library. "
tclsqlite3
.dll" contains the TCL bindings and is the
23
CMD="$CC -c
tclsqlite3
.c"
26
echo 'EXPORTS' >
tclsqlite3
.def
27
$NM
tclsqlite3
.o | grep ' T ' >temp1
31
echo 'EXPORTS' >
tclsqlite3
.def
32
sed 's/^.* T _//' temp2 | sort | uniq >>
tclsqlite3
.def
34
--def
tclsqlite3
.def -v --export-all \
39
-dllname
tclsqlite3
.dll -lmsvcrt
tclsqlite3
.o $TCLSTUBLIB
mkso.sh
6
# library. "
tclsqlite3
.so" contains the TCL bindings and is the
25
echo gcc -shared *.o $TCLSTUBLIB -o
tclsqlite3
.so
26
gcc -shared *.o $TCLSTUBLIB -o
tclsqlite3
.so
27
strip
tclsqlite3
.so
publish.sh
46
gcc $CFLAGS -shared
tclsqlite3
.c $TCLSTUBLIB -o
tclsqlite3
.so -lpthread
47
strip
tclsqlite3
.so
48
chmod 644
tclsqlite3
.so
49
mv
tclsqlite3
.so tclsqlite-$VERS.so
60
# Build the
tclsqlite3
.dll and sqlite3.dll shared libraries.
64
echo zip doc/tclsqlite-$VERSW.zip
tclsqlite3
.dll
65
zip doc/tclsqlite-$VERSW.zip
tclsqlite3
.dll
main.mk
396
echo '#ifndef USE_SYSTEM_SQLITE' >
tclsqlite3
.c
397
cat sqlite3.c >>
tclsqlite3
.c
398
echo '#endif /* USE_SYSTEM_SQLITE */' >>
tclsqlite3
.c
399
cat $(TOP)/src/tclsqlite.c >>
tclsqlite3
.c
520
tclsqlite3
: $(TOP)/src/tclsqlite.c libsqlite3.a
521
$(TCCX) $(TCL_FLAGS) -DTCLSH=1 -o
tclsqlite3
\
606
rm -f sqlite3.c fts?amal.c
tclsqlite3
.c
Makefile.vxworks
483
cp sqlite3.c
tclsqlite3
.c
484
cat $(TOP)/src/tclsqlite.c >>
tclsqlite3
.c
598
tclsqlite3
: $(TOP)/src/tclsqlite.c libsqlite3.a
599
$(TCCX_SHARED) $(TCL_FLAGS) -DTCLSH=1 -o
tclsqlite3
\
662
rm -f sqlite3.c fts?amal.c
tclsqlite3
.c
Makefile.in
762
tclsqlite3
$(TEXE): tclsqlite-shell.lo libsqlite3.la
Completed in 699 milliseconds