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>2003-10-22 18:23:54 +0400
committerDick Porter <dick@acm.org>2003-10-22 18:23:54 +0400
commit0e189be0c934f2a5114c14c50538beee42d160e1 (patch)
tree22a2892ecad227a2c364276b79c55cac8a0ec771 /mcs/build/platforms
parentcab270a6d24d2541541777b9bece8f0da8730289 (diff)
2003-10-22 Dick Porter <dick@ximian.com>
* platforms/win32.make: * platforms/linux.make: * rules.make: Added RESGEN platform-specific tool. svn path=/trunk/mcs/; revision=19300
Diffstat (limited to 'mcs/build/platforms')
-rw-r--r--mcs/build/platforms/linux.make1
-rw-r--r--mcs/build/platforms/win32.make1
2 files changed, 2 insertions, 0 deletions
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