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
Branches
Tags
No related merge requests found
#!/usr/local/bin/pike #!/usr/local/bin/pike
/* -*- Pike -*- */
inherit "lib.pike"; inherit "lib.pike";
...@@ -12,7 +13,9 @@ int main(int argc, string *argv) ...@@ -12,7 +13,9 @@ int main(int argc, string *argv)
case "a": case "a":
case "lib": case "lib":
case "dll": case "dll":
argv[0]="wlib"; case "o":
case "obj":
argv[0]="dumpbin";
exit(do_cmd( Array.map(argv,fixpath))); exit(do_cmd( Array.map(argv,fixpath)));
default: default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment