summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2021-03-06 01:14:21 (GMT)
committerKevin Walzer <kw@codebykevin.com>2021-03-06 01:14:21 (GMT)
commitb8953821c2fd3ff58885138ddd3037eb17ca79fe (patch)
tree3fd20901602c3699cc6d2730342316eea233a8fe /win/Makefile.in
parent1e4967476d036d15872bf52495fb316098a50394 (diff)
parent0a9213075871ce2995c09448b33795b1ae53118e (diff)
downloadtk-b8953821c2fd3ff58885138ddd3037eb17ca79fe.zip
tk-b8953821c2fd3ff58885138ddd3037eb17ca79fe.tar.gz
tk-b8953821c2fd3ff58885138ddd3037eb17ca79fe.tar.bz2
Replacing my printer code with a complete implementation courtesy of Harald Oehlmann; adding Michael Schwartz's GDI code after light tweaking, more extensive review and re-work needed to build; need to review and add Michael Schwartz's script-level implementation for printing text files and canvas widgets based on these C primitives
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index c2baf7f..d0c3c2e 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -306,6 +306,7 @@ TK_OBJS = \
tkWinDraw.$(OBJEXT) \
tkWinEmbed.$(OBJEXT) \
tkWinFont.$(OBJEXT) \
+ tkWinGDI.$(OBJEXT) \
tkWinIco.$(OBJEXT) \
tkWinImage.$(OBJEXT) \
tkWinInit.$(OBJEXT) \