summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2021-04-18 02:05:47 (GMT)
committerKevin Walzer <kw@codebykevin.com>2021-04-18 02:05:47 (GMT)
commit5dd5a8a92276ad30a38f7a23d3073656f9a426d0 (patch)
treef853dffafb6c987bf27e1dde7223cb34417c1955 /win/makefile.vc
parent5240e9e5533c32ab76faa745261483ba68f72b6d (diff)
downloadtk-5dd5a8a92276ad30a38f7a23d3073656f9a426d0.zip
tk-5dd5a8a92276ad30a38f7a23d3073656f9a426d0.tar.gz
tk-5dd5a8a92276ad30a38f7a23d3073656f9a426d0.tar.bz2
Major re-work to printing API on Windows; initial Windows script implementation of printing; still need to build and test, but want to get this milestone committed
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 5e9cbf6..dec4505 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -179,6 +179,7 @@ TKOBJS = \
$(TMP_DIR)\tkWinEmbed.obj \
$(TMP_DIR)\tkWinFont.obj \
$(TMP_DIR)\tkWinGDI.obj \
+ $(TMP_DIR)\tkWinHDC.obj \
$(TMP_DIR)\tkWinIco.obj \
$(TMP_DIR)\tkWinImage.obj \
$(TMP_DIR)\tkWinInit.obj \