Remove broken BinWrappers links/scripts.

They will be re-added in next commit.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8971 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2009-07-18 00:01:48 +00:00
parent 045e90accd
commit e7eabe08c7
31 changed files with 0 additions and 65 deletions

View File

@ -1 +0,0 @@
link PosixLike

View File

@ -1 +0,0 @@
link PosixLike

View File

@ -1 +0,0 @@
link PosixLike

View File

@ -1 +0,0 @@
link RunBinToolFromBuildDir

View File

@ -1 +0,0 @@
link RunToolFromSource

View File

@ -1 +0,0 @@
link RunToolFromSource

View File

@ -1 +0,0 @@
link RunBinToolFromBuildDir

View File

@ -1 +0,0 @@
link RunBinToolFromBuildDir

View File

@ -1 +0,0 @@
link RunBinToolFromBuildDir

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
PYTHONPATH="`dirname $0`/../../Source/Python" \
python "`dirname $0`/../../Source/Python"/AutoGen/`basename $0`.py $*

View File

@ -1 +0,0 @@
link RunToolFromSource

View File

@ -1 +0,0 @@
link RunBinToolFromBuildDir

View File

@ -1 +0,0 @@
link RunBinToolFromBuildDir

View File

@ -1 +0,0 @@
link RunBinToolFromBuildDir

View File

@ -1 +0,0 @@
link RunBinToolFromBuildDir

View File

@ -1 +0,0 @@
link RunBinToolFromBuildDir

View File

@ -1 +0,0 @@
link RunBinToolFromBuildDir

View File

@ -1 +0,0 @@
link RunBinToolFromBuildDir

View File

@ -1 +0,0 @@
link RunBinToolFromBuildDir

View File

@ -1,29 +0,0 @@
#!/usr/bin/env bash
#python `dirname $0`/RunToolFromSource.py `basename $0` $*
#exec `dirname $0`/../../../../C/bin/`basename $0` $*
TOOL_BASENAME=`basename $0`
if [ -n "$WORKSPACE" -a -e $WORKSPACE/Conf/BaseToolsCBinaries ]
then
exec $WORKSPACE/Conf/BaseToolsCBinaries/$TOOL_BASENAME
elif [ -n "$WORKSPACE" -a -e $EDK_TOOLS_PATH/Source/C ]
then
if [ ! -e $EDK_TOOLS_PATH/Source/C/bin/$TOOL_BASENAME ]
then
echo BaseTools C Tool binary was not found \($TOOL_BASENAME\)
echo You may need to run:
echo " make -C $EDK_TOOLS_PATH/Source/C"
else
exec $EDK_TOOLS_PATH/Source/C/bin/$TOOL_BASENAME $*
fi
elif [ -e `dirname $0`/../../Source/C/bin/$TOOL_BASENAME ]
then
exec `dirname $0`/../../Source/C/bin/$TOOL_BASENAME $*
else
echo Unable to find the real \'$TOOL_BASENAME\' to run
echo This message was printed by
echo " $0"
exit -1
fi

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
#python `dirname $0`/RunToolFromSource.py `basename $0` $*
PYTHONPATH="`dirname $0`/../../Source/Python" \
python "`dirname $0`/../../Source/Python"/`basename $0`/`basename $0`.py $*

View File

@ -1 +0,0 @@
link RunBinToolFromBuildDir

View File

@ -1 +0,0 @@
link RunToolFromSource

View File

@ -1 +0,0 @@
link RunBinToolFromBuildDir

View File

@ -1 +0,0 @@
link RunToolFromSource

View File

@ -1 +0,0 @@
link RunBinToolFromBuildDir

View File

@ -1 +0,0 @@
link RunBinToolFromBuildDir

View File

@ -1 +0,0 @@
link RunToolFromSource

View File

@ -1 +0,0 @@
link RunToolFromSource

View File

@ -1 +0,0 @@
link RunToolFromSource

View File

@ -1 +0,0 @@
link RunToolFromSource