Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Solves ticket [64d9461fa4b399b15827876bcf6b8ccc95720d16] |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
370d5be389bbe63c2ae207331c8fbcd1 |
| User & Date: | renez 2010-09-06 20:31:04.000 |
Context
|
2010-09-08
| ||
| 12:36 | Documentation updates. ... (check-in: 546d48ff45 user: drh tags: trunk) | |
|
2010-09-07
| ||
| 23:57 | Create new branch named "wolfgangFormat2CSS" ... (check-in: e2ab51b011 user: wolfgang tags: wolfgangFormat2CSS) | |
| 17:29 | merged-make-corrections ... (Closed-Leaf check-in: 036d76815b user: Ratte tags: stv-skinning) | |
|
2010-09-06
| ||
| 20:31 | Solves ticket [64d9461fa4b399b15827876bcf6b8ccc95720d16] ... (check-in: 370d5be389 user: renez tags: trunk) | |
|
2010-09-05
| ||
| 11:44 | Do not put hyperlinks to attachments in tickets and wiki if attachment download is prohibited. Ticket [a7eff56a933249258f0d902]. ... (check-in: f7e2d74a85 user: drh tags: trunk) | |
Changes
Changes to src/makemake.tcl.
| ︙ | ︙ | |||
255 256 257 258 259 260 261 | all: $(APPNAME) $(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link cd $(OBJDIR) $(DMDIR)\bin\link @link | | | 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 |
all: $(APPNAME)
$(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link
cd $(OBJDIR)
$(DMDIR)\bin\link @link
$(OBJDIR)\link: $B\win\Makefile.dmc}
puts -nonewline "\t+echo "
foreach s [lsort $src] {
puts -nonewline "$s "
}
puts "sqlite3 th th_lang > \$@"
puts "\t+echo fossil >> \$@"
puts "\t+echo fossil >> \$@"
|
| ︙ | ︙ |
Changes to win/Makefile.dmc.
| ︙ | ︙ | |||
35 36 37 38 39 40 41 | all: $(APPNAME) $(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link cd $(OBJDIR) $(DMDIR)\bin\link @link | | | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | all: $(APPNAME) $(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link cd $(OBJDIR) $(DMDIR)\bin\link @link $(OBJDIR)\link: $B\win\Makefile.dmc +echo add allrepo attach bag blob branch browse captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode file finfo graph http http_socket http_ssl http_transport info login main manifest md5 merge merge3 name pivot popen pqueue printf rebuild report rss schema search setup sha1 shun skins stat style sync tag th_main timeline tkt tktsetup undo update url user verify vfile wiki wikiformat winhttp xfer zip sqlite3 th th_lang > $@ +echo fossil >> $@ +echo fossil >> $@ +echo $(LIBS) >> $@ |
| ︙ | ︙ |