* ltmain.in (version_type): Use "-iface" as the windows

versioning scheme, where iface is the number of the oldest
interface supported.
This commit is contained in:
Gary V. Vaughan 2000-09-15 02:26:04 +00:00
parent a051edc63d
commit 24773fc37c
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2000-09-15 Gary V. Vaughan <gvv@techie.com>
* ltmain.in (version_type): Use "-iface" as the windows
versioning scheme, where iface is the number of the oldest
interface supported.
2000-09-14 Gary V. Vaughan <gvv@techie.com>
From Paul Sokolovsky <Paul.Sokolovsky@technologist.com>

View File

@ -2289,10 +2289,10 @@ compiler."
;;
windows)
# Like Linux, but with '-' rather than '.', since we only
# want one extension on Windows 95.
# Use '-' rather than '.', since we only want one
# extension on DOS 8.3 filesystems.
major=`expr $current - $age`
versuffix="-$major-$age-$revision"
versuffix="-$major"
;;
*)