X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fbuildor%2Ffind_mangled.sh;fp=scripts%2Fbuildor%2Ffind_mangled.sh;h=0000000000000000000000000000000000000000;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=de35a4fe95545325cd4d12308447aa66dc2c9ec0;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/scripts/buildor/find_mangled.sh b/scripts/buildor/find_mangled.sh deleted file mode 100644 index de35a4fe..00000000 --- a/scripts/buildor/find_mangled.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -# this script takes one microsoft compiler output file and tries to find the -# mangled C++ function names contained in it. -file=$1 -dumpbin //all "$file" | grep SECREL | sed -e 's/^.*0000C *[0-9a-fA-F][0-9a-fA-F] *\([^ ]*\).*$/\1/' -