winemaker: Include the target specific dll path when linking.

oldstable
André Hentschel 2012-10-08 23:48:27 +02:00 committed by Alexandre Julliard
parent 2c3121d533
commit 9b2eb6e6ea
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}