From 24773fc37cfd49108b2f5f50cdccbe771b40c208 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 15 Sep 2000 02:26:04 +0000 Subject: [PATCH] * ltmain.in (version_type): Use "-iface" as the windows versioning scheme, where iface is the number of the oldest interface supported. --- ChangeLog | 6 ++++++ ltmain.in | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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" ;; *) -- 2.47.3