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:
authorAndrew Jorgensen <ajorgensen@novell.com>2011-01-13 21:15:46 +0300
committerAndrew Jorgensen <ajorgensen@novell.com>2011-01-14 01:56:16 +0300
commitafd0bc3f798d46f6338be73b04bc74920c78ee3d (patch)
tree2cf2a30254757ff52a3b222ce61e49cfb7d9df28 /msvc/Makefile.am
parent965dff783220777df0aa095ffa0c356b6a41cc63 (diff)
Add vcxproj files for msbuild
Diffstat (limited to 'msvc/Makefile.am')
-rw-r--r--msvc/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/msvc/Makefile.am b/msvc/Makefile.am
index 8c8e65e2c73..3efb3443716 100644
--- a/msvc/Makefile.am
+++ b/msvc/Makefile.am
@@ -14,7 +14,9 @@ VCPROJS = \
test_eglib.vcproj \
teste.vcproj
-EXTRA_DIST = create-windef.pl mono.def README mono.sln winsetup.bat $(VCPROJS)
+VCXPROJS = $(wildcard *.vcxproj)
+
+EXTRA_DIST = create-windef.pl mono.def README mono.sln winsetup.bat $(VCPROJS) $(VCXPROJS)
update-def:
perl create-windef.pl mono.def