Commit eb03a72f authored by Sukhbir Singh's avatar Sukhbir Singh Committed by Pier Angelo Vendrame
Browse files

BB 44167: Don't build the uninstaller for Windows during Firefox compilation

parent 834ef62e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -6,10 +6,6 @@ include $(topsrcdir)/config/rules.mk

ifdef MAKENSISU

# For Windows build the uninstaller during the application build since the
# uninstaller is included with the application for mar file generation.
libs::
	$(MAKE) -C installer/windows uninstaller
ifdef ENABLE_TESTS
	$(MAKE) -C installer/windows install_deps
endif #ENABLE_TESTS
+0 −4
Original line number Diff line number Diff line
@@ -84,10 +84,6 @@ ifdef NECKO_WIFI
DEFINES += -DNECKO_WIFI
endif

ifdef MAKENSISU
DEFINES += -DHAVE_MAKENSISU=1
endif

ifdef MOZ_DEFAULT_BROWSER_AGENT
DEFINES += -DMOZ_DEFAULT_BROWSER_AGENT=1
endif