Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: third_party/sqlite/sqlite-src-3070603/tool/mksqlite3c.tcl

Issue 826543003: [sql] Import reference version of SQLite 3.7.6.3. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: gitignore forgot some files for me. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 #!/usr/bin/tclsh 1 #!/usr/bin/tclsh
2 # 2 #
3 # To build a single huge source file holding all of SQLite (or at 3 # To build a single huge source file holding all of SQLite (or at
4 # least the core components - the test harness, shell, and TCL 4 # least the core components - the test harness, shell, and TCL
5 # interface are omitted.) first do 5 # interface are omitted.) first do
6 # 6 #
7 # make target_source 7 # make target_source
8 # 8 #
9 # The make target above moves all of the source code files into 9 # The make target above moves all of the source code files into
10 # a subdirectory named "tsrc". (This script expects to find the files 10 # a subdirectory named "tsrc". (This script expects to find the files
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 where.c 286 where.c
287 287
288 parse.c 288 parse.c
289 289
290 tokenize.c 290 tokenize.c
291 complete.c 291 complete.c
292 292
293 main.c 293 main.c
294 notify.c 294 notify.c
295 295
296 recover.c
297
298 fts3.c 296 fts3.c
299 fts3_aux.c 297 fts3_aux.c
300 fts3_expr.c 298 fts3_expr.c
301 fts3_hash.c 299 fts3_hash.c
302 fts3_porter.c 300 fts3_porter.c
303 fts3_tokenizer.c 301 fts3_tokenizer.c
304 fts3_tokenizer1.c 302 fts3_tokenizer1.c
305 fts3_write.c 303 fts3_write.c
306 fts3_snippet.c 304 fts3_snippet.c
307 305
308 rtree.c 306 rtree.c
309 icu.c 307 icu.c
310 fts3_icu.c 308 fts3_icu.c
311 } { 309 } {
312 copy_file tsrc/$file 310 copy_file tsrc/$file
313 } 311 }
314 312
315 close $out 313 close $out
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3070603/tool/mkspeedsql.tcl ('k') | third_party/sqlite/sqlite-src-3070603/tool/mksqlite3h.tcl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698