aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gtk/scintilla.mak1
-rw-r--r--win32/makefile2
-rw-r--r--win32/scintilla.mak1
3 files changed, 3 insertions, 1 deletions
diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak
index 3a21306ea..cf76f2211 100644
--- a/gtk/scintilla.mak
+++ b/gtk/scintilla.mak
@@ -108,6 +108,7 @@ SOBJS=\
$(DIR_O)\LineMarker.obj \
$(DIR_O)\PlatGTK.obj \
$(DIR_O)\RESearch.obj \
+ $(DIR_O)\PropSet.obj \
$(DIR_O)\ScintillaBase.obj \
$(DIR_O)\ScintillaGTK.obj \
$(DIR_O)\Style.obj \
diff --git a/win32/makefile b/win32/makefile
index 67d24b035..8e11f1d4c 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -44,7 +44,7 @@ LEXOBJS=LexAda.o LexAVE.o LexConf.o LexCPP.o LexEiffel.o LexHTML.o \
SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \
ContractionState.o CellBuffer.o CallTip.o \
ScintRes.o PlatWin.o KeyMap.o Indicator.o LineMarker.o RESearch.o \
- Style.o ViewStyle.o AutoComplete.o UniConversion.o
+ Style.o ViewStyle.o AutoComplete.o UniConversion.o PropSet.o
$(COMPONENT): $(SOBJS)
$(DLLWRAP) --target i386-mingw32 -o $@ $(SOBJS) $(LDFLAGS) -s --relocatable
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index d93398f2b..fd2f20854 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -96,6 +96,7 @@ SOBJS=\
$(DIR_O)\KeyMap.obj \
$(DIR_O)\LineMarker.obj \
$(DIR_O)\PlatWin.obj \
+ $(DIR_O)\PropSet.obj \
$(DIR_O)\RESearch.obj \
$(DIR_O)\ScintillaBase.obj \
$(DIR_O)\ScintillaWin.obj \