X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=blobdiff_plain;f=Makefile.am;h=12b27f14b08425ea15bae3ce0d3af13287c02368;hp=8cb099618a19551ee5e4f95c45d0f55e43db84ff;hb=HEAD;hpb=9be68f8952ea0e1aad582bfe2f47bad71aee2cc7 diff --git a/Makefile.am b/Makefile.am index 8cb099618a1..12b27f14b08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -109,23 +109,6 @@ monotouch-do-clean: endif -win32getdeps: - wget http://www.go-mono.com/archive/pkgconfig-0.11-20020310.zip - wget http://www.go-mono.com/archive/glib-2.0.4-20020703.zip - wget http://www.go-mono.com/archive/glib-dev-2.0.4-20020703.zip - wget http://www.go-mono.com/archive/libiconv-1.7.zip - wget http://www.go-mono.com/archive/libiconv-dev-1.7.zip - wget http://www.go-mono.com/archive/libintl-0.10.40-20020101.zip - unzip -n -d / pkgconfig-0.11-20020310.zip - unzip -n -d / glib-2.0.4-20020703.zip - unzip -n -d / glib-dev-2.0.4-20020703.zip - unzip -n -d / libiconv-1.7.zip - unzip -n -d / libiconv-dev-1.7.zip - unzip -n -d / libintl-0.10.40-20020101.zip - -win32setup: - makensis /DMILESTONE=$(VERSION) /DSOURCE_INSTALL_DIR=$(SOURCE_INSTALL_DIR) /DBUILDNUM=$(BUILDNUM) monowiz.win32.nsi - update-csproj: -rm msvc/scripts/order -rm msvc/scripts/order.xml @@ -162,4 +145,7 @@ update-llvm-version: update-solution-files: make update-csproj make package-inputs - (cd msvc/scripts; make genproj.exe; mono genproj.exe) + (cd msvc/scripts; make genproj.exe; mono genproj.exe $(GENPROJ_ARGS)) + +update-solution-files-with-tests: + make "GENPROJ_ARGS=2012 true true" update-solution-files