mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
winebuild searches libraries specified in -l parameter only in the
library directories specified before in the -L parameter, but winemaker added -L parameter after -l.
This commit is contained in:
parent
d25878f28e
commit
9b9d85fe4c
@ -1912,7 +1912,7 @@ sub generate_project_files
|
|||||||
print FILEO "\t-\$(STRIP) \$(STRIPFLAGS) \$\@\n";
|
print FILEO "\t-\$(STRIP) \$(STRIPFLAGS) \$\@\n";
|
||||||
print FILEO "\n";
|
print FILEO "\n";
|
||||||
print FILEO "\$(${canon}_SPEC_SRCS:.spec=.spec.c): \$(${canon}_SPEC_SRCS) \$(${canon}_SPEC_SRCS:.spec=.tmp.o) \$(${canon}_RC_SRCS:.rc=.res)\n";
|
print FILEO "\$(${canon}_SPEC_SRCS:.spec=.spec.c): \$(${canon}_SPEC_SRCS) \$(${canon}_SPEC_SRCS:.spec=.tmp.o) \$(${canon}_RC_SRCS:.rc=.res)\n";
|
||||||
print FILEO "\t\$(LD_PATH) \$(WINEBUILD) -fPIC \$(${canon}_DLL_PATH) \$(${canon}_DLLS:%=-l%) \$(WINE_DLL_PATH) \$(${canon}_RC_SRCS:%.rc=-res %.res) -sym \$(${canon}_SPEC_SRCS:.spec=.tmp.o) -o \$\@ -spec \$(SRCDIR)/\$(${canon}_SPEC_SRCS)\n";
|
print FILEO "\t\$(LD_PATH) \$(WINEBUILD) -fPIC \$(${canon}_DLL_PATH) \$(WINE_DLL_PATH) \$(${canon}_DLLS:%=-l%) \$(${canon}_RC_SRCS:%.rc=-res %.res) -sym \$(${canon}_SPEC_SRCS:.spec=.tmp.o) -o \$\@ -spec \$(SRCDIR)/\$(${canon}_SPEC_SRCS)\n";
|
||||||
print FILEO "\n";
|
print FILEO "\n";
|
||||||
my $t_name=@$target[$T_NAME];
|
my $t_name=@$target[$T_NAME];
|
||||||
if (@$target[$T_TYPE]!=$TT_DLL) {
|
if (@$target[$T_TYPE]!=$TT_DLL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user