From e237ebac8f6cca443a52966de74934d98096be1f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 23 Aug 2012 11:46:31 +0100 Subject: Split install and package targets. Install target is for installing on the local machine and package generates a package --- windows/Makefile.target | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'windows') diff --git a/windows/Makefile.target b/windows/Makefile.target index f19d3ac68..f3589999e 100644 --- a/windows/Makefile.target +++ b/windows/Makefile.target @@ -1,6 +1,7 @@ -# ---------------------------------------------------------------------------- -# Windows target setup -# ---------------------------------------------------------------------------- +# +# Makefile for NetSurf Windows target +# +# This file is part of NetSurf LDFLAGS += -L${GCCSDK_INSTALL_ENV}/lib CFLAGS += -I${GCCSDK_INSTALL_ENV}/include/ @@ -76,7 +77,13 @@ EXETARGET := NetSurf.exe # Install target # ---------------------------------------------------------------------------- -install-windows: netsurf-installer.exe +install-windows: + +# ---------------------------------------------------------------------------- +# Package target +# ---------------------------------------------------------------------------- + +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)) -- cgit v1.2.3