Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | "make dist" was leaving out HACKERS.md. Fixed. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: | 57f4e9ac0f8194682be0645eb6058544 |
User & Date: | tangent 2018-07-27 06:09:59 |
Context
2018-07-27
| ||
06:11 | More steps in RELEASE-CHECKLIST.txt. check-in: 6d331ea2d5 user: tangent tags: trunk | |
06:09 | "make dist" was leaving out HACKERS.md. Fixed. check-in: 57f4e9ac0f user: tangent tags: trunk | |
05:52 | Removed references to the now-removed Wishlist file. check-in: c6ca15d636 user: tangent tags: trunk | |
Changes
Changes to mysql++.bkl.
513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 |
done </command> <!-- Copy files into package directory --> <!-- top directory --> <command> cp -RL *.bat *.in *.txt abi.xml aclocal.m4 Bakefiles.bkgen \ bootstrap ChangeLog.md 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) ; \ |
| | | |
513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 |
done </command> <!-- Copy files into package directory --> <!-- top directory --> <command> cp -RL *.bat *.in *.txt abi.xml aclocal.m4 Bakefiles.bkgen \ bootstrap ChangeLog.md cleanmf config.guess config.h \ config.sub configure* dtest exrun HACKERS.md 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) ; \ |