Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Including *.css files in dist tarball. Also removed redundant *.md file references in process building dist tarball. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2a9e4a3da811e4a9f7faaa8f6ffd15ce |
User & Date: | tangent 2019-07-21 11:23:14.231 |
Context
2019-07-21
| ||
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 | |
11:23 | Including *.css files in dist tarball. Also removed redundant *.md file references in process building dist tarball. check-in: 2a9e4a3da8 user: tangent tags: trunk | |
11:18 | More release process improvements check-in: 4fdc89947a user: tangent tags: trunk | |
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 536 | mkdir -p $(PKGNAME)/$(DDD) ; \ done </command> <!-- Copy files into package directory --> <!-- top directory --> <command> cp -RL *.bat *.css *.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) ; \ cp $(DDD)/*.sln $(DDD)/*.vcproj $(PKGNAME)/$(DDD) ; \ |
︙ | ︙ |