diff options
Diffstat (limited to 'lang/mono/files/patch-mcs_class_MWF_build-csproj')
| -rw-r--r-- | lang/mono/files/patch-mcs_class_MWF_build-csproj | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/mono/files/patch-mcs_class_MWF_build-csproj b/lang/mono/files/patch-mcs_class_MWF_build-csproj deleted file mode 100644 index 9d069f58fa87..000000000000 --- a/lang/mono/files/patch-mcs_class_MWF_build-csproj +++ /dev/null @@ -1,11 +0,0 @@ ---- mcs/class/Managed.Windows.Forms/build-csproj.orig Thu Apr 19 21:32:15 2007 -+++ mcs/class/Managed.Windows.Forms/build-csproj Mon Apr 23 20:21:51 2007 -@@ -177,7 +177,7 @@ - { - cat $Resource | while read SRC; do - SRC=`echo $SRC | $tr '/' '\\\\'` --SRC=`echo $SRC | sed 's/-resource://' | gawk -F , '{print " RelPath = \"" $1 "\"\n CustomToolNameSpace = \"" $2 "\""}' | fgrep -v \"\"` -+SRC=`echo $SRC | sed 's/-resource://' | awk -F , '{print " RelPath = \"" $1 "\"\n CustomToolNameSpace = \"" $2 "\""}' | fgrep -v \"\"` - - cat << EOT - <File |
