X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=msvc%2Fcreate-windef.pl;h=e7ad3d3cf9cf917e1787b8b3a0288d28655bab86;hb=6052043fd94f775e562355cbdc5e02bf6f5f835a;hp=129314ca64a7c0b5f894069502d3cd2ff1cc78af;hpb=62a953fddf5fa49c3e0377503f6225951287c021;p=mono.git diff --git a/msvc/create-windef.pl b/msvc/create-windef.pl index 129314ca64a..e7ad3d3cf9c 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 "LIBRARY $dllname\nEXPORTS\n"; print OUT join ("\n", @symbols); print OUT "\n";