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>2009-11-21 00:39:06 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-11-21 00:39:06 +0300
commit795b738e43c346ffb1e183c2c3184c3512b74cca (patch)
treef8687ff3afa5677a4d877bae28a86ea4d3d4b983 /support
parentb0776225cc21e9573ba73197995e643e673859d0 (diff)
2009-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
So long PLATFORM_WIN32. Welcome HOST_WIN32 and TARGET_WIN32. * runtime/Makefile.am: * scripts/Makefile.am: * mono/dis/Makefile.am: * mono/metadata/domain.c: * mono/metadata/security.c: * mono/metadata/assembly.c: * mono/metadata/coree.c: * mono/metadata/coree.h: * mono/metadata/threadpool.c: * mono/metadata/class-internals.h: * mono/metadata/Makefile.am: * mono/metadata/gc.c: * mono/metadata/class.c: * mono/metadata/appdomain.c: * mono/metadata/image.c: * mono/metadata/threads.c: * mono/metadata/metadata-internals.h: * mono/metadata/monitor.c: * mono/metadata/attach.c: * mono/metadata/marshal.c: * mono/metadata/threads-types.h: * mono/metadata/mono-config.c: * mono/metadata/boehm-gc.c: * mono/metadata/rand.c: * mono/metadata/icall.c: * mono/metadata/reflection.c: * mono/metadata/socket-io.c: * mono/io-layer/socket-wrappers.h: * mono/io-layer/io-layer.h: * mono/io-layer/Makefile.am: * mono/monograph/Makefile.am: * mono/mini/method-to-ir.c: * mono/mini/debugger-agent.c: * mono/mini/mini-exceptions.c: * mono/mini/Makefile.am: * mono/mini/aot-runtime.c: * mono/mini/image-writer.c: * mono/mini/mini-windows.c: * mono/mini/aot-compiler.c: * mono/mini/dwarfwriter.c: * mono/mini/mini-ppc.c: * mono/mini/mini-ppc.h: * mono/utils/mono-time.c: * mono/utils/mono-membar.h: * mono/utils/mono-poll.h: * mono/tests/Makefile.am: * mono/interpreter/Makefile.am: * configure.in: * support/Makefile.am: svn path=/trunk/mono/; revision=146644
Diffstat (limited to 'support')
-rw-r--r--support/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/Makefile.am b/support/Makefile.am
index 1eb34794add..fd7f1359dd1 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -1,4 +1,4 @@
-if PLATFORM_WIN32
+if HOST_WIN32
SUPPORT=
else
SUPPORT=libMonoSupportW.la
@@ -49,7 +49,7 @@ MPH_UNIX_SOURCE = \
utime.c \
x-struct-str.c
-if PLATFORM_WIN32
+if HOST_WIN32
MPH_SOURCE = $(MPH_C_SOURCE)
MPH_LIBS = $(GLIB_LIBS)
else