[Scummvm-git-logs] scummvm master -> 765b459958321d3a7388f032832689330573f6bf

sev- noreply at scummvm.org
Tue Feb 10 15:29:41 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
765b459958 BUILD: Fix mfc feature compilation on make-based systems


Commit: 765b459958321d3a7388f032832689330573f6bf
    https://github.com/scummvm/scummvm/commit/765b459958321d3a7388f032832689330573f6bf
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-02-10T16:29:29+01:00

Commit Message:
BUILD: Fix mfc feature compilation on make-based systems

Changed paths:
  R graphics/mfc/module.mk
    graphics/module.mk


diff --git a/graphics/mfc/module.mk b/graphics/mfc/module.mk
deleted file mode 100644
index 48e2469d79f..00000000000
--- a/graphics/mfc/module.mk
+++ /dev/null
@@ -1,55 +0,0 @@
-MODULE := graphics/mfc
-
-ifdef USE_MFC
-MODULE_OBJS := \
-	afx.o \
-	bitmap.o \
-	bitmap_button.o \
-	brush.o \
-	button.o \
-	cmd_target.o \
-	dialog.o \
-	dc.o \
-	doc_manager.o \
-	doc_template.o \
-	document.o \
-	edit.o \
-	file.o \
-	font.o \
-	frame_wnd.o \
-	gdi_object.o \
-	global_functions.o \
-	ifstream.o \
-	joystickapi.o \
-	listbox.o \
-	menu.o \
-	object.o \
-	paint_dc.o \
-	palette.o \
-	pen.o \
-	rgn.o \
-	scroll_view.o \
-	scrollbar.o \
-	single_doc_template.o \
-	static.o \
-	string.o \
-	view.o \
-	win_app.o \
-	win_thread.o \
-	wingdi.o \
-	wnd.o \
-	gfx/blitter.o \
-	gfx/surface.o \
-	gfx/cursor.o \
-	gfx/dialog_template.o \
-	gfx/fonts.o \
-	gfx/palette_map.o \
-	gfx/text_render.o \
-	libs/event_loop.o \
-	libs/events.o \
-	libs/resources.o \
-	libs/settings.o
-endif
-
-# Include common rules
-include $(srcdir)/rules.mk
diff --git a/graphics/module.mk b/graphics/module.mk
index 4d50d112724..f89a3063c55 100644
--- a/graphics/module.mk
+++ b/graphics/module.mk
@@ -73,6 +73,57 @@ MODULE_OBJS += \
 	scaler/downscalerARM.o
 endif
 
+ifdef USE_MFC
+MODULE_OBJS += \
+	mfc/afx.o \
+	mfc/bitmap.o \
+	mfc/bitmap_button.o \
+	mfc/brush.o \
+	mfc/button.o \
+	mfc/cmd_target.o \
+	mfc/dialog.o \
+	mfc/dc.o \
+	mfc/doc_manager.o \
+	mfc/doc_template.o \
+	mfc/document.o \
+	mfc/edit.o \
+	mfc/file.o \
+	mfc/font.o \
+	mfc/frame_wnd.o \
+	mfc/gdi_object.o \
+	mfc/global_functions.o \
+	mfc/ifstream.o \
+	mfc/joystickapi.o \
+	mfc/listbox.o \
+	mfc/menu.o \
+	mfc/object.o \
+	mfc/paint_dc.o \
+	mfc/palette.o \
+	mfc/pen.o \
+	mfc/rgn.o \
+	mfc/scroll_view.o \
+	mfc/scrollbar.o \
+	mfc/single_doc_template.o \
+	mfc/static.o \
+	mfc/string.o \
+	mfc/view.o \
+	mfc/win_app.o \
+	mfc/win_thread.o \
+	mfc/wingdi.o \
+	mfc/wnd.o \
+	mfc/gfx/blitter.o \
+	mfc/gfx/surface.o \
+	mfc/gfx/cursor.o \
+	mfc/gfx/dialog_template.o \
+	mfc/gfx/fonts.o \
+	mfc/gfx/palette_map.o \
+	mfc/gfx/text_render.o \
+	mfc/libs/event_loop.o \
+	mfc/libs/events.o \
+	mfc/libs/resources.o \
+	mfc/libs/settings.o
+endif
+
 ifdef USE_TINYGL
 MODULE_OBJS += \
 	tinygl/api.o \




More information about the Scummvm-git-logs mailing list