From: Gary V. Vaughan Date: Fri, 15 Sep 2000 02:26:04 +0000 (+0000) Subject: * ltmain.in (version_type): Use "-iface" as the windows X-Git-Tag: release-1-3d~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24773fc37cfd49108b2f5f50cdccbe771b40c208;p=thirdparty%2Flibtool.git * ltmain.in (version_type): Use "-iface" as the windows versioning scheme, where iface is the number of the oldest interface supported. --- diff --git a/ChangeLog b/ChangeLog index d9b50cd02..02385a1ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-09-15 Gary V. Vaughan + + * 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 From Paul Sokolovsky diff --git a/ltmain.in b/ltmain.in index 27d13c287..ad5922ce8 100644 --- a/ltmain.in +++ b/ltmain.in @@ -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" ;; *)