From 01c85524899587ddec9d9d4135b54b84907946c0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 10 Oct 2010 22:42:24 +0000 Subject: make windows frontend build and run again Fix redraw bugs Still major issue with frames svn path=/trunk/netsurf/; revision=10880 --- Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 2239cc7cd..f21aeddf2 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -72,7 +72,7 @@ S_GTK := $(addprefix gtk/,$(S_GTK)) $(addprefix utils/,container.c) # S_WINDOWS are sources purely for the windows build S_WINDOWS := about.c bitmap.c download.c filetype.c findfile.c font.c \ gui.c localhistory.c login.c misc.c plot.c prefs.c schedule.c \ - thumbnail.c tree.c + thumbnail.c tree.c windbg.c S_WINDOWS := $(addprefix windows/,$(S_WINDOWS)) # S_BEOS are sources purely for the BeOS build -- cgit v1.2.3