X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=msvc%2Fcreate-windef.pl;h=7d588b915df6e8e499648bbd642f9bad0b5a96b0;hb=52e98abd6e5c6d10ddea91a529f7b1b2336e0696;hp=129314ca64a7c0b5f894069502d3cd2ff1cc78af;hpb=424595ea7043f30b0553f2842654db13baeda3ca;p=mono.git diff --git a/msvc/create-windef.pl b/msvc/create-windef.pl index 129314ca64a..7d588b915df 100755 --- a/msvc/create-windef.pl +++ b/msvc/create-windef.pl @@ -30,7 +30,7 @@ push @symbols, "MonoFixupCorEE"; open (OUT, ">$outfile") || die "Cannot open '$outfile': $!\n"; print OUT "; file generated by create-windef.pl\n"; -print OUT "LIBRARY $dllname\nEXPORTS\n"; +print OUT "EXPORTS\n"; print OUT join ("\n", @symbols); print OUT "\n";