From 5c718b2f76e768cce5809ecdcc6e2704ba37f56b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 5 Sep 2011 10:46:53 +0000 Subject: fix windows build, sorce file expansion being done too early svn path=/trunk/netsurf/; revision=12729 --- windows/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3