2003-10-22 Dick Porter <dick@ximian.com>
authorDick Porter <dick@acm.org>
Wed, 22 Oct 2003 14:23:54 +0000 (14:23 -0000)
committerDick Porter <dick@acm.org>
Wed, 22 Oct 2003 14:23:54 +0000 (14:23 -0000)
* platforms/win32.make:
* platforms/linux.make:
* rules.make: Added RESGEN platform-specific tool.

svn path=/trunk/mcs/; revision=19300

mcs/build/ChangeLog
mcs/build/platforms/linux.make
mcs/build/platforms/win32.make
mcs/build/rules.make
mcs/class/Npgsql/Makefile

index 1f11d237f777d78130e3074a0c37244e5e76c2f9..3cc9a142d31c62a6f5fa52938dd0a07944d8cf57 100644 (file)
@@ -1,3 +1,9 @@
+2003-10-22  Dick Porter  <dick@ximian.com>
+
+       * platforms/win32.make:
+       * platforms/linux.make:
+       * rules.make: Added RESGEN platform-specific tool.
+
 2003-08-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * config-default.make: the /nowarn arguments are now set on a per
index cf69bff0edf7d83749094777e273ce20c54baadf..3f78994ef775fc0fa5785dc4a2513ecf938524f4 100644 (file)
@@ -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
index e2023b2ff5b0f8b1b9eb3ac2ce8d60ef3af90277..8da86872add8e3caf4f80b3a85c6b71a0c5fcb3a 100644 (file)
@@ -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
index 8f3d2ac7c06c7133a461044deb8416af26ef3b9d..a31a49e87cf4eb022fe2cef68bf34be7a4d0e673 100644 (file)
@@ -43,6 +43,7 @@ export MKINSTALLDIRS
 export TEST_HARNESS
 export BOOTSTRAP_MCS
 export DESTDIR
+export RESGEN
 
 # Get this so the platform.make platform-check rule doesn't become the
 # default target
index 0ebfe6d1a1398503e866e392df5961544621d615..906f27721b03eb37079abc29995a713389ff8fa6 100755 (executable)
@@ -54,7 +54,7 @@ RESX_RES = Npgsql/NpgsqlState.resources Npgsql/NpgsqlClosedState.resources Npgsq
 all: $(RESX_RES) $(the_lib)
 
 %.resources: %.resx
-       monoresgen $<
+       $(RESGEN) $<
 
 clean: clean-recursive clean-local