Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merged in trunk fixes |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | v3.2.5 | release |
Files: | files | file ages | folders |
SHA3-256: |
279baef0c4082717443cf78f41707205 |
User & Date: | tangent 2019-07-21 11:27:59.381 |
Context
2019-07-21
| ||
11:32 | Merged tangentsoft.css fix up from trunk check-in: 1c32e5d9de user: tangent tags: v3.2.5, release | |
11:27 | Merged in trunk fixes check-in: 279baef0c4 user: tangent tags: v3.2.5, release | |
11:27 | Small fixes to previous check-in: fb50a199eb user: tangent tags: trunk | |
11:24 | Re-released 3.2.5 with latest trunk dist tarball and release process improvements. check-in: c06618ea81 user: tangent tags: v3.2.5, release | |
Changes
Changes to mysql++.bkl.
︙ | ︙ | |||
519 520 521 522 523 524 525 | mkdir -p $(PKGNAME)/$(DDD) ; \ done </command> <!-- Copy files into package directory --> <!-- top directory --> <command> | | | | 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 | mkdir -p $(PKGNAME)/$(DDD) ; \ done </command> <!-- Copy files into package directory --> <!-- top directory --> <command> cp -RL *.bat *.in *.md *.txt abi.xml aclocal.m4 \ Bakefiles.bkgen bootstrap cleanmf config.guess config.h \ config.sub configure* dtest exrun install* Makefile.* \ mysql++.* osver $(PKGNAME) </command> <!-- VC++ project file subdirs --> <command> for d in vc200? ; do \ mkdir -p $(PKGNAME)/$(DDD) ; \ |
︙ | ︙ |