From a42828ac5ecf3924891fdbc9b9a1d53bb7f1249c Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 9 May 2024 11:49:38 -0400 Subject: Incorporate installer creation in build system --- nsis/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nsis/Makefile.in') diff --git a/nsis/Makefile.in b/nsis/Makefile.in index cfd6dd8..76207d2 100644 --- a/nsis/Makefile.in +++ b/nsis/Makefile.in @@ -413,6 +413,11 @@ uninstall-am: .PRECIOUS: Makefile +.PHONY: installer +$(PACKAGE_NAME)-Setup.exe: installer.nsi + makensis installer.nsi +installer: $(PACKAGE_NAME)-Setup.exe + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: -- cgit