aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/nmdeps.mak
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-19 13:43:32 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-19 13:43:32 +1100
commit9659ea34246320bd9872740d1ee6a5c9ae9066c6 (patch)
treecf185d19f133dd40a7faed0bd24c1a04fb12a1be /win32/nmdeps.mak
parent63fbfcb7c05dc7035ebf80805be70b0109def792 (diff)
downloadscintilla-mirror-9659ea34246320bd9872740d1ee6a5c9ae9066c6.tar.gz
Add Geometry.cxx for geometric and colour operations too complex for headers.
Add FillStroke to hold parameters for drawing shapes.
Diffstat (limited to 'win32/nmdeps.mak')
-rw-r--r--win32/nmdeps.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/nmdeps.mak b/win32/nmdeps.mak
index 601f10acd..d9ba665f5 100644
--- a/win32/nmdeps.mak
+++ b/win32/nmdeps.mak
@@ -254,6 +254,9 @@ $(DIR_O)/EditView.obj: \
../src/MarginView.h \
../src/EditView.h \
../src/ElapsedPeriod.h
+$(DIR_O)/Geometry.obj: \
+ ../src/Geometry.cxx \
+ ../src/Geometry.h
$(DIR_O)/Indicator.obj: \
../src/Indicator.cxx \
../src/Debugging.h \