summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-08-23 11:46:31 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-08-23 11:46:31 +0100
commite237ebac8f6cca443a52966de74934d98096be1f (patch)
tree72daf7188a329ab2f4da712ad9633704e56b70e1 /windows
parente85284d7d15f8f64dc8074e57526ef100a9793bf (diff)
downloadnetsurf-e237ebac8f6cca443a52966de74934d98096be1f.tar.gz
netsurf-e237ebac8f6cca443a52966de74934d98096be1f.tar.bz2
Split install and package targets.
Install target is for installing on the local machine and package generates a package
Diffstat (limited to 'windows')
-rw-r--r--windows/Makefile.target15
1 files changed, 11 insertions, 4 deletions
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))