* Makefile (EXTRA_DISTFILES): Distribute all *.resx and *.resources.prebuilt.
authorRaja R Harinath <harinath@hurrynot.org>
Fri, 18 Feb 2005 08:11:52 +0000 (08:11 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Fri, 18 Feb 2005 08:11:52 +0000 (08:11 -0000)
svn path=/trunk/mcs/; revision=40846

mcs/class/Managed.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Makefile

index 2a3b3954c7dd7bb306c7f09830018aedc492cf9e..5ad76c2f51134f776f6c79d889a3edbabc51d455 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-18  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (EXTRA_DISTFILES): Distribute all *.resx and
+       *.resources.prebuilt.
+
 2005-02-17  Peter Bartok  <pbartok@novell.com>
 
        * System.Windows.Forms.dll.sources: Added DateBoldEventHandler.cs,
index 5f65641f91a4f6612c2dca99a010a6ccc901280b..37186d4cab44bc1af4720f0b0dd3df2671a736de 100644 (file)
@@ -9,19 +9,20 @@ LIB_MCS_FLAGS = /unsafe \
        @System.Windows.Forms.dll.resources \
        /nowarn:649 /nowarn:169 /nowarn:67 /nowarn:108 /nowarn:114
 
+RESOURCES = \
+       resources/System.Windows.Forms.resources \
+       resources/System.Windows.Forms.en.resources \
+       resources/System.Windows.Forms.de.resources
+
 EXTRA_DISTFILES = \
-       README
+       README System.Windows.Forms.dll.resources \
+       $(RESOURCES:.resources=.resx) $(RESOURCES:=.prebuilt)
 
 TEST_MCS_FLAGS = /r:System.Drawing.dll
 
 SWF.csproj: System.Windows.Forms.dll.sources
        ./build-csproj
 
-RESOURCES = \
-       resources/System.Windows.Forms.resources \
-       resources/System.Windows.Forms.en.resources \
-       resources/System.Windows.Forms.de.resources
-
 include ../../build/library.make
 
 $(the_lib): $(RESOURCES) SWF.csproj