[xbuild] Fix bug #671700, resource naming in presence of "Link".
[mono.git] / msvc / Makefile.am
index b83dd4a66a2dd0b167ef046aa47ce6b0f6f47c2d..7e9ea66ae0dd0ce119a9431b7a65aea0e445ac43 100644 (file)
@@ -1,6 +1,31 @@
+VCPROJS =                                      \
+       eglib.vcproj                            \
+       genmdesc.vcproj                         \
+       libgc.vcproj                            \
+       libmono.vcproj                          \
+       mono.vcproj                             \
+       monoburg.vcproj                         \
+       monodiet.vcproj                         \
+       monodis.vcproj                          \
+       monograph.vcproj                        \
+       pedump.vcproj                           \
+       test-invoke.vcproj                      \
+       test-metadata.vcproj                    \
+       test_eglib.vcproj                       \
+       teste.vcproj
 
-EXTRA_DIST=create-windef.pl mono.def README
+VCXPROJS = $(wildcard *.vcxproj)
+
+EXTRA_DIST = \
+            $(VCPROJS) \
+            $(VCXPROJS) \
+            README \
+            create-windef.pl \
+            mono.def \
+            mono.sln \
+            monoposixhelper.def \
+            runmdesc.bat \
+            winsetup.bat
 
 update-def:
        perl create-windef.pl mono.def
-