Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Small fixes to previous |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fb50a199eb21bbce87337052011dc75f |
User & Date: | tangent 2019-07-21 11:27:49.822 |
Context
2019-07-21
| ||
11:31 | Added doc/html/userman/tangentsoft.css to repo check-in: 59bd0d0eb5 user: tangent tags: trunk | |
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: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 | |
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) ; \ |
︙ | ︙ |