From 58202b2dfdaffad99dd9183c4efffd34139bdfc1 Mon Sep 17 00:00:00 2001 From: "Rob Kendrick (fatigue)" Date: Sat, 3 Nov 2012 13:40:34 +0000 Subject: Try to get Windows building with FatMessages. This approach makes me ill, and may not even work. --- windows/Makefile.target | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'windows/Makefile.target') diff --git a/windows/Makefile.target b/windows/Makefile.target index f3589999e..6dca79013 100644 --- a/windows/Makefile.target +++ b/windows/Makefile.target @@ -85,8 +85,11 @@ install-windows: package-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)) +WIN_RES_OBJ := installer.nsi NetSurf.ico netsurf.png welcome.html default.css +WIN_RES_INS_OBJ := $(addprefix windows/res/,$(WIN_RES_OBJ)) $(OBJROOT)/messages + +$(OBJROOT)/messages: resources/FatMessages + $(PERL) utils/split-messages.pl en all < resources/FatMessages > $@ netsurf-installer.exe: $(EXETARGET) $(WIN_RES_INS_OBJ) makensis -V4 -NOCD windows/res/installer.nsi -- cgit v1.2.3