aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/deps.mak
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2022-01-31 20:05:46 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2022-01-31 20:05:46 +1100
commit6b3871584c3f32a8c9bd603b03c255ba01ab5059 (patch)
treec44b13fb7d40464c62b2c51e294748fff79193b4 /gtk/deps.mak
parent185ab609951ba9d9fc14cdb42e4ddb4e015d5a36 (diff)
downloadscintilla-mirror-6b3871584c3f32a8c9bd603b03c255ba01ab5059.tar.gz
Implement more unique_ptr allocation wrappers and place in new Wrappers.h header.
Diffstat (limited to 'gtk/deps.mak')
-rw-r--r--gtk/deps.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/deps.mak b/gtk/deps.mak
index a13c592cf..a754d3471 100644
--- a/gtk/deps.mak
+++ b/gtk/deps.mak
@@ -11,6 +11,7 @@ PlatGTK.o: \
../include/ScintillaWidget.h \
../src/XPM.h \
../src/UniConversion.h \
+ Wrappers.h \
Converter.h
ScintillaGTK.o: \
ScintillaGTK.cxx \
@@ -53,6 +54,7 @@ ScintillaGTK.o: \
../src/Editor.h \
../src/AutoComplete.h \
../src/ScintillaBase.h \
+ Wrappers.h \
ScintillaGTK.h \
scintilla-marshal.h \
ScintillaGTKAccessible.h \
@@ -98,6 +100,7 @@ ScintillaGTKAccessible.o: \
../src/Editor.h \
../src/AutoComplete.h \
../src/ScintillaBase.h \
+ Wrappers.h \
ScintillaGTK.h \
ScintillaGTKAccessible.h
AutoComplete.o: \