Explorar el Código

Fix make dist after the reorganization of the msvc project files

Alex Corrado hace 14 años
padre
commit
fde2b2acaf
Se han modificado 1 ficheros con 0 adiciones y 16 borrados
  1. 0 16
      msvc/Makefile.am

+ 0 - 16
msvc/Makefile.am

@@ -1,23 +1,7 @@
-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 = \
-	     $(VCPROJS) \
 	     $(VCXPROJS) \
 	     README \
 	     create-windef.pl \