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:
authorRaja R Harinath <harinath@hurrynot.org>2007-05-13 23:31:21 +0400
committerRaja R Harinath <harinath@hurrynot.org>2007-05-13 23:31:21 +0400
commit697129ca18be9edeb316cd0b245374eabfd5f125 (patch)
treee8e62d4fdcad445f9b2af35792faa178cc5f5b0b /msvc/Makefile.am
parente60a03f7fc8766871789f7c602d928be48058c29 (diff)
* Makefile.am (VCPROJS): New.
svn path=/trunk/mono/; revision=77327
Diffstat (limited to 'msvc/Makefile.am')
-rw-r--r--msvc/Makefile.am18
1 files changed, 16 insertions, 2 deletions
diff --git a/msvc/Makefile.am b/msvc/Makefile.am
index 05082f769ae..efe88efac27 100644
--- a/msvc/Makefile.am
+++ b/msvc/Makefile.am
@@ -1,6 +1,20 @@
+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 *.vcproj mono.sln
+EXTRA_DIST = create-windef.pl mono.def README mono.sln $(VCPROJS)
update-def:
perl create-windef.pl mono.def
-