Home
last modified time | relevance | path

Searched refs:pdb (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/autoconf/
H A DMakefile.msc275 SQLITE3EXEPDB = /pdb:sqlite3sh.pdb
451 BCC = $(NCC) -nologo -W4 -Fd$*.pdb $(CCOPTS) $(BCCOPTS)
453 BCC = $(NCC) -nologo -W3 -Fd$*.pdb $(CCOPTS) $(BCCOPTS)
826 LTCOMPILE = $(TCC) -Fo$@ -Fd$*.pdb
/sqlite-3.40.0/ext/fts2/
H A Dfts2_tokenizer.c352 void *pdb = (void *)db; in sqlite3Fts2InitHashTable() local
366 || (rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0)) in sqlite3Fts2InitHashTable()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_tokenizer.c489 void *pdb = (void *)db; in sqlite3Fts3InitHashTable() local
508 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0); in sqlite3Fts3InitHashTable()
/sqlite-3.40.0/tool/
H A Dbuild-all-msvc.bat72 REM When set, copying of symbol files ^(*.pdb^) created during the build will
299 SET DLL_PDB_FILE_NAME=sqlite3.pdb
311 SET EXE_PDB_FILE_NAME=sqlite3sh.pdb
522 REM 5. Unless prevented from doing so, copy the "sqlite3.pdb"
667 REM NOTE: Copy the "sqlite3.pdb" file to the appropriate directory for
726 REM NOTE: Copy the "sqlite3sh.pdb" file to the appropriate directory
/sqlite-3.40.0/
H A DMakefile.msc322 SQLITE3EXEPDB = /pdb:sqlite3sh.pdb
529 BCC = $(NCC) -nologo -W4 -Fd$*.pdb $(CCOPTS) $(BCCOPTS)
531 BCC = $(NCC) -nologo -W3 -Fd$*.pdb $(CCOPTS) $(BCCOPTS)
1105 LTCOMPILE = $(TCC) -Fo$@ -Fd$*.pdb
2641 del /Q *.exp *.lo *.ilk *.lib *.obj *.ncb *.pdb *.sdf *.suo 2>NUL
H A Dconfigure2923 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |…
2949 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |…
3017 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |…
3126 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m4445 CLEANFILES="$CLEANFILES *.lib *.dll *.pdb *.exp"