OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCLSTUBLIB
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/
mkso.sh
13
TCLSTUBLIB
=$TCLDIR/libtclstub8.4g.a
25
echo gcc -shared *.o $
TCLSTUBLIB
-o tclsqlite3.so
26
gcc -shared *.o $
TCLSTUBLIB
-o tclsqlite3.so
mkdll.sh
12
TCLSTUBLIB
=$TCLDIR/libtcl84stub.a
39
-dllname tclsqlite3.dll -lmsvcrt tclsqlite3.o $
TCLSTUBLIB
publish.sh
41
TCLSTUBLIB
=$TCLDIR/libtclstub8.4g.a
46
gcc $CFLAGS -shared tclsqlite3.c $
TCLSTUBLIB
-o tclsqlite3.so -lpthread
Completed in 676 milliseconds