summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-09-05 10:46:53 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-09-05 10:46:53 +0000
commit5c718b2f76e768cce5809ecdcc6e2704ba37f56b (patch)
tree90987bdfb98402a7b105c3eb9a6ba3a8eebfa81d /windows
parent65886b353951bba08776251d81d978f236458e47 (diff)
downloadnetsurf-5c718b2f76e768cce5809ecdcc6e2704ba37f56b.tar.gz
netsurf-5c718b2f76e768cce5809ecdcc6e2704ba37f56b.tar.bz2
fix windows build, sorce file expansion being done too early
svn path=/trunk/netsurf/; revision=12729
Diffstat (limited to 'windows')
-rw-r--r--windows/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/Makefile.target b/windows/Makefile.target
index 919fc5fe7..73436679b 100644
--- a/windows/Makefile.target
+++ b/windows/Makefile.target
@@ -68,5 +68,5 @@ S_WINDOWS := $(addprefix windows/,$(S_WINDOWS))
# This is the final source build list
# Note this is deliberately *not* expanded here as common and image
# are not yet available
-SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_WINDOWS) $(S_RESOURCES)
+SOURCES = $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_WINDOWS) $(S_RESOURCES)
EXETARGET := NetSurf.exe