]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - Makefile
Remove unmaintained Windows GUI app, except for windows/tahoesvc.py which is moved...
[tahoe-lafs/tahoe-lafs.git] / Makefile
index 9d1f02a0b0fc3946e171b91bd4a32021c9030d27..c02b81a44a29f0e3499b650dab382b823760f501 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -416,16 +416,3 @@ deb-jaunty-head:
 .PHONY: EXPERIMENTAL-deb
 EXPERIMENTAL-deb: is-known-debian-arch
        $(PYTHON) misc/build_helpers/build-deb.py $(ARCH)
-
-
-# These targets provide for windows native builds
-.PHONY: windows-exe windows-installer windows-installer-upload
-
-windows-exe: .built
-       $(RUNPP) -c "$(MAKE) -C windows windows-exe"
-
-windows-installer:
-       $(RUNPP) -c "$(MAKE) -C windows windows-installer"
-
-windows-installer-upload:
-       $(RUNPP) -c "$(MAKE) -C windows windows-installer-upload"