From bf3ee089cb57765c48065423027eb4fffbe297f1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 25 Apr 2016 23:11:55 +0100 Subject: use the miscellaneous table warning entry change all the frontends to provide the warning callback in the miscelaneous table instead of using the warn_user function. Changing all the warn_user callsites still requires completion. --- windows/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows/Makefile.target') diff --git a/windows/Makefile.target b/windows/Makefile.target index 6b8ce6a8c..1f2dcba24 100644 --- a/windows/Makefile.target +++ b/windows/Makefile.target @@ -57,7 +57,7 @@ S_RESOURCES := windows_resource.o # ---------------------------------------------------------------------------- # S_WINDOWS are sources purely for the windows build -S_WINDOWS := main.c window.c gui.c drawable.c misc.c plot.c findfile.c \ +S_WINDOWS := main.c window.c gui.c drawable.c plot.c findfile.c \ font.c bitmap.c about.c prefs.c download.c filetype.c file.c \ localhistory.c schedule.c windbg.c pointers.c S_WINDOWS := $(addprefix windows/,$(S_WINDOWS)) -- cgit v1.2.3