Skip to content
Snippets Groups Projects
Commit a7c523cb authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Now uses M$'s dumpbin to do the work.

Rev: NT/tools/nm:1.2
parent 1f958f84
No related branches found
No related tags found
No related merge requests found
#!/usr/local/bin/pike
/* -*- Pike -*- */
inherit "lib.pike";
......@@ -12,7 +13,9 @@ int main(int argc, string *argv)
case "a":
case "lib":
case "dll":
argv[0]="wlib";
case "o":
case "obj":
argv[0]="dumpbin";
exit(do_cmd( Array.map(argv,fixpath)));
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment