From 0e189be0c934f2a5114c14c50538beee42d160e1 Mon Sep 17 00:00:00 2001 From: Dick Porter Date: Wed, 22 Oct 2003 14:23:54 +0000 Subject: 2003-10-22 Dick Porter * platforms/win32.make: * platforms/linux.make: * rules.make: Added RESGEN platform-specific tool. svn path=/trunk/mcs/; revision=19300 --- mcs/build/platforms/linux.make | 1 + mcs/build/platforms/win32.make | 1 + 2 files changed, 2 insertions(+) (limited to 'mcs/build/platforms') diff --git a/mcs/build/platforms/linux.make b/mcs/build/platforms/linux.make index cf69bff0edf..3f78994ef77 100644 --- a/mcs/build/platforms/linux.make +++ b/mcs/build/platforms/linux.make @@ -9,6 +9,7 @@ PLATFORM_RUNTIME = $(RUNTIME) PLATFORM_CORLIB = corlib.dll BOOTSTRAP_MCS = mcs +RESGEN = monoresgen # Define this if this ever will work on Linux # PLATFORM_MAKE_CORLIB_CMP = yes diff --git a/mcs/build/platforms/win32.make b/mcs/build/platforms/win32.make index e2023b2ff5b..8da86872add 100644 --- a/mcs/build/platforms/win32.make +++ b/mcs/build/platforms/win32.make @@ -10,6 +10,7 @@ PLATFORM_CORLIB = mscorlib.dll BOOTSTRAP_MCS = csc.exe MCS = $(BOOTSTRAP_MCS) +RESGEN = resgen.exe PLATFORM_MAKE_CORLIB_CMP = yes PLATFORM_TWEAK_CORLIB_SOURCES=cat - corlib.dll.win32-excludes |sort |uniq -u -- cgit v1.2.3