André Hentschel nerv@dawncrow.de writes:
@@ -2480,7 +2498,9 @@ sub generate_project_files($) my $canon=canonize("@$target[$T_NAME]"); $canon =~ s/_so$//;
if (@$target[$T_TYPE] == $TT_DLL) {
if (@$target[$T_TYPE] == $TT_DLL && (@$project_settings[$T_FLAGS] & $TF_HASDEF)) {
print FILEO "\$(${canon}_MODULE).so: \$(${canon}_OBJS) \$(${canon}_MODULE:%.dll=lib%.def)\n";
} elsif (@$target[$T_TYPE] == $TT_DLL) {
There's no reason to add a lib prefix.