From 2f542786fd95e7bbce6c689934cb4988aa3fa1df Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 20 Mar 2025 16:46:11 +1100 Subject: Move SurfaceGDI, SurfaceD2D, ListBox, and associated code out of PlatWin.cxx to new files SurfaceGDI.cxx, SurfaceD2D.cxx, and ListBox.cxx + associated headers. --- win32/makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index 1760537c5..72634889f 100644 --- a/win32/makefile +++ b/win32/makefile @@ -118,6 +118,9 @@ COMPONENT_OBJS = \ $(SRC_OBJS) \ $(DIR_O)/HanjaDic.o \ $(DIR_O)/PlatWin.o \ + $(DIR_O)/ListBox.o \ + $(DIR_O)/SurfaceGDI.o \ + $(DIR_O)/SurfaceD2D.o \ $(DIR_O)/ScintillaBase.o \ $(DIR_O)/ScintillaWin.o -- cgit v1.2.3