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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-01-15 04:18:20 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-01-15 04:18:20 +0300
commitfc29a0a2b8d1fd2c25aac8b4b90cddfe0eb12d24 (patch)
treeac3bd4c64d31c04eba14195d7096db31959784f0 /configure.in
parentb3730d53b3759b995c72d23edb9101ec99d199fa (diff)
add a few libraries needed when cross-compiling
svn path=/trunk/mono/; revision=149590
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 928a06347e6..4fd298fa442 100644
--- a/configure.in
+++ b/configure.in
@@ -95,7 +95,7 @@ case "$host" in
HOST_CC="gcc"
# Windows 2000 is required that includes Internet Explorer 5.01
CPPFLAGS="$CPPFLAGS -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -D_WIN32_IE=0x0501 -D_UNICODE -DUNICODE -DWIN32_THREADS -DFD_SETSIZE=1024"
- LDFLAGS="$LDFLAGS -lmswsock"
+ LDFLAGS="$LDFLAGS -lmswsock -lws2_32 -lole32 -loleaut32 -lpsapi -lversion -ladvapi32 -lwinmm"
libmono_cflags="-mno-cygwin -mms-bitfields -mwindows"
libmono_ldflags="-mno-cygwin -mms-bitfields -mwindows"
libdl=