X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=msvc%2Fcreate-windef.pl;h=7d588b915df6e8e499648bbd642f9bad0b5a96b0;hb=45d6da52ce69cbd24f5930e1cad88d425e706186;hp=0220c5b39a5b91be96c1cf2d5c93d335a3cf2d93;hpb=3d590a378a4e0f45d56b0d00a5f687b9bab5b498;p=mono.git diff --git a/msvc/create-windef.pl b/msvc/create-windef.pl index 0220c5b39a5..7d588b915df 100755 --- a/msvc/create-windef.pl +++ b/msvc/create-windef.pl @@ -13,6 +13,9 @@ my $cmd = "nm -D $soname"; mono_class_setup_vtable_general_new mono_debugger_init mono_debugger_main mono_once mono_pthread_key_for_tls mono_gc_pthread_create mono_gc_pthread_detach mono_gc_pthread_join + mono_gc_pthread_exit + mono_file_map_fileio mono_file_unmap_fileio + mono_file_map_set_allocator )} = (); open (SYMS, "$cmd |") || die "Cannot run \$cmd': $!\n"; @@ -27,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";