diff options
Diffstat (limited to 'win32/makefile')
-rw-r--r-- | win32/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |