Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDick Porter <dick@acm.org>2002-04-08 12:34:29 +0400
committerDick Porter <dick@acm.org>2002-04-08 12:34:29 +0400
commit695883428d7c58cad0ff0cb71d94bd9def61219b (patch)
treea3146a3fbd43d9cc9e40e24e9b0f393841d195b0 /web/mono-build-w32.sh
parent37f334d38b5091a1030bcac96200bc380475cfb0 (diff)
2002-04-08 Dick Porter <dick@ximian.com>
* configure.in: Set -mno-cygwin here rather than in the build script svn path=/trunk/mono/; revision=3677
Diffstat (limited to 'web/mono-build-w32.sh')
-rwxr-xr-xweb/mono-build-w32.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/mono-build-w32.sh b/web/mono-build-w32.sh
index 06d15f7fa71..a1f141a718d 100755
--- a/web/mono-build-w32.sh
+++ b/web/mono-build-w32.sh
@@ -120,8 +120,8 @@ export CPPFLAGS
export LDFLAGS
# Make sure we build native w32, not cygwin
-CC="gcc -mno-cygwin"
-export CC
+#CC="gcc -mno-cygwin"
+#export CC
# --prefix is used to set the class library dir in mono, and it needs
# to be in windows-native form. It also needs to have '\' turned into