summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorstanton <stanton>1998-07-31 15:43:49 (GMT)
committerstanton <stanton>1998-07-31 15:43:49 (GMT)
commitc2c520dcfce0c32939fcae1f7ab46a93c59dd84b (patch)
tree0e63a33267afab2586da5a768750d1fd148864f6 /win
parent4e68f20bb4886cd4de8ac0f154b093cc781687de (diff)
downloadtcl-c2c520dcfce0c32939fcae1f7ab46a93c59dd84b.zip
tcl-c2c520dcfce0c32939fcae1f7ab46a93c59dd84b.tar.gz
tcl-c2c520dcfce0c32939fcae1f7ab46a93c59dd84b.tar.bz2
added EXTFLAGS hook
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 $?