summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc4
1 files changed, 4 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 4d337e1..a989ce6 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -419,6 +419,10 @@ install-libraries:
# Special case object file targets
#
+$(TMPDIR)\tclWinInit.obj: $(WINDIR)\tclWinInit.c
+ $(cc32) -DDLL_BUILD -DBUILD_tcl $(TCL_CFLAGS) $(EXTFLAGS) \
+ -Fo$(TMPDIR)\ $?
+
$(TMPDIR)\testMain.obj: $(WINDIR)\tclAppInit.c
$(cc32) $(TCL_CFLAGS) -DSTATIC_BUILD -DTCL_TEST \
-Fo$(TMPDIR)\testMain.obj $?