Differences From:
File
src/makemake.tcl
part of check-in
[cdbc3ab248]
- Moved new tcksetup.c into checkout dir before commit, added rstats
command to get stat page info from command line.
by
kejoki on
2008-12-14 22:54:52.
[view]
To:
File
src/makemake.tcl
part of check-in
[737e76a69f]
- Refactor the HTTP client logic to make it much easier to add support for
"file:" and "https:" URLs on push, pull, sync, and clone.
by
drh on
2009-03-30 00:31:56.
[view]
@@ -32,8 +32,10 @@
doc
encode
file
http
+ http_socket
+ http_transport
info
login
main
manifest
@@ -196,5 +198,4 @@
puts "\t\$(XTCC) -I\$(SRCDIR) -c \$(SRCDIR)/th.c -o th.o\n"
puts "th_lang.o:\t\$(SRCDIR)/th_lang.c"
puts "\t\$(XTCC) -I\$(SRCDIR) -c \$(SRCDIR)/th_lang.c -o th_lang.o\n"
-