=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winemaker: Include the target specific dll path when linking.

Alexandre Julliard julliard at winehq.org
Tue Oct 9 13:12:35 CDT 2012


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Oct  8 23:48:27 2012 +0200

winemaker: Include the target specific dll path when linking.

---

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

diff --git a/tools/winemaker b/tools/winemaker
index d23418d..4e32fc1 100755
--- a/tools/winemaker
+++ b/tools/winemaker
@@ -2589,7 +2589,7 @@ sub generate_project_files($)
         } else {
           print FILEO "\t\$(CC)";
         }
-        print FILEO " \$(${canon}_LDFLAGS) -o \$\@ \$(${canon}_OBJS) \$(${canon}_LIBRARY_PATH) \$(DEFLIB) \$(${canon}_DLLS:%=-l%) \$(${canon}_LIBRARIES:%=-l%)\n";
+        print FILEO " \$(${canon}_LDFLAGS) -o \$\@ \$(${canon}_OBJS) \$(${canon}_LIBRARY_PATH) \$(${canon}_DLL_PATH) \$(DEFLIB) \$(${canon}_DLLS:%=-l%) \$(${canon}_LIBRARIES:%=-l%)\n";
       }
       print FILEO "\n\n";
     }




More information about the wine-cvs mailing list