a4a84c3813
- reenable amd64 support while we're at it. Submitted by: Phillip Neumann Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
11 lines
632 B
Text
11 lines
632 B
Text
--- 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
|