From de982b4d3e9c7e6b6f100e383d647f0edc9321a3 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 12 Aug 2012 21:50:36 +0100 Subject: fix windows build format specifiers add install target for windows - creates installer rather than actually installing --- windows/Makefile.target | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'windows/Makefile.target') diff --git a/windows/Makefile.target b/windows/Makefile.target index e9922660f..f19d3ac68 100644 --- a/windows/Makefile.target +++ b/windows/Makefile.target @@ -71,3 +71,15 @@ S_WINDOWS := $(addprefix windows/,$(S_WINDOWS)) # are not yet available SOURCES = $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_WINDOWS) $(S_RESOURCES) EXETARGET := NetSurf.exe + +# ---------------------------------------------------------------------------- +# Install target +# ---------------------------------------------------------------------------- + +install-windows: netsurf-installer.exe + +WIN_RES_OBJ := installer.nsi NetSurf.ico netsurf.png welcome.html default.css messages +WIN_RES_INS_OBJ := $(addprefix windows/res/,$(WIN_RES_OBJ)) + +netsurf-installer.exe: $(EXETARGET) $(WIN_RES_INS_OBJ) + makensis -V4 -NOCD windows/res/installer.nsi -- cgit v1.2.3