Restructure of mono.sln and build properties to better fix static/dynamic library...
[mono.git] / msvc / create-windef.pl
index e7ad3d3cf9cf917e1787b8b3a0288d28655bab86..7d588b915df6e8e499648bbd642f9bad0b5a96b0 100755 (executable)
@@ -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";