fix windows build, sorce file expansion being done too early

svn path=/trunk/netsurf/; revision=12729
This commit is contained in:
Vincent Sanders 2011-09-05 10:46:53 +00:00
parent 65886b3539
commit 5c718b2f76
1 changed files with 1 additions and 1 deletions

View File

@ -68,5 +68,5 @@ S_WINDOWS := $(addprefix windows/,$(S_WINDOWS))
# This is the final source build list # This is the final source build list
# Note this is deliberately *not* expanded here as common and image # Note this is deliberately *not* expanded here as common and image
# are not yet available # 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 EXETARGET := NetSurf.exe