X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=msvc%2FMakefile.am;h=e54aeff8d7e5a6415207d5a307bd2abb9f28b756;hb=7c5ad4bc38df85ea0acc6efedc603e57466f83f1;hp=3efb34437164271348ad5854e4cffa9eeaf5a23e;hpb=afd0bc3f798d46f6338be73b04bc74920c78ee3d;p=mono.git diff --git a/msvc/Makefile.am b/msvc/Makefile.am index 3efb3443716..e54aeff8d7e 100644 --- a/msvc/Makefile.am +++ b/msvc/Makefile.am @@ -1,22 +1,17 @@ -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 VCXPROJS = $(wildcard *.vcxproj) -EXTRA_DIST = create-windef.pl mono.def README mono.sln winsetup.bat $(VCPROJS) $(VCXPROJS) +EXTRA_DIST = \ + $(VCXPROJS) \ + README \ + create-windef.pl \ + mono.def \ + mono.props \ + mono.sln \ + monoposixhelper.def \ + runmdesc.bat \ + winsetup.bat update-def: - perl create-windef.pl mono.def + perl create-windef.pl mono.def ../mono/mini/.libs/libmonoboehm-2.0.so mono-2.0.dll + perl create-windef.pl monosgen.def ../mono/mini/.libs/libmonosgen-2.0.so monosgen-2.0.dll