diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-06-10 20:25:25 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-06-10 20:25:25 +0000 |
commit | 585198fd82b265cc0636da02a5374861c60fa92b (patch) | |
tree | a722f29fdcb421f036dc263cc98fbd04c06ed2cb /lang | |
parent | b5b913a7832daab418359542d5c86925f6d5dfbc (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono/files/patch-mcs_class_MWF_build-csproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/mono/files/patch-mcs_class_MWF_build-csproj b/lang/mono/files/patch-mcs_class_MWF_build-csproj new file mode 100644 index 000000000000..33bf2f8e2ff2 --- /dev/null +++ b/lang/mono/files/patch-mcs_class_MWF_build-csproj @@ -0,0 +1,11 @@ +--- mcs/class/Managed.Windows.Forms/build-csproj.orig Thu Jan 25 01:19:43 2007 ++++ mcs/class/Managed.Windows.Forms/build-csproj Sun Jun 10 15:27:31 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 |