mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* 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:
parent
a051edc63d
commit
24773fc37c
@ -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>
|
||||
|
@ -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"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user