André Hentschel : winemaker: Let winebuild use the default specfile name.

Alexandre Julliard julliard at winehq.org
Fri Oct 22 12:30:43 CDT 2010


Module: wine
Branch: master
Commit: ae91158ee0918658a31310b066155a8c570b56d4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ae91158ee0918658a31310b066155a8c570b56d4

Author: André Hentschel <nerv at dawncrow.de>
Date:   Thu Oct 21 20:02:37 2010 +0200

winemaker: Let winebuild use the default specfile name.

---

 tools/winemaker |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/winemaker b/tools/winemaker
index 99e60ba..317b07a 100755
--- a/tools/winemaker
+++ b/tools/winemaker
@@ -1010,7 +1010,7 @@ sub source_scan_project_file($$$)
         push @local_depends,"$prj_name.so";
         push @local_dlls,$prj_name;
         my $canon=canonize($prj_name);
-        push @{@$target[$T_LDFLAGS]},("-shared","\$(${canon}_MODULE:%=%.spec)");
+        push @{@$target[$T_LDFLAGS]},("-shared","\$(${canon}_MODULE:.dll=.spec)");
     }
 
     @$target[$T_NAME]=$prj_name;
@@ -1504,7 +1504,7 @@ sub source_scan_directory($$$$)
       push @local_depends,"$target_name.so";
       push @local_dlls,$target_name;
       my $canon=canonize($target_name);
-      push @{@$target[$T_LDFLAGS]},("-shared","\$(${canon}_MODULE:%=%.spec)");
+      push @{@$target[$T_LDFLAGS]},("-shared","\$(${canon}_MODULE:.dll=.spec)");
     } else {
       @$target[$T_TYPE]=$opt_target_type;
       push @exe_list,$target;




More information about the wine-cvs mailing list